[4/5] commons-dbcp git commit: Prepare for release 2.4.0.

2018-06-16 Thread ggregory
Prepare for release 2.4.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/d7aa662f
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/d7aa662f
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/d7aa662f

Branch: refs/heads/master
Commit: d7aa662fbbb99e536ae28c47d0c4e1d51e39d5b9
Parents: 5660855
Author: Gary Gregory 
Authored: Wed Jun 13 13:26:05 2018 -0600
Committer: Gary Gregory 
Committed: Wed Jun 13 13:26:05 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/d7aa662f/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 4387356..466 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   
   4.0.0
   commons-dbcp2
-  2.4.0-SNAPSHOT
+  2.4.0
   Apache Commons DBCP
 
   2001



commons-dbcp git commit: Prepare for release 2.4.0.

2018-06-13 Thread ggregory
Repository: commons-dbcp
Updated Branches:
  refs/heads/release 566085573 -> d7aa662fb


Prepare for release 2.4.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/d7aa662f
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/d7aa662f
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/d7aa662f

Branch: refs/heads/release
Commit: d7aa662fbbb99e536ae28c47d0c4e1d51e39d5b9
Parents: 5660855
Author: Gary Gregory 
Authored: Wed Jun 13 13:26:05 2018 -0600
Committer: Gary Gregory 
Committed: Wed Jun 13 13:26:05 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/d7aa662f/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 4387356..466 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   
   4.0.0
   commons-dbcp2
-  2.4.0-SNAPSHOT
+  2.4.0
   Apache Commons DBCP
 
   2001



[49/50] [abbrv] commons-dbcp git commit: Prepare for release 2.4.0.

2018-06-13 Thread ggregory
Prepare for release 2.4.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/8c42fb86
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/8c42fb86
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/8c42fb86

Branch: refs/heads/release
Commit: 8c42fb865dfb1a478d3c2d54f1741caaa10f3587
Parents: 4148549
Author: Gary Gregory 
Authored: Wed Jun 13 11:22:44 2018 -0600
Committer: Gary Gregory 
Committed: Wed Jun 13 11:22:44 2018 -0600

--
 RELEASE-NOTES.txt | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/8c42fb86/RELEASE-NOTES.txt
--
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 8649b4f..acf3ef1 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,8 +1,8 @@
   Apache Apache Commons DBCP
-  Version 2.4.0
-  RELEASE NOTES
+ Version 2.4.0
+ RELEASE NOTES
 
-The Apache Commons DBCP team is pleased to announce the release of Apache 
Apache Commons DBCP 2.4.0.
+The Apache Commons DBCP team is pleased to announce the release of Apache 
Apache Commons DBCP 2.4.0-SNAPSHOT.
 
 Apache Commons DBCP software implements Database Connection Pooling.
 
@@ -10,6 +10,7 @@ This is a minor release, including bug fixes and enhancements.
 
 Changes in this version include:
 
+
 Fixed Bugs:
 o DBCP-484:  Connection leak during XATransaction in high load. Thanks to 
Emanuel Freitas.
 o DBCP-496:  Add support for pooling CallableStatements to the 
org.apache.commons.dbcp2.cpdsadapter package. Thanks to Gary Gregory.
@@ -20,6 +21,12 @@ o DBCP-491:  Ensure DBCP ConnectionListener can deal with 
transaction managers w
 o DBCP-494:  org.apache.commons.dbcp2.PStmtKey should make copies of given 
arrays in constructors. Thanks to Gary Gregory.
 o DBCP-495:  Remove duplicate code in 
org.apache.commons.dbcp2.cpdsadapter.PStmtKeyCPDS. Thanks to Gary Gregory.
 o DBCP-497:  Deprecate use of PStmtKeyCPDS in favor of PStmtKey. Thanks to 
Gary Gregory.
+o DBCP-498:  org.apache.commons.dbcp2.DataSourceConnectionFactory should use a 
char[] instead of a String to store passwords. Thanks to Gary Gregory.
+o DBCP-499:  org.apache.commons.dbcp2.managed.DataSourceXAConnectionFactory 
should use a char[] instead of a String to store passwords. Thanks to Gary 
Gregory.
+o DBCP-500:  org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS should use 
a char[] instead of a String to store passwords. Thanks to Gary Gregory.
+o DBCP-501:  org.apache.commons.dbcp2.datasources.CPDSConnectionFactory should 
use a char[] instead of a String to store passwords. Thanks to Gary Gregory.
+o DBCP-502:  org.apache.commons.dbcp2.datasources internals should use a 
char[] instead of a String to store passwords. Thanks to Gary Gregory.
+o DBCP-503:  
org.apache.commons.dbcp2.datasources.InstanceKeyDataSourceFactory.closeAll() 
does not close all. Thanks to Gary Gregory.
 
 
 For complete information on Apache Commons DBCP, including instructions on how 
to submit bug reports,
@@ -27,6 +34,7 @@ patches, or suggestions for improvement, see the Apache 
Apache Commons DBCP webs
 
 http://commons.apache.org/dbcp/
 
+
 -
 
   Apache Apache Commons DBCP



commons-dbcp git commit: Prepare for release 2.4.0.

2018-06-13 Thread ggregory
Repository: commons-dbcp
Updated Branches:
  refs/heads/master 4148549ee -> 8c42fb865


Prepare for release 2.4.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/8c42fb86
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/8c42fb86
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/8c42fb86

Branch: refs/heads/master
Commit: 8c42fb865dfb1a478d3c2d54f1741caaa10f3587
Parents: 4148549
Author: Gary Gregory 
Authored: Wed Jun 13 11:22:44 2018 -0600
Committer: Gary Gregory 
Committed: Wed Jun 13 11:22:44 2018 -0600

--
 RELEASE-NOTES.txt | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/8c42fb86/RELEASE-NOTES.txt
--
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 8649b4f..acf3ef1 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,8 +1,8 @@
   Apache Apache Commons DBCP
-  Version 2.4.0
-  RELEASE NOTES
+ Version 2.4.0
+ RELEASE NOTES
 
-The Apache Commons DBCP team is pleased to announce the release of Apache 
Apache Commons DBCP 2.4.0.
+The Apache Commons DBCP team is pleased to announce the release of Apache 
Apache Commons DBCP 2.4.0-SNAPSHOT.
 
 Apache Commons DBCP software implements Database Connection Pooling.
 
@@ -10,6 +10,7 @@ This is a minor release, including bug fixes and enhancements.
 
 Changes in this version include:
 
+
 Fixed Bugs:
 o DBCP-484:  Connection leak during XATransaction in high load. Thanks to 
Emanuel Freitas.
 o DBCP-496:  Add support for pooling CallableStatements to the 
org.apache.commons.dbcp2.cpdsadapter package. Thanks to Gary Gregory.
@@ -20,6 +21,12 @@ o DBCP-491:  Ensure DBCP ConnectionListener can deal with 
transaction managers w
 o DBCP-494:  org.apache.commons.dbcp2.PStmtKey should make copies of given 
arrays in constructors. Thanks to Gary Gregory.
 o DBCP-495:  Remove duplicate code in 
org.apache.commons.dbcp2.cpdsadapter.PStmtKeyCPDS. Thanks to Gary Gregory.
 o DBCP-497:  Deprecate use of PStmtKeyCPDS in favor of PStmtKey. Thanks to 
Gary Gregory.
+o DBCP-498:  org.apache.commons.dbcp2.DataSourceConnectionFactory should use a 
char[] instead of a String to store passwords. Thanks to Gary Gregory.
+o DBCP-499:  org.apache.commons.dbcp2.managed.DataSourceXAConnectionFactory 
should use a char[] instead of a String to store passwords. Thanks to Gary 
Gregory.
+o DBCP-500:  org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS should use 
a char[] instead of a String to store passwords. Thanks to Gary Gregory.
+o DBCP-501:  org.apache.commons.dbcp2.datasources.CPDSConnectionFactory should 
use a char[] instead of a String to store passwords. Thanks to Gary Gregory.
+o DBCP-502:  org.apache.commons.dbcp2.datasources internals should use a 
char[] instead of a String to store passwords. Thanks to Gary Gregory.
+o DBCP-503:  
org.apache.commons.dbcp2.datasources.InstanceKeyDataSourceFactory.closeAll() 
does not close all. Thanks to Gary Gregory.
 
 
 For complete information on Apache Commons DBCP, including instructions on how 
to submit bug reports,
@@ -27,6 +34,7 @@ patches, or suggestions for improvement, see the Apache 
Apache Commons DBCP webs
 
 http://commons.apache.org/dbcp/
 
+
 -
 
   Apache Apache Commons DBCP