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 2019/09/25 00:28:34 UTC

[commons-pool] branch master updated (cb38a1b -> 0cdff0a)

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 cb38a1b  [POOL-374] org.apache.commons.pool2.impl.GenericKeyedObjectPool.returnObject(K, T) should throw IllegalStateException instead of NullPointerException when a key is not found in the pool map.
     new b399361  POOL-356 and POOL-376
     new 4c5c366  Test for POOL-376 and POOL-356
     new 0cdff0a  Merge pull request #25 from sazzad16/patch-2

The 1958 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:
 .../commons/pool2/impl/GenericObjectPool.java       | 14 +++++---------
 .../commons/pool2/impl/TestGenericObjectPool.java   | 21 +++++++++++++++++++++
 2 files changed, 26 insertions(+), 9 deletions(-)