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 2018/07/16 14:34:32 UTC

[1/5] commons-dbcp git commit: Update version numbers for Apache Commons DBCP release 2.5.0

Repository: commons-dbcp
Updated Branches:
  refs/heads/master 5d8fe878f -> cbd4fd796


Update version numbers for Apache Commons DBCP release 2.5.0


Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/3550adaf
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/3550adaf
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/3550adaf

Branch: refs/heads/master
Commit: 3550adaf1c87af8ec9b80830f9d9e9d2a1e19691
Parents: 5d8fe87
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Jul 12 17:59:48 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Jul 12 17:59:48 2018 -0600

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/3550adaf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f292063..90a8433 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-dbcp2</artifactId>
-  <version>2.5.0-SNAPSHOT</version>
+  <version>2.5.0</version>
   <name>Apache Commons DBCP</name>
 
   <inceptionYear>2001</inceptionYear>


[5/5] commons-dbcp git commit: Bump to next development version

Posted by gg...@apache.org.
Bump to next development version


Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/cbd4fd79
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/cbd4fd79
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/cbd4fd79

Branch: refs/heads/master
Commit: cbd4fd796cd9fd72ff7fa3f87b01306217f63702
Parents: e33bced
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Jul 16 08:34:03 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Jul 16 08:34:03 2018 -0600

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/cbd4fd79/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 90a8433..a36abbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-dbcp2</artifactId>
-  <version>2.5.0</version>
+  <version>2.5.1-SNAPSHOT</version>
   <name>Apache Commons DBCP</name>
 
   <inceptionYear>2001</inceptionYear>


[2/5] commons-dbcp git commit: Prepare for Version 2.6.0.

Posted by gg...@apache.org.
Prepare for Version 2.6.0.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/00fd9d9b
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/00fd9d9b
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/00fd9d9b

Branch: refs/heads/master
Commit: 00fd9d9b69caffef91aabc4091a9fe2fda787c7e
Parents: 3550ada
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Jul 12 18:25:35 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Jul 12 18:25:35 2018 -0600

----------------------------------------------------------------------
 RELEASE-NOTES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/00fd9d9b/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 311688b..92387e3 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -25,6 +25,8 @@ o DBCP-507:  Change default for fail-fast connections from false to true. Thanks
 o DBCP-504:  Increase test coverage. Thanks to Bruno P. Kinoshita.
 o DBCP-510:  Update Apache Commons Pool from 2.5.0 to 2.6.0. Thanks to Gary Gregory.
 
+Note that Clirr incorrectly reports one binary incompatible change because it is not aware of Java 8 and default methods:
+[ERROR] 7012: org.apache.commons.dbcp2.BasicDataSourceMXBean: Method 'public java.lang.String getDefaultSchema()' has been added to an interface
 
 For complete information on Apache Commons DBCP, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Apache Commons DBCP website:


[3/5] commons-dbcp git commit: Post RC1 tag fix.

Posted by gg...@apache.org.
Post RC1 tag fix.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/334784e3
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/334784e3
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/334784e3

Branch: refs/heads/master
Commit: 334784e3043cadaeaa626f792c3f62ac7b697927
Parents: 00fd9d9
Author: Gary Gregory <ga...@gmail.com>
Authored: Sun Jul 15 18:15:38 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sun Jul 15 18:15:38 2018 -0600

----------------------------------------------------------------------
 README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/334784e3/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index 75c6c37..c839d99 100644
--- a/README.txt
+++ b/README.txt
@@ -4,7 +4,7 @@ Apache Commons DBCP
 Welcome to the DBCP component of the Apache Commons
 project (http://commons.apache.org).
 
-DBCP version 2 requires JDK 1.7.
+DBCP version 2.5.0 requires JDK 1.8.
 
 DBCP can be built using either Maven or Ant. When building using Ant,
 Locations of dependent jars for the Ant build need to be specified in 


[4/5] commons-dbcp git commit: Clean up for Version 2.5.0.

Posted by gg...@apache.org.
Clean up for Version 2.5.0.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/e33bcedf
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/e33bcedf
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/e33bcedf

Branch: refs/heads/master
Commit: e33bcedffe54f36cca66545576377fc43f27cdac
Parents: 334784e
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Jul 16 08:05:27 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Jul 16 08:05:27 2018 -0600

----------------------------------------------------------------------
 src/site/xdoc/index.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/e33bcedf/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 14f696d..fe4870e 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -48,17 +48,19 @@ efficient, feature-rich package under the ASF license.</p>
 <code>commons-pool2</code> package to provide the underlying object pool
 mechanisms that it utilizes.</p>
 
-<p>DBCP now comes in three different versions to support different versions of
+<p>DBCP now comes in four different versions to support different versions of
 JDBC. Here is how it works:
 <ul>
-<li>DBCP 2 compiles and runs under Java 7 only (JDBC 4.1)</li>
+<li>DBCP 2.5.0 compiles and runs under Java 8 only (JDBC 4.2)</li>
+<li>DBCP 2.4.0 compiles and runs under Java 7 only (JDBC 4.1)</li>
 <li>DBCP 1.4 compiles and runs under Java 6 only (JDBC 4)</li>
-<li>DBCP 1.3 compiles and runs under Java 1.4-5 only (JDBC 3)</li>
+<li>DBCP 1.3 compiles and runs under Java 1.4-5.0 only (JDBC 3)</li>
 </ul>
 </p>
-<p>DBCP 2 binaries should be used by applications running under Java 7.</p>
+<p>DBCP 2.5.0 binaries should be used by applications running under Java 8.</p>
+<p>DBCP 2.4.0 binaries should be used by applications running under Java 7.</p>
 <p>DBCP 1.4 binaries should be used by applications running under Java 6.</p>
-<p>DBCP 1.3 should be used when running under Java 1.4 5.</p>
+<p>DBCP 1.3 should be used when running under Java 1.4 and 5.0.</p>
 
 <p>DBCP 2 is based on Commons Pool 2 and provides increased performance, JMX
 support as well as numerous other new features compared to DBCP 1.x. Users