This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
from 23ec6d95 Bump to next development version
add e516d81d Updates for the next release
add e6293281 Updates for the next release
add 3702acb7 Better text for version information
add 15e9e056 Bump github/codeql-action from 4.31.7 to 4.31.8
add d057ce17 Fix malformed Javadoc comments
add af6a3b4b Bump action/cache from v4.2.3 to v5.0.1
add baa9891e Bump github/codeql-action from 4.31.8 to 4.31.9
add e2c3d1f7 Fix regression in fix for POOL-425, fix race in POOL-426.
(#452)
add 1676279c Sort methods
add 40c3f387 Use final
add af753455 Add @Override
add 380d8afe Normalize spelling
add 43a54301 Comment: Normalize spelling
add fb691baa Javadoc: Fix Spelling
add c406b018 Fix spelling of package-private method name
add 8f46cde7 Remove sync lock in addObject.
add ed8985d4 End sentence in a period
add fab3e026 Prepare for the next release candidate
No new revisions were added by this update.
Summary of changes:
.github/workflows/codeql-analysis.yml | 8 +-
README.md | 4 +-
RELEASE-NOTES.txt | 43 +++++++++++
pom.xml | 6 +-
src/changes/changes.xml | 7 ++
src/changes/release-notes.vm | 2 +-
.../commons/pool2/KeyedPooledObjectFactory.java | 2 +-
.../commons/pool2/impl/DefaultEvictionPolicy.java | 2 +-
.../apache/commons/pool2/impl/EvictionTimer.java | 4 +-
.../commons/pool2/impl/GenericKeyedObjectPool.java | 2 +-
.../commons/pool2/impl/GenericObjectPool.java | 8 +-
.../commons/pool2/impl/LinkedBlockingDeque.java | 17 ++++-
src/site/xdoc/download_pool.xml | 28 +++----
src/site/xdoc/issue-tracking.xml | 2 +-
src/site/xdoc/mail-lists.xml | 2 +-
.../pool2/impl/TestBaseGenericObjectPool.java | 4 +-
.../commons/pool2/impl/TestEvictionTimer.java | 4 +-
.../commons/pool2/impl/TestGenericObjectPool.java | 87 +++++++++++++++++++++-
18 files changed, 190 insertions(+), 42 deletions(-)