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 92499d61 [POOL-411] NPE when deregistering key at end of borrow
     new 1416ce45 Make private class GenericKeyedObjectPool.ObjectDeque class 
static
     new 3478447f Make private class BaseGenericObjectPool.StatsStore class 
static
     new 1003a9f9 Use final
     new 2ce623f5 Remove trailing whitespace
     new 36969735 Remove trailing whitespace
     new e09e4c85 Make private test class static
     new 5a284d64 Make private test class static

The 7 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:
 src/changes/changes.xml                                           | 4 ++++
 src/main/java/org/apache/commons/pool2/PooledObject.java          | 2 +-
 .../java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java | 2 +-
 .../org/apache/commons/pool2/impl/GenericKeyedObjectPool.java     | 8 ++++----
 src/test/java/org/apache/commons/pool2/ObjectPoolIssue326.java    | 6 +++---
 .../org/apache/commons/pool2/pool407/Pool407NormalFactory.java    | 2 +-
 .../commons/pool2/pool407/Pool407NullPoolableObjectFactory.java   | 2 +-
 7 files changed, 15 insertions(+), 11 deletions(-)

Reply via email to