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

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

commit 2db2b8894c2ba8fa9fe24ca413dbb034608cf5a8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Mar 20 17:40:23 2024 -0400

    Update changes.xml for 2.10.1
---
 RELEASE-NOTES.txt       | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index a91226d1..f5083c1b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -21,8 +21,8 @@ Changes in this version include:
 Fixed Bugs
 ----------
 
+* CONFIGURATION-839:  java.lang.module.FindException: Module servlet.api not 
found. Thanks to Bob Marinier, Gary Gregory.
 * CONFIGURATION-840:  StackOverflowError adding property in 
AbstractListDelimiterHandler.flattenIterator(). Thanks to Bob Marinier, Gary 
Gregory.
-* CONFIGURATION-840:  java.lang.module.FindException: Module servlet.api not 
found. Thanks to Bob Marinier, Gary Gregory.
 * CONFIGURATION-841:  StackOverflowError calling 
ListDelimiterHandler.flatten(Object, int) with a cyclical object tree. Thanks 
to Gary Gregory.
 
 Changes
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 162e8f9f..548015d0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,8 +25,8 @@
   <body>
     <release version="2.10.1" date="2024-03-17" description="Minor release 
with new features and updated dependencies; requires Java 8 or above.">
       <!-- FIX -->
+      <action type="fix" issue="CONFIGURATION-839" dev="ggregory" due-to="Bob 
Marinier, Gary Gregory">java.lang.module.FindException: Module servlet.api not 
found.</action>
       <action type="fix" issue="CONFIGURATION-840" dev="ggregory" due-to="Bob 
Marinier, Gary Gregory">StackOverflowError adding property in 
AbstractListDelimiterHandler.flattenIterator().</action>
-      <action type="fix" issue="CONFIGURATION-840" dev="ggregory" due-to="Bob 
Marinier, Gary Gregory">java.lang.module.FindException: Module servlet.api not 
found.</action>
       <action type="fix" issue="CONFIGURATION-841" dev="ggregory" due-to="Gary 
Gregory">StackOverflowError calling ListDelimiterHandler.flatten(Object, int) 
with a cyclical object tree.</action>
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
jackson-databind from 2.16.1 to 2.17.0 #297, #303, #326, #331, #340, 
#378.</action>

Reply via email to