This is an automated email from the ASF dual-hosted git repository.
psteitz 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 bb7f8ff6 Remove notice for fix of unfixed issue.
bb7f8ff6 is described below
commit bb7f8ff64e5de72b09603b75ab67b56fd0f520c6
Author: Phil Steitz <[email protected]>
AuthorDate: Tue Dec 30 11:10:12 2025 -0700
Remove notice for fix of unfixed issue.
---
src/changes/changes.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index beb765fe..893e9b1a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,10 +45,9 @@ 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 feature
and maintenance release. Java 8 or later is required.">
+ <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-426" dev="psteitz" due-to="Raju
Gupta">GenericObjectPool addObject can cause maxIdle to be exceeded.</action>
<!-- ADD -->
<!-- UPDATE -->
</release>