This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/POOL_2_X by this push:
new e516d81d Updates for the next release
e516d81d is described below
commit e516d81dd0483a9bd5da849eb7cd06bbbbd8c6e6
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 9 21:59:17 2025 +0000
Updates for the next release
---
src/changes/changes.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 18aed084..a7339d1c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,11 @@ The <action> type attribute can be add,update,fix,remove.
<title>Apache Commons Pool Release Notes</title>
</properties>
<body>
+ <release version="" date="YYYY-MM-DD" description="This is a feature and
maintenance release. Java 8 or later is required.">
+ <!-- FIX -->
+ <!-- ADD -->
+ <!-- UPDATE -->
+ </release>
<release version="2.13.0" date="2025-12-06" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" issue="POOL-424" dev="psteitz" due-to="Steven
Adams">GenericObjectPool.invalidateObject() can leave other threads waiting to
borrow hanging.