You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/05/31 14:40:28 UTC

[commons-dbcp] 01/02: Reorg entries.

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-dbcp.git

commit d970b6acbcf43f32a74672805e46b558ffd97595
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon May 31 10:34:10 2021 -0400

    Reorg entries.
---
 src/changes/changes.xml | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2bc4aa4..0a697af 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,42 +68,42 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" issue="DBCP-568" due-to="Florent Guillaume">
          ManagedConnection must clear its cached state after transaction completes, #75.
       </action>
+      <action dev="ggregory" type="update" due-to="Arturo Bernal">
+        Minor Improvements #78.
+      </action>
+      <action issue="DBCP-567" dev="ggregory" type="update" due-to="Phil Steitz, Gary Gregory, Phil Steitz, Romain Manni-Bucau">
+        Use abort rather than close to clean up abandoned connections.
+      </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory, DaGeRe">
+        Performance Enhancement: Call toArray with Zero Array Size #20.
+      </action>
       <!-- UPDATES -->
       <action dev="ggregory" type="update" due-to="Dependabot">
-        Update mockito-core from 3.5.11 to 3.10.0 #66, #72, #77, #85, #91, #105.
+        Bump mockito-core from 3.5.11 to 3.10.0 #66, #72, #77, #85, #91, #105.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
-        Update actions/checkout from v2.3.2 to v2.3.4 #65, #74.
+        Bump actions/checkout from v2.3.2 to v2.3.4 #65, #74.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump actions/cache from v2 to v2.1.6 #90, #108.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Update commons-pool2 from 2.8.1 to 2.9.0.
+        Bump commons-pool2 from 2.8.1 to 2.9.0.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
-         Bump actions/setup-java from v1.4.2 to v2 #69.
+        Bump actions/setup-java from v1.4.2 to v2 #69.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
-         Bump japicmp-maven-plugin from 0.14.3 to 0.15.2 #71, #82.
+        Bump japicmp-maven-plugin from 0.14.3 to 0.15.2 #71, #82.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
-         Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #76.
+        Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #76.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
         Bump japicmp-maven-plugin from 0.14.4 to 0.15.3, #83.
       </action>
-      <action issue="DBCP-567" dev="ggregory" type="update" due-to="Phil Steitz, Gary Gregory, Phil Steitz, Romain Manni-Bucau">
-        Use abort rather than close to clean up abandoned connections.
-      </action>
-      <action dev="ggregory" type="update" due-to="Arturo Bernal">
-        Minor Improvements #78.
-      </action>
       <action dev="ggregory" type="update" due-to="John Patrick">
-        Update Hamcrest 1.3 -> 2.2 #70.
-      </action>
-      <action dev="ggregory" type="update" due-to="Gary Gregory, DaGeRe">
-        Performance Enhancement: Call toArray with Zero Array Size #20.
+        Bump Hamcrest 1.3 -> 2.2 #70.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #88.