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 9cca8545 Updates for the next release
9cca8545 is described below
commit 9cca854594251c813c720dcfc79499a7f6a3a652
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 2 19:55:19 2026 +0000
Updates for the next release
---
src/changes/changes.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8242f01c..c7f0761d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,11 @@ The <action> type attribute can be add,update,fix,remove.
<title>Apache Commons Pool Release Notes</title>
</properties>
<body>
+ <release version="2.13.2" date="YYYY-MM-DD" description="This is a
maintenance release. Java 8 or later is required.">
+ <!-- FIX -->
+ <!-- ADD -->
+ <!-- UPDATE -->
+ </release>
<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>