You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2021/11/13 21:49:21 UTC

[commons-pool] branch master updated (094cc13 -> 90eab32)

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

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


    from 094cc13  Bump actions/checkout from 2.3.5 to 2.4.0
     new 5405a85  Ensure capacity freed by clear is made available to GKOP borrowers. JIRA: POOL-391
     new 05ee806  Ensure that capacity freed by invalidateObject is available to all keyed pools. JIRA: POOL-401.
     new 8951c17  Use lambda.
     new 9839107  Fix test formatting, replace deprecated method in new test cases.
     new b94c763  Fix copy/past error.
     new 90eab32  Merge pull request #113 from psteitz/master

The 2396 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                            |   6 +
 .../commons/pool2/impl/GenericKeyedObjectPool.java |  51 ++++++--
 .../pool2/impl/TestGenericKeyedObjectPool.java     | 134 +++++++++++++++++++++
 3 files changed, 182 insertions(+), 9 deletions(-)