Skip to content

Commit 97b4975

Browse files
committed
Prepare for the next release candidate
1 parent 2797aee commit 97b4975

2 files changed

Lines changed: 44 additions & 1 deletion

File tree

RELEASE-NOTES.txt

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,49 @@ This is a feature and maintenance release. Java 8 or later is required.
1616
Changes in this version include:
1717

1818

19+
Fixed Bugs
20+
----------
21+
22+
* CONFIGURATION-856: The artifact commons-io:commons-io is a normal dependency. Thanks to Piotr Zygielo, Gary Gregory.
23+
* Avoid NPE when combined location strategy sub strategies is immutable list (#639). Thanks to Wei Huang, Gary Gregory.
24+
25+
Changes
26+
-------
27+
28+
* Bump org.apache.commons:commons-parent from 99 to 100 Thanks to Gary Gregory.
29+
30+
31+
Historical list of changes: https://commons.apache.org/proper/commons-configuration/changes.html
32+
33+
For complete information on Apache Commons Configuration, including instructions on how to submit bug reports,
34+
patches, or suggestions for improvement, see the Apache Apache Commons Configuration website:
35+
36+
https://commons.apache.org/proper/commons-configuration/
37+
38+
Download it from https://commons.apache.org/proper/commons-configuration//download_configuration.cgi
39+
40+
Enjoy!
41+
Apache Commons Team
42+
43+
-----------------------------------------------------------------------------
44+
Apache Commons Configuration 2.15.1 Release Notes
45+
-------------------------------------------------
46+
47+
The Apache Commons Configuration team is pleased to announce the release of Apache Commons Configuration 2.15.1.
48+
49+
Introducing Apache Commons Configuration
50+
----------------------------------------
51+
52+
The Apache Commons Team is pleased to announce Commons Configuration 2.15.1.
53+
54+
The Commons Configuration software library provides a generic configuration interface that enables an application to read configuration data from
55+
various sources and requires Java 8.
56+
57+
This is a feature and maintenance release. Java 8 or later is required.
58+
59+
Changes in this version include:
60+
61+
1962
Fixed Bugs
2063
----------
2164

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<author email="dev@commons.apache.org">Apache Commons Community</author>
2424
</properties>
2525
<body>
26-
<release version="2.15.1" date="2026-05-18" description="This is a feature and maintenance release. Java 8 or later is required.">
26+
<release version="2.15.1" date="2026-05-21" description="This is a feature and maintenance release. Java 8 or later is required.">
2727
<!-- FIX -->
2828
<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>
2929
<action type="fix" dev="ggregory" due-to="Wei Huang, Gary Gregory">Avoid NPE when combined location strategy sub strategies is immutable list (#639).</action>

0 commit comments

Comments
 (0)