This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c60443a Guard ConfigurationMap against null configuration #355
2c60443a is described below

commit 2c60443ae46d4658d9225b3b2fc894cb85831f3e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jan 29 12:58:20 2024 -0500

    Guard ConfigurationMap against null configuration #355
    
    Document
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4207746b..eb5d1e1e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,6 +28,7 @@
       <action dev="ggregory" type="fix" due-to="step-security-bot, Gary 
Gregory">[StepSecurity] ci: Harden GitHub Actions #307.</action>
       <action dev="ggregory" type="fix" issue="CONFIGURATION-834" 
due-to="Keith Barlow, Gary Gregory">ConfirgurationPropertySource doesn't supply 
resolved values #309.</action>
       <action dev="ggregory" type="fix" due-to="KeijoB, Gary Gregory">Take 
prefix delimiter into account when SubsetConfiguration.getKeysInternal() is 
called #300.</action>
+      <action dev="ggregory" type="fix" due-to="Heewon Lee, Gary 
Gregory">Guard ConfigurationMap against null configuration #355.</action>
       <!-- ADD -->
       <action dev="ggregory" type="fix" due-to="KeijoB, Gary Gregory">Add 
AbstractConfiguration.getKeysInternal(String, String) #300.</action>
       <action dev="ggregory" type="fix" due-to="KeijoB, Gary Gregory">Add 
ImmutableConfiguration.getKeys(String, String) #300.</action>

Reply via email to