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 2022/07/04 12:43:58 UTC

[commons-dbcp] branch master updated (15a76837 -> 64c9e878)

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

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


    from 15a76837 Bump spotbugs from 4.7.0 to 4.7.1 (#198)
     new 75896bec Typo
     new 64c9e878 Bump spotbugs from 4.7.0 to 4.7.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[commons-dbcp] 01/02: Typo

Posted by gg...@apache.org.
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 75896becf426e75fcfc0683862f4274421dc0dd3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 4 08:43:22 2022 -0400

    Typo
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5e7a77bb..6401a9e1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -81,7 +81,7 @@ The <action> type attribute can be add,update,fix,remove.
         Fix possible NullPointerException in BasicDataSourceFactory.getObjectInstance().
       </action>
       <action dev="ggregory" type="fix" due-to="Kurtcebe Eroglu, Gary Gregory, Phil Steitz" issue="DBCP-585">
-        Connection level JMX queries result in concurrent access to connection objects, causing errors #179
+        Connection level JMX queries result in concurrent access to connection objects, causing errors #179.
       </action>
       <action dev="ggregory" type="fix" due-to="Gary Gregory">
         UserPassKey should be Serializable.


[commons-dbcp] 02/02: Bump spotbugs from 4.7.0 to 4.7.1

Posted by gg...@apache.org.
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 64c9e8781ff150413f7eac2335c3a6db1b9f8c00
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 4 08:43:53 2022 -0400

    Bump spotbugs from 4.7.0 to 4.7.1
---
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6401a9e1..248a3e3c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -132,8 +132,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump junit-jupiter from 5.8.0-M1 to 5.8.2 #125, #136, #157.
       </action>
-      <action dev="ggregory" type="update" due-to="Dependabot">
-        Bump spotbugs from 4.3.0 to 4.7.0 #124, #133, #151, #164, #177, #189.
+      <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
+        Bump spotbugs from 4.3.0 to 4.7.1 #124, #133, #151, #164, #177, #189.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
         Bump org.mockito:mockito-core 3.11.2 -> 4.6.1, #128, #138, #152, #175, #188. #193.