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 2019/08/07 13:51:57 UTC

[commons-dbcp] branch master updated (4636da3 -> 5ae7851)

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 4636da3  Explain why needed
     add aa3c5e9  Fix the site's source repository link.
     add 64e2d9e  Add slot for next release.
     add 128c745  Fix typo.
     add 2d95235  Update tests from com.h2database:h2 1.4.197 to 1.4.199.
     add 05263e2  Update tests from org.jboss.narayana.jta:narayana-jta 5.9.2.Final to 5.9.5.Final.
     add d1c5839  Update tests from org.jboss.logging:jboss-logging 3.3.2.Final to 3.4.0.Final.
     add 8af2f87  Update tests from org.mockito:mockito-core 2.24.0 to 2.28.2.
     add 5285795  Update tests from org.mockito:mockito-core 2.28.2 to 3.0.0.
     add 1fcd2b8  maven-pmd-plugin 3.11.0 -> 3.12.0.
     add f5d6323  [DBCP-548] Update Apache Commons Pool from 2.6.1 to 2.7.0.
     add 6619cde  Update commons-parent from 47 to 48.
     add 91c3023  Remove obsolete comment.
     add d603fc5  Javadoc.
     add f6c1c4b  Add @SuppressWarnings.
     add dabd348  Add @SuppressWarnings.
     add e6893e4  Sort members.
     add 5b43bc7  [Checkstyle] Move DriverConnectionFactory creation from BasicDataSource to a factory method _in_ DriverConnectionFactory. This moves the factory code closer to home and fixes a checkstyle violation that had BasicDataSource over 2,500 lines of source code.
     add c419630  Use current version of JaCoCo.
     add 6caf93b  [DBCP-549] Make org.apache.commons.dbcp2.AbandonedTrace.removeTrace(AbandonedTrace) null-safe.
     add ea10f56  Revert "[DBCP-549] Make org.apache.commons.dbcp2.AbandonedTrace.removeTrace(AbandonedTrace) null-safe."
     add ab2dc9d  Revert "Use current version of JaCoCo."
     add 183310f  Revert "[Checkstyle] Move DriverConnectionFactory creation from BasicDataSource to a factory method _in_ DriverConnectionFactory. This moves the factory code closer to home and fixes a checkstyle violation that had BasicDataSource over 2,500 lines of source code."
     add cb67241  Revert "Sort members."
     add 18eb042  Revert "Add @SuppressWarnings."
     add 9dd869b  Revert "Add @SuppressWarnings."
     add de56341  Revert "Javadoc."
     add 46a8ba4  Revert "Remove obsolete comment."
     add e755261  Revert "Update commons-parent from 47 to 48."
     add 20036fa  Revert "[DBCP-548] Update Apache Commons Pool from 2.6.1 to 2.7.0."
     add 9045edd  Revert "maven-pmd-plugin 3.11.0 -> 3.12.0."
     add 912f2b0  Revert "Update tests from org.mockito:mockito-core 2.28.2 to 3.0.0."
     add e0136ab  Revert "Update tests from org.mockito:mockito-core 2.24.0 to 2.28.2."
     add d7a3d80  Revert "Update tests from org.jboss.logging:jboss-logging 3.3.2.Final to 3.4.0.Final."
     add deea85e  Revert "Update tests from org.jboss.narayana.jta:narayana-jta 5.9.2.Final to 5.9.5.Final."
     add e139360  Revert "Update tests from com.h2database:h2 1.4.197 to 1.4.199."
     add c0464cd  Revert "Fix typo."
     add 16f171b  Revert "Add slot for next release."
     add 6b62b0e  Revert "Fix the site's source repository link."
     add 50bae94  Merge branch 'master' into release
     add 9b3f4f9  Update POM version numbers for Apache Commons DBCP release 2.7.0
     new 2fc901e  Merge remote-tracking branch 'origin/master' into release
     new 5ae7851  Bump to next development version

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 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[commons-dbcp] 01/02: Merge remote-tracking branch 'origin/master' into release

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 2fc901e9a94278e7d4ea46262d1c4cbf7d32f2af
Merge: 9b3f4f9 4636da3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 7 09:33:44 2019 -0400

    Merge remote-tracking branch 'origin/master' into release

 pom.xml                         |  6 ++++++
 src/site/xdoc/download_dbcp.xml | 26 +++++++++++++-------------
 2 files changed, 19 insertions(+), 13 deletions(-)



[commons-dbcp] 02/02: Bump to next development version

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 5ae78515337fdd87e912a1c447930ba3051e3d2f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 7 09:50:40 2019 -0400

    Bump to next development version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1b8f6f8..c56fb94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-dbcp2</artifactId>
-  <version>2.7.0</version>
+  <version>2.7.1-SNAPSHOT</version>
   <name>Apache Commons DBCP</name>
 
   <inceptionYear>2001</inceptionYear>