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

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

commit bfe3090cd856b57f7da9a2e0809a6985a8a893fd
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 3 09:07:19 2025 -0400

    Fix spelling and action type
---
 src/changes/changes.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d381623b..61fe5bf8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,9 +44,10 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Apache Commons Pool Release Notes</title>
   </properties>
   <body>
-  <release version="3.0.0" date="2023-MM-DD" description="This is a feature 
and maintenance release (Java 8 or above).">
+  <release version="3.0.0" date="YYYY-MM-DD" description="This is a feature 
and maintenance release (Java 8 or above).">
+    <!-- ADD -->
+    <action type="add" dev="psteitz" issue="POOL-407">Add 
ReslientPooledObjectFactory to provide resilience against factory 
outages.</action>
     <!-- FIX -->
-    <action type="fix" dev="psteitz" issue="POOL-407">Add 
ReslientPooledObjectFactory to provide resilence against factory 
outages.</action>
     <action type="fix" dev="ggregory" due-to="Gary Gregory">Remove -nouses 
directive from maven-bundle-plugin. OSGi package imports now state 'uses' 
definitions for package imports, this doesn't affect JPMS (from 
org.apache.commons:commons-parent:80).</action>
     <action type="fix" dev="ggregory" due-to="Gary Gregory">Operation on the 
"idleHighWaterMark" shared variable in "ErodingFactor" class is not atomic 
[org.apache.commons.pool3.PoolUtils$ErodingFactor] At PoolUtils.java:[line 101] 
AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE.</action>
     <!-- REMOVE -->

Reply via email to