You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/12/01 01:46:48 UTC

[commons-pool] branch master updated: [POOL-402] Check blockWhenExhausted in hasBorrowWaiters #116.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new 37b8ca2  [POOL-402] Check blockWhenExhausted in hasBorrowWaiters #116.
37b8ca2 is described below

commit 37b8ca28f71cec2c8adbec0044d4d8967f536c74
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Nov 30 20:46:46 2021 -0500

    [POOL-402] Check blockWhenExhausted in hasBorrowWaiters #116.
---
 src/changes/changes.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e4507d29..3b2e30b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,13 +44,17 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
   <release version="2.12.0" date="2021-MM-DD" description="This is a maintenance release (Java 8).">
-    <!-- ADD -->
+    <!-- FIX -->
     <action dev="psteitz" type="fix" issue="POOL-401">
        Ensure that capacity freed by invalidateObject is available to all keyed pools.
     </action>
     <action dev="psteitz" type="fix" due-to="Codievilky August" issue="POOL-391">
        Ensure capacity freed by clear is made available to GKOP borrowers.
     </action>
+    <action dev="ggregory" type="fix" issue="POOL-402" due-to="Cp-John, Phil Steitz, Bruno P. Kinoshita, Gary Gregory">
+       Check blockWhenExhausted in hasBorrowWaiters #116.
+    </action>
+    <!-- ADD -->
     <action dev="ggregory" type="add" due-to="Gary Gregory">
       Add PooledObject.getFullDuration().
     </action>