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 551cd411 Prepare for the next release candidate
551cd411 is described below
commit 551cd4113374d47b1a7e9562b348027cad1be32d
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 30 18:53:09 2025 +0000
Prepare for the next release candidate
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fa9ebd62..8242f01c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
<title>Apache Commons Pool Release Notes</title>
</properties>
<body>
- <release version="2.13.1" date="2025-12-29" description="This is a
maintenance release. Java 8 or later is required.">
+ <release version="2.13.1" date="2025-12-30" 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>
<!-- ADD -->