This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 97b4975c7 Prepare for the next release candidate
97b4975c7 is described below
commit 97b4975c7e8991f6f80e77e686b4b94cc0ed1a2c
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 21 12:57:59 2026 +0000
Prepare for the next release candidate
---
RELEASE-NOTES.txt | 43 +++++++++++++++++++++++++++++++++++++++++++
src/changes/changes.xml | 2 +-
2 files changed, 44 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 307bea5c3..136058e8c 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -16,6 +16,49 @@ This is a feature and maintenance release. Java 8 or later
is required.
Changes in this version include:
+Fixed Bugs
+----------
+
+* CONFIGURATION-856: The artifact commons-io:commons-io is a normal
dependency. Thanks to Piotr Zygielo, Gary Gregory.
+* Avoid NPE when combined location strategy sub strategies
is immutable list (#639). Thanks to Wei Huang, Gary Gregory.
+
+Changes
+-------
+
+* Bump org.apache.commons:commons-parent from 99 to 100
Thanks to Gary Gregory.
+
+
+Historical list of changes:
https://commons.apache.org/proper/commons-configuration/changes.html
+
+For complete information on Apache Commons Configuration, including
instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons
Configuration website:
+
+https://commons.apache.org/proper/commons-configuration/
+
+Download it from
https://commons.apache.org/proper/commons-configuration//download_configuration.cgi
+
+Enjoy!
+Apache Commons Team
+
+-----------------------------------------------------------------------------
+Apache Commons Configuration 2.15.1 Release Notes
+-------------------------------------------------
+
+The Apache Commons Configuration team is pleased to announce the release of
Apache Commons Configuration 2.15.1.
+
+Introducing Apache Commons Configuration
+----------------------------------------
+
+The Apache Commons Team is pleased to announce Commons Configuration 2.15.1.
+
+The Commons Configuration software library provides a generic configuration
interface that enables an application to read configuration data from
+various sources and requires Java 8.
+
+This is a feature and maintenance release. Java 8 or later is required.
+
+Changes in this version include:
+
+
Fixed Bugs
----------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7ff5ae356..64cbd9ad5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,7 +23,7 @@
<author email="[email protected]">Apache Commons Community</author>
</properties>
<body>
- <release version="2.15.1" date="2026-05-18" description="This is a feature
and maintenance release. Java 8 or later is required.">
+ <release version="2.15.1" date="2026-05-21" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="ggregory" issue="CONFIGURATION-856"
due-to="Piotr Zygielo, Gary Gregory">The artifact commons-io:commons-io is a
normal dependency.</action>
<action type="fix" dev="ggregory" due-to="Wei Huang, Gary Gregory">Avoid
NPE when combined location strategy sub strategies is immutable list
(#639).</action>