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 feb5f9d Remove unused exceptions from test methods. new b2d5fa8 Javadoc. new 9a842f8 Better internal name. new 814da2b Sort members. new dbb4ca0 Organize imports. 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: .../commons/pool2/impl/BaseGenericObjectPool.java | 32 ++--- .../commons/pool2/impl/BaseObjectPoolConfig.java | 68 +++++------ .../pool2/impl/DefaultPooledObjectInfo.java | 8 +- .../commons/pool2/impl/GenericKeyedObjectPool.java | 62 +++++----- .../commons/pool2/impl/GenericObjectPool.java | 24 ++-- .../apache/commons/pool2/impl/PoolImplUtils.java | 22 ++-- .../org/apache/commons/pool2/TestObjectPool.java | 1 - src/test/java/org/apache/commons/pool2/Waiter.java | 18 +-- .../pool2/impl/TestDefaultPooledObject.java | 132 ++++++++++----------- .../commons/pool2/impl/TestGenericObjectPool.java | 118 +++++++++--------- .../TestGenericObjectPoolFactoryCreateFailure.java | 4 +- .../pool2/impl/TestLinkedBlockingDeque.java | 1 - 12 files changed, 244 insertions(+), 246 deletions(-)