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

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


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new a61e9e66 Prepare for the next release candidate
a61e9e66 is described below

commit a61e9e66ccc309bda82f4b7395a115171c5369f9
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 30 18:52:35 2025 +0000

    Prepare for the next release candidate
---
 RELEASE-NOTES.txt       | 6 ------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 1b3eabf6..3bbd37d1 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -21,15 +21,11 @@ NOTE: The MBean interfaces (DefaultPooledObjectInfoMBean, 
GenericKeyedObjectPool
       be able to upgrade to a new minor or patch release without requiring code
       changes.
 
-${d}
-
 Changes in version 2.13.1 include:
 
 
 Fixed Bugs:
 o POOL-427:  The fix for POOL-425 introduced a regression where addObject 
fails when maxIdle is negative (indicating no limit). Thanks to Raju Gupta.
-o POOL-426:  GenericObjectPool addObject can cause maxIdle to be exceeded. 
Thanks to Raju Gupta.
-
 
 
 For complete information on Apache Commons Pool, including instructions on how 
to submit bug reports,
@@ -64,8 +60,6 @@ NOTE: The MBean interfaces (DefaultPooledObjectInfoMBean, 
GenericKeyedObjectPool
       be able to upgrade to a new minor or patch release without requiring code
       changes.
 
-${d}
-
 Changes in version 2.13.0 include:
 
 New features:
diff --git a/pom.xml b/pom.xml
index be300e95..57cca4f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
     <commons.release.branch>release-2.x</commons.release.branch>
     <commons.componentid>pool</commons.componentid>
     <commons.module.name>org.apache.commons.pool2</commons.module.name>
-    <commons.rc.version>RC1</commons.rc.version>
+    <commons.rc.version>RC2</commons.rc.version>
     
<checkstyle.suppress.file>${basedir}/src/conf/checkstyle-suppressions.xml</checkstyle.suppress.file>
     <!-- Java 8 -->
     <commons.release.version>2.13.1</commons.release.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 893e9b1a..fa9ebd62 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,7 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
     <release version="2.13.1" date="2025-12-29" description="This is a 
maintenance release. Java 8 or later is required.">
       <!-- FIX -->
-      <action type="fix" issue="POOL-427" dev="psteitz" due-to="Raju Gupta"> 
The fix for POOL-425 introduced a regression where addObject fails when maxIdle 
is negative (indicating no limit).</action>
+      <action type="fix" issue="POOL-427" dev="psteitz" due-to="Raju 
Gupta">The fix for POOL-425 introduced a regression where addObject fails when 
maxIdle is negative (indicating no limit).</action>
       <!-- ADD -->
       <!-- UPDATE -->
     </release>

Reply via email to