This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git
from 6ee92988 Fix typo in comment new 9bf05020 Use try with resources new 222ca987 Fix typo in comment new a745f6b9 Use final new 09c78135 >Add org.apache.commons.pool2.PooledObject.nonNull(PooledObject) new 6b7c8e0d Add missing @Deprecated The 5 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: pom.xml | 8 ++-- src/changes/changes.xml | 3 +- .../org/apache/commons/pool2/PooledObject.java | 15 +++++++- .../commons/pool2/impl/GenericKeyedObjectPool.java | 8 ++-- .../commons/pool2/impl/GenericObjectPool.java | 5 ++- ...ledObjectFactory.java => PooledObjectTest.java} | 30 +++++++-------- .../pool2/impl/TestGenericKeyedObjectPool.java | 43 ++++++++++------------ .../pool2/pool407/AbstractKeyedPool407Factory.java | 2 +- .../pool2/pool407/AbstractPool407Factory.java | 2 +- 9 files changed, 61 insertions(+), 55 deletions(-) copy src/test/java/org/apache/commons/pool2/{TestBaseKeyedPooledObjectFactory.java => PooledObjectTest.java} (57%)