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

commit 516f255676146ff17f950a903e5d6b90d3bacb8e
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 11 19:09:06 2026 +0000

    Prepare for the next release candidate
---
 README.md                                |  7 +++---
 RELEASE-NOTES.txt                        | 42 ++++++++++++++++++++++++++++++++
 src/changes/changes.xml                  |  2 +-
 src/site/xdoc/download_configuration.xml | 26 ++++++++++----------
 4 files changed, 60 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index ad377aa83..3efb617a0 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Apache Commons Configuration
 
 [![Java 
CI](https://github.com/apache/commons-configuration/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-configuration/actions/workflows/maven.yml)
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-configuration2?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-configuration2)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-configuration2/2.14.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-configuration2/2.14.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-configuration2/2.15.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-configuration2/2.15.0)
 
[![CodeQL](https://github.com/apache/commons-configuration/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-configuration/actions/workflows/codeql-analysis.yml)
 [![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-configuration/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-configuration)
 
@@ -69,7 +69,7 @@ Alternatively, you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-configuration2</artifactId>
-  <version>2.14.0</version>
+  <version>2.15.0</version>
 </dependency>
 ```
 
@@ -116,4 +116,5 @@ Additional Resources
 Apache Commons Components
 -------------------------
 
-Please see the [list of components](https://commons.apache.org/components.html)
++ [List of Apache Commons 
components](https://commons.apache.org/components.html): homepages and 
documentation for all components.
++ 
[`REPOSITORIES.md`](https://github.com/apache/commons-parent/blob/master/REPOSITORIES.md):
 overview of the code repositories and their build status.
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 3f85022fc..9a435c8ef 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,45 @@
+Apache Commons Configuration 2.15.0 Release Notes
+-------------------------------------------------
+
+The Apache Commons Configuration team is pleased to announce the release of 
Apache Commons Configuration 2.15.0.
+
+Introducing Apache Commons Configuration
+----------------------------------------
+
+The Apache Commons Team is pleased to announce Commons Configuration 2.15.0.
+
+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.
+
+Minor release with new features and updated dependencies; requires Java 8 or 
above.
+
+Changes in this version include:
+
+Changes
+-------
+
+*                     Disable include schemes http[s] by default, see 
AbstractFileLocationStrategy #633. Thanks to Gary Gregory.
+*                     Detect and avoid processing cycles in YAML input 
(YAMLConfiguration) #634. Thanks to Erichen, Gary Gregory.
+*                     Bump org.apache.commons:commons-parent from 97 to 99 
Thanks to Gary Gregory.
+*                     Bump commons-io:commons-io from 2.21.0 to 2.22.0. Thanks 
to Gary Gregory.
+*                     Bump commons-codec:commons-codec from 1.21.0 to 1.22.0. 
Thanks to Gary Gregory.
+*                     Bump org.apache.logging.log4j:log4j-core from 2.25.4 to 
2.26.0. Thanks to Gary Gregory.
+*                     Bump com.fasterxml.jackson.core:jackson-databind from 
2.21.2 to 2.21.3. 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.14.0 Release Notes
 -------------------------------------------------
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 22cd9bc4c..fb82a8485 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.14.1" date="YYYY-MM-DD" description="Minor release 
with new features and updated dependencies; requires Java 8 or above.">
+    <release version="2.15.0" date="2026-05-11" description="Minor release 
with new features and updated dependencies; requires Java 8 or above.">
       <!-- FIX -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Disable 
include schemes http[s] by default, see AbstractFileLocationStrategy 
#633.</action>
       <action type="update" dev="ggregory" due-to="Erichen, Gary 
Gregory">Detect and avoid processing cycles in YAML input (YAMLConfiguration) 
#634.</action>
diff --git a/src/site/xdoc/download_configuration.xml 
b/src/site/xdoc/download_configuration.xml
index c32cbb657..9e1edbc0e 100644
--- a/src/site/xdoc/download_configuration.xml
+++ b/src/site/xdoc/download_configuration.xml
@@ -115,32 +115,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Configuration 2.14.0 (Java 8 or above)">
+    <section name="Apache Commons Configuration 2.15.0 (Java 8 or above)">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/configuration/binaries/commons-configuration2-2.14.0-bin.tar.gz">commons-configuration2-2.14.0-bin.tar.gz</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/configuration/binaries/commons-configuration2-2.14.0-bin.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/configuration/binaries/commons-configuration2-2.14.0-bin.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/configuration/binaries/commons-configuration2-2.15.0-bin.tar.gz">commons-configuration2-2.15.0-bin.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/configuration/binaries/commons-configuration2-2.15.0-bin.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/configuration/binaries/commons-configuration2-2.15.0-bin.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/configuration/binaries/commons-configuration2-2.14.0-bin.zip">commons-configuration2-2.14.0-bin.zip</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/configuration/binaries/commons-configuration2-2.14.0-bin.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/configuration/binaries/commons-configuration2-2.14.0-bin.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/configuration/binaries/commons-configuration2-2.15.0-bin.zip">commons-configuration2-2.15.0-bin.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/configuration/binaries/commons-configuration2-2.15.0-bin.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/configuration/binaries/commons-configuration2-2.15.0-bin.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/configuration/source/commons-configuration2-2.14.0-src.tar.gz">commons-configuration2-2.14.0-src.tar.gz</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/configuration/source/commons-configuration2-2.14.0-src.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/configuration/source/commons-configuration2-2.14.0-src.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/configuration/source/commons-configuration2-2.15.0-src.tar.gz">commons-configuration2-2.15.0-src.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/configuration/source/commons-configuration2-2.15.0-src.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/configuration/source/commons-configuration2-2.15.0-src.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/configuration/source/commons-configuration2-2.14.0-src.zip">commons-configuration2-2.14.0-src.zip</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/configuration/source/commons-configuration2-2.14.0-src.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/configuration/source/commons-configuration2-2.14.0-src.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/configuration/source/commons-configuration2-2.15.0-src.zip">commons-configuration2-2.15.0-src.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/configuration/source/commons-configuration2-2.15.0-src.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/configuration/source/commons-configuration2-2.15.0-src.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>

Reply via email to