Repository: commons-dbcp
Updated Branches:
  refs/heads/master a5e715dac -> 8f71f628b


Prepare for 2.3.0 release.

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

Branch: refs/heads/master
Commit: 8f71f628babf21151e54d1a8b0c13943fb17c435
Parents: a5e715d
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Mon May 7 21:51:16 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Mon May 7 21:51:16 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/8f71f628/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 67e6fc7..a523943 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,36 @@
               Apache Apache Commons DBCP
+                  Version 2.3.0-SNAPSHOT
+                 RELEASE NOTES
+
+The Apache Commons DBCP team is pleased to announce the release of Apache 
Apache Commons DBCP 2.3.0-SNAPSHOT.
+
+Apache Commons DBCP software implements Database Connection Pooling.
+
+This is a minor release, including bug fixes and enhancements.
+
+Changes in this version include:
+
+
+Fixed Bugs:
+o DBCP-476:  AbandonedTrace.getTrace() contains race condition Thanks to Gary 
Evesson, Richard Cordova.
+o DBCP-482:  Avoid javax.management.InstanceNotFoundException on shutdown when 
a bean is not registered. Thanks to Dennis Lloyd, Gary Gregory.
+
+Changes:
+o DBCP-483:  Make constant public: 
org.apache.commons.dbcp2.PoolingDriver.URL_PREFIX. Thanks to Gary Gregory.
+o DBCP-486:  DriverAdapterCPDS.setUser(), setPassword(), and 
getPooledConnection() with null arguments throw NullPointerExceptions when 
connection properties are set. Thanks to Gary Gregory.
+o DBCP-487:  Add API 
org.apache.commons.dbcp2.datasources.PerUserPoolDataSource.clear(). Thanks to 
Gary Gregory.
+o DBCP-488:  NPE for 
org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS.setConnectionProperties(null).
 Thanks to Gary Gregory.
+o DBCP-490:  The method 
org.apache.commons.dbcp2.PoolingDriver.getConnectionPool(String) does not tell 
you which pool name is not registered when it throws an exception. Thanks to 
Gary Gregory.
+
+
+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:
+
+http://commons.apache.org/dbcp/
+
+-----------------------------------------------------------------------------
+
+              Apache Apache Commons DBCP
                   Version 2.2.0
                  RELEASE NOTES
 

Reply via email to