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/06/01 23:48:52 UTC

[commons-dbcp] branch master updated (137f82c -> 0075f5b)

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 137f82c  Remove obsolete Ant comment.
     new c6d5cd9  Remove dead inline comments.
     new 0075f5b  Bump commons-pool2 from 2.9.0 to 2.10.0.

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:
 pom.xml                                                          | 2 +-
 src/changes/changes.xml                                          | 3 +++
 .../apache/commons/dbcp2/datasources/InstanceKeyDataSource.java  | 9 ---------
 3 files changed, 4 insertions(+), 10 deletions(-)

[commons-dbcp] 02/02: Bump commons-pool2 from 2.9.0 to 2.10.0.

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 0075f5b725143d12803fd14dfcd424bcffe04776
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jun 1 19:48:48 2021 -0400

    Bump commons-pool2 from 2.9.0 to 2.10.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 83b285f..47b6627 100644
--- a/pom.xml
+++ b/pom.xml
@@ -324,7 +324,7 @@
     <commons.checkstyle.version>3.1.2</commons.checkstyle.version>
     <commons.javadoc.version>3.3.0</commons.javadoc.version>
     <!-- Constant for Commons Pool version (used in multiple places) -->
-    <commons.pool.version>2.9.0</commons.pool.version>
+    <commons.pool.version>2.10.0</commons.pool.version>
     <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <!-- See DBCP-445 and DBCP-454 -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0130ac9..80831e3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -168,6 +168,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump org.jboss:jboss-transaction-spi from 7.6.0.Final to 7.6.1.Final.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump commons-pool2 from 2.9.0 to 2.10.0.
+      </action>
     </release>
     <release version="2.8.0" date="2020-09-21" description="This is a minor release, including bug fixes and enhancements.">
       <!-- add -->

[commons-dbcp] 01/02: Remove dead inline comments.

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 c6d5cd9c95e3fc3e5fc74d9e518a45e870d37a1a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jun 1 18:37:02 2021 -0400

    Remove dead inline comments.
---
 .../apache/commons/dbcp2/datasources/InstanceKeyDataSource.java  | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java b/src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java
index f68d789..39c0965 100644
--- a/src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java
+++ b/src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java
@@ -182,9 +182,6 @@ public abstract class InstanceKeyDataSource implements DataSource, Referenceable
         throw new SQLFeatureNotSupportedException();
     }
 
-    // -------------------------------------------------------------------
-    // Properties
-
     /**
      * Gets the default value for {@link GenericKeyedObjectPoolConfig#getBlockWhenExhausted()} for each per user pool.
      *
@@ -880,12 +877,6 @@ public abstract class InstanceKeyDataSource implements DataSource, Referenceable
         this.maxConnLifetimeMillis = maxConnLifetimeMillis;
     }
 
-    // ----------------------------------------------------------------------
-    // Instrumentation Methods
-
-    // ----------------------------------------------------------------------
-    // DataSource implementation
-
     /**
      * Attempts to establish a database connection.
      */