This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-pool.git.


    from d062005  Be quiet.
     add 32eb1ed  Earlier releases use SHA256
     add db2aeef  2.4.3 and 1.6 use SHA256
     add eca8e24  Use JApiCmp instead of Clirr.
     add a51aead  Update Travis build.
     add 0664f4d  [POOL-366] Update optional library cglib from 3.2.10 to 
3.2.11.
     add fa30574  Clean-up - remove left over merge conflict markers
     add adcff4c  Clean-up. Remove svn Id tag
     add f3eecf2  Fix javadoc warning
     add c675815  Clean-up. Whitespace. No functional change.
     add a2ebe6c  Name "Apache Commons" in page title.
     add bceca56  Use HTTPS links to commons.apache.org.
     add efca5fe  [POOL-366] Update optional library cglib from 3.2.10 to 
3.2.12.
     add c3b289c  Update site from maven-pmd-plugin 3.11.0 to 3.12.0.
     add c3aa7f6  Use HTTPS to access Apache resources.
     add 2cd9018  Use HTTPS to access Apache resources.
     add 0b14c6d  (typo) Fix evictor typo (#22)
     add 6c053b0  Replace Apache HTTP URL with HTTPS version.
     add b57ea0c  ["POOL-367] Fix typo in package private method name 
stopEvitor() -> stopEvictor() #22.
     add 664a6e8  Minor formatting tweak.
     add 04ce166  Fix the site's source repository link.
     add ef7364f  Fix the site's source repository link.
     add 8139f80  Adding power support (#21)
     add d9cf897  Move validation for newly created objects into create(). 
Fixes POOL-361. (#23)
     add c3ae592  [POOL-361] Comment both new test methods.
     add b70fd91  [POOL-361] Move validation for newly created objects into 
create().
     add 9539b0f  [POOL-370] Add 
org.apache.commons.pool2.PooledObject#getBorrowedCount().
     add 0cbdf6d  [POOL-371] Add 
org.apache.commons.pool2.PooledObject#setRequireFullStackTrace(boolean).
     add c303e43  [POOL-370] Add 
org.apache.commons.pool2.PooledObject#getBorrowedCount().
     add b9647c2  [POOL-371] Add 
org.apache.commons.pool2.PooledObject#setRequireFullStackTrace(boolean).
     add 693aaff  Prepare for the next release.
     add 5d386b1  Prepare for the next release.
     add 513b3e9  Fix mailing list page's SCM page link.
     add 2acac3d  Prepare for the next release.
     add 752ddd1  Prepare for the next release.
     add 581eb6d  Checkstyle.
     add 1ff0aa0  Javadoc and PMD.
     add b9919df  Javadoc.
     add 41c4df1  [POOL-352] CallStackUtils mishandles security manager check 
part 1.
     add a612d50  [POOL-352] CallStackUtils mishandles security manager check 
part 1.
     new e451b40  Merge branch 'release'
     new f4455dc  Prepare for the next release.

The 2 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:
 .travis.yml                                        | 27 ++++++---
 NOTICE.txt                                         |  2 +-
 README.md                                          |  4 +-
 README.txt                                         |  2 +-
 RELEASE-NOTES.txt                                  | 64 +++++++++++++++++++---
 pom.xml                                            | 50 +++++++++++------
 src/changes/changes.xml                            | 47 +++++++++++-----
 .../org/apache/commons/pool2/KeyedObjectPool.java  |  4 +-
 .../java/org/apache/commons/pool2/PoolUtils.java   |  4 +-
 .../org/apache/commons/pool2/PooledObject.java     | 38 +++++++------
 .../apache/commons/pool2/PooledObjectState.java    |  1 +
 .../commons/pool2/impl/BaseGenericObjectPool.java  |  2 +-
 .../apache/commons/pool2/impl/CallStackUtils.java  |  2 +
 .../commons/pool2/impl/DefaultPooledObject.java    | 10 ++--
 .../pool2/impl/DefaultPooledObjectInfo.java        |  6 +-
 .../apache/commons/pool2/impl/EvictionTimer.java   | 21 ++++---
 .../commons/pool2/impl/GenericKeyedObjectPool.java | 17 ++++--
 .../commons/pool2/impl/GenericObjectPool.java      | 13 +++--
 .../commons/pool2/impl/LinkedBlockingDeque.java    |  2 +-
 .../apache/commons/pool2/impl/NoOpCallStack.java   |  3 +
 .../apache/commons/pool2/impl/PoolImplUtils.java   |  7 ++-
 .../org/apache/commons/pool2/impl/package.html     |  1 -
 src/site/site.xml                                  | 29 +++++-----
 src/site/xdoc/download_pool.xml                    | 40 ++++++++++++--
 src/site/xdoc/downloads.xml                        |  8 +--
 src/site/xdoc/index.xml                            |  1 +
 src/site/xdoc/issue-tracking.xml                   |  2 +-
 src/site/xdoc/mail-lists.xml                       | 46 ++++++++--------
 .../pool2/impl/TestGenericKeyedObjectPool.java     | 30 ++++++++++
 .../commons/pool2/impl/TestGenericObjectPool.java  | 33 +++++++++++
 30 files changed, 357 insertions(+), 159 deletions(-)

Reply via email to