Skip to content

Commit bb7f8ff

Browse files
committed
Remove notice for fix of unfixed issue.
1 parent d25d780 commit bb7f8ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ The <action> type attribute can be add,update,fix,remove.
4545
<title>Apache Commons Pool Release Notes</title>
4646
</properties>
4747
<body>
48-
<release version="2.13.1" date="2025-12-29" description="This is a feature and maintenance release. Java 8 or later is required.">
48+
<release version="2.13.1" date="2025-12-29" description="This is a maintenance release. Java 8 or later is required.">
4949
<!-- FIX -->
5050
<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>
51-
<action type="fix" issue="POOL-426" dev="psteitz" due-to="Raju Gupta">GenericObjectPool addObject can cause maxIdle to be exceeded.</action>
5251
<!-- ADD -->
5352
<!-- UPDATE -->
5453
</release>

0 commit comments

Comments
 (0)