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 81ddcd7 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-pool new 40e4649 Use lambdas. new c5328f9 Use final. new 6598009 Remove trailing white space. The 3 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/PooledObject.java | 4 +-- .../apache/commons/pool2/PooledObjectState.java | 2 +- .../apache/commons/pool2/impl/CallStackUtils.java | 2 +- .../apache/commons/pool2/impl/EvictionTimer.java | 9 ++--- .../pool2/impl/SecurityManagerCallStack.java | 7 +--- .../org/apache/commons/pool2/TestPoolUtils.java | 15 ++------ .../pool2/impl/TestDefaultPooledObject.java | 40 +++++++++------------- .../pool2/impl/TestGenericKeyedObjectPool.java | 35 ++++++++----------- .../commons/pool2/impl/TestGenericObjectPool.java | 13 +++---- 9 files changed, 47 insertions(+), 80 deletions(-)