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 c2f4d787 Prepare for the next release candidate
c2f4d787 is described below

commit c2f4d78765e8dc9fe4ff7ff46f1bb95067ac1065
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Mar 17 20:14:27 2024 +0000

    Prepare for the next release candidate
---
 RELEASE-NOTES.txt | 36 ++++++++----------------------------
 1 file changed, 8 insertions(+), 28 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 8d799644..d3449696 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,5 +1,5 @@
 Apache Commons Configuration
-Version 2.10.0
+Version 2.10.1
 Release Notes
 
 Introducing Apache Commons Configuration
@@ -17,41 +17,20 @@ Minor release with new features and updated dependencies; 
requires Java 8 or abo
 
 Changes in this version include:
 
-New features
-------------
-
-*                     Add AbstractConfiguration.getKeysInternal(String, 
String) #300. Thanks to KeijoB, Gary Gregory.
-*                     Add ImmutableConfiguration.getKeys(String, String) #300. 
Thanks to KeijoB, Gary Gregory.
-*                     Add 
PrefixedKeysIterator.PrefixedKeysIterator(Iterator<String%gt;, String, String) 
#300. Thanks to KeijoB, Gary Gregory.
-*                     Add Maven property project.build.outputTimestamp for 
build reproducibility. Thanks to Gary Gregory.
-*                     Guard PatternSubtreeConfigurationWrapper constructor 
against null #365. Thanks to Heewon Lee.
 
 Fixed Bugs
 ----------
 
-*                     [StepSecurity] ci: Harden GitHub Actions #307. Thanks to 
step-security-bot, Gary Gregory.
-* CONFIGURATION-834:  ConfirgurationPropertySource doesn't supply resolved 
values #309. Thanks to Keith Barlow, Gary Gregory.
-*                     Take prefix delimiter into account when 
SubsetConfiguration.getKeysInternal() is called #300. Thanks to KeijoB, Gary 
Gregory.
-*                     Guard ConfigurationMap against null configuration #355. 
Thanks to Heewon Lee, Gary Gregory.
-* CONFIGURATION-838:  Properties parser stack overflows on large single-key 
inputs #369. Thanks to Ian Lynagh.
-*                     DatabaseConfiguration.AbstractJdbcOperation.execute() 
throws NullPointerException when no data source is set #368. Thanks to Heewon 
Lee, Gary Gregory.
+* CONFIGURATION-840:  StackOverflowError adding property in 
AbstractListDelimiterHandler.flattenIterator(). Thanks to 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
 -------
 
-*                     Bump jackson-databind from 2.14.2 to 2.16.1 #297, #303, 
#326, #331, #340. Thanks to Dependabot.
-*                     Bump commons-io:commons-io from 2.11.0 to 2.15.1. Thanks 
to Gary Gregory.
-*                     Bump spring-* from 5.3.26 to 5.3.32. Thanks to Gary 
Gregory.
-*                     Bump commons-parent from 57 to 67. Thanks to Gary 
Gregory.
-*                     Bump commons-codec:commons-codec from 1.15 to 1.16.1. 
Thanks to Gary Gregory.
-*                     Bump commons-lang3 from 3.11 to 3.14.0. Thanks to Gary 
Gregory.
-*                     Bump org.yaml:snakeyaml from 2.0 to 2.2 #312, #315. 
Thanks to Dependabot.
-*                     Bump slf4j.version from 2.0.7 to 2.0.12 #358. Thanks to 
Dependabot.
-*                     Bump org.apache.commons:commons-dbcp2 from 2.9.0 to 
2.12.0. Thanks to Gary Gregory.
-*                     Bump org.apache.commons:commons-pool2 from 2.11.1 to 
2.12.0. Thanks to Gary Gregory.
-*                     Bump org.apache.logging.log4j:log4j-1.2-* from 2.20.0 to 
2.23.0 #334, #339, #367. Thanks to Gary Gregory, Dependabot.
-*                     Bump org.apache.commons:commons-text from 1.10.0 to 
1.11.0. Thanks to Gary Gregory.
-*                     Bump commons-logging:commons-logging from 1.2 to 1.3.0. 
Thanks to Gary Gregory.
+*                     Bump jackson-databind from 2.16.1 to 2.17.0 #297, #303, 
#326, #331, #340, #378. Thanks to Dependabot.
+*                     Bump log4j.version from 2.23.0 to 2.23.1 #379. Thanks to 
Dependabot.
+*                     Bump spring.version from 5.3.32 to 5.3.33 #380. Thanks 
to Dependabot, Gary Gregory.
 
 
 Historical list of changes: 
https://commons.apache.org/proper/commons-configuration/changes-report.html
@@ -64,6 +43,7 @@ https://commons.apache.org/proper/commons-configuration/
 Download it from 
https://commons.apache.org/proper/commons-configuration//download_configuration.cgi
 
 -----------------------------------------------------------------------------
+
 Apache Commons Configuration
 Version 2.10.0
 Release Notes

Reply via email to