You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,10 @@ The <action> type attribute can be add,update,fix,remove.
45
45
<title>Apache Commons Pool Release Notes</title>
46
46
</properties>
47
47
<body>
48
-
<releaseversion=""date="YYYY-MM-DD"description="This is a feature and maintenance release. Java 8 or later is required.">
48
+
<releaseversion="2.13.1"date="YYYY-MM-DD"description="This is a feature and maintenance release. Java 8 or later is required.">
49
49
<!-- FIX -->
50
+
<actiontype="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
+
<actiontype="fix"issue="POOL-426"dev="psteitz"due-to="Raju Gupta">GenericObjectPool addObject can cause maxIdle to be exceeded</action>
0 commit comments