This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git.
from 76668a8 Use lambdas.
new 1cf7035 Use lambdas.
new 883236b Remove extra whitespace. Use final. Remove unused imports.
new c0c3631 Remove whitespace.
new 8065230 Change new method from protected to package private to reduce
client API footprint.
The 4 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:
.../org/apache/commons/pool2/KeyedObjectPool.java | 1 -
.../java/org/apache/commons/pool2/PoolUtils.java | 2 +-
.../apache/commons/pool2/impl/AbandonedConfig.java | 4 +-
.../commons/pool2/impl/BaseGenericObjectPool.java | 47 ++++++++------
.../commons/pool2/impl/GenericKeyedObjectPool.java | 75 ++++++++--------------
.../commons/pool2/impl/GenericObjectPool.java | 6 +-
6 files changed, 57 insertions(+), 78 deletions(-)