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 7ed1c5f4 [CONFIGURATION-844] Add support for empty sections #408
7ed1c5f4 is described below
commit 7ed1c5f4035d64816756e9855023feb6d8604814
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 23 18:02:05 2024 -0400
[CONFIGURATION-844] Add support for empty sections #408
---
src/changes/changes.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2c8c62f9..6cedf714 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,8 @@
</properties>
<body>
<release version="2.10.2" date="YYYY-MM-DD" description="Minor release
with new features and updated dependencies; requires Java 8 or above.">
+ <!-- ADD -->
+ <action type="fix" issue="CONFIGURATION-844" dev="ggregory"
due-to="Thomas Steiner, Gary Gregory">Add support for empty sections
#408.</action>
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fail-fast with a
NullPointerException if DataConfiguration.DataConfiguration(Configuration) is
called with null.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fail-fast with a
NullPointerException if
XMLPropertiesConfiguration.XMLPropertiesConfiguration(Element) is called with
null.</action>