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


The following commit(s) were added to refs/heads/master by this push:
     new dd1881a  Put fix section first.
dd1881a is described below

commit dd1881ad330f35c576f431d977b3e7c1787ceee0
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sat Jul 24 18:05:34 2021 -0400

    Put fix section first.
---
 src/changes/changes.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7bd876b..92819ef 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,6 +44,16 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
   <release version="2.11.0" date="2021-MM-DD" description="This is a feature 
release (Java 8).">
+    <!-- FIXES -->
+    <action dev="ggregory" type="fix" due-to="Gary Gregory">
+      Fix "[WARNING] Old version of checkstyle detected. Consider updating to 
>= v8.30." Update Checktyle to 8.44.
+    </action>
+    <action dev="ggregory" type="fix" due-to="Gary Gregory">
+      Make Duration setters use their respective default values when null.
+    </action>
+    <action dev="ggregory" type="fix" due-to="Gary Gregory">
+      Call swallowException(Exception) instead of printing exceptions to the 
console in GenericKeyedObjectPool.removeAbandoned(AbandonedConfig) and 
GenericObjectPool.removeAbandoned(AbandonedConfig).
+    </action>
     <!--  ADD -->
     <action dev="ggregory" type="add" due-to="Gary Gregory">
       Track timestamps with Instants instead of longs. 
@@ -95,16 +105,6 @@ The <action> type attribute can be add,update,fix,remove.
       - BaseGenericObjectPool.isAbandonedConfig()
       - BaseGenericObjectPool.setAbandonedConfig(AbandonedConfig)
     </action>
-    <!-- FIXES -->
-    <action dev="ggregory" type="fix" due-to="Gary Gregory">
-      Fix "[WARNING] Old version of checkstyle detected. Consider updating to 
>= v8.30." Update Checktyle to 8.44.
-    </action>
-    <action dev="ggregory" type="fix" due-to="Gary Gregory">
-      Make Duration setters use their respective default values when null.
-    </action>
-    <action dev="ggregory" type="fix" due-to="Gary Gregory">
-      Call swallowException(Exception) instead of printing exceptions to the 
console in GenericKeyedObjectPool.removeAbandoned(AbandonedConfig) and 
GenericObjectPool.removeAbandoned(AbandonedConfig).
-    </action>
     <!--  UPDATES -->
     <action dev="ggregory" type="fix" due-to="Gary Gregory">
       Bump org.ow2.asm:asm-util from 9.1 to 9.2.

Reply via email to