You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2015/02/20 05:45:26 UTC

svn commit: r8063 - in /dev/commons/dbcp: ./ binaries/ source/

Author: psteitz
Date: Fri Feb 20 04:45:26 2015
New Revision: 8063

Log:
DBCP 2.1 RC2

Added:
    dev/commons/dbcp/RELEASE-NOTES.txt   (with props)
    dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.tar.gz   (with props)
    dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.tar.gz.asc
    dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.tar.gz.md5
    dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.tar.gz.sha1
    dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.zip   (with props)
    dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.zip.asc
    dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.zip.md5
    dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.zip.sha1
    dev/commons/dbcp/source/commons-dbcp2-2.1-src.tar.gz   (with props)
    dev/commons/dbcp/source/commons-dbcp2-2.1-src.tar.gz.asc
    dev/commons/dbcp/source/commons-dbcp2-2.1-src.tar.gz.md5
    dev/commons/dbcp/source/commons-dbcp2-2.1-src.tar.gz.sha1
    dev/commons/dbcp/source/commons-dbcp2-2.1-src.zip   (with props)
    dev/commons/dbcp/source/commons-dbcp2-2.1-src.zip.asc
    dev/commons/dbcp/source/commons-dbcp2-2.1-src.zip.md5
    dev/commons/dbcp/source/commons-dbcp2-2.1-src.zip.sha1

Added: dev/commons/dbcp/RELEASE-NOTES.txt
==============================================================================
--- dev/commons/dbcp/RELEASE-NOTES.txt (added)
+++ dev/commons/dbcp/RELEASE-NOTES.txt Fri Feb 20 04:45:26 2015
@@ -0,0 +1,50 @@
+              Apache Apache Commons DBCP
+                  Version 2.1
+                 RELEASE NOTES
+
+The Apache Commons DBCP team is pleased to announce the release of Apache Apache Commons DBCP 2.1.
+
+Apache Commons DBCP software implements Database Connection Pooling.
+
+This is minor release, including bug fixes and enhancements. Note that
+ one of the enhancements (DBCP-423) is to implement AutoCloseable in
+ BasicDataSource, PoolingDataSource and the InstanceKeyDataSource
+ implementations.
+
+Changes in this version include:
+
+New features:
+o DBCP-426:  Added invalidateConnection method to BasicDataSource. Thanks to Kasper Sørensen.
+o DBCP-427:  Added fastFailValidation property to PooloableConnection, configurable in
+             BasicDataSource.  When set to true, connections that have previously thrown
+             fatal disconnection errors will fail validation immediately (no driver calls). Thanks to Vladimir Konkov.
+
+Fixed Bugs:
+o DBCP-420:  InstanceKeyDataSource discards native SQLException when given password does not match
+             password used to create the connection.
+o            Correct some Javadoc references to Apache Commons Pool 2 classes that
+             have changed names since Pool 1.x.
+o            Do not ignore the configured custom eviction policy when creating a
+             BasicDataSource.
+o DBCP-428:  Unsuccessful Connection enlistment in XA Transaction ignored by TransactionContext. Thanks to Vladimir Konkov.
+o DBCP-432:  Changed BasicDataSource createDataSource method to ensure that initialization
+             completes before clients get reference to newly created instances.
+o DBCP-433:  Fixed connection leak when SQLException is thrown while enlisting an XA
+             transaction. Thanks to Vladimir Konkov.
+o DBCP-434:  Setting jmxName to null should suppress JMX registration of connection
+             and statement pools.
+
+Changes:
+o DBCP-422:  Update Apache Commons Logging to 1.2 from 1.1.3.
+o DBCP-424:  Made expired connection logging configurable in BasicDataSource.  Setting
+             logExpiredConnections to false suppresses expired connection log messages.
+o DBCP-423:  Made Datasources implement AutoCloseable.
+o            Eliminated synchronization in BasicDataSource getNumActive, getNumIdle methods.
+o DBCP-435:  Added property name verification to BasicDataSourceFactory. References including
+             obsolete or unrecognized properties now generate log messages. Thanks to Denixx Baykin.
+
+
+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/

Propchange: dev/commons/dbcp/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/x-gzip

Added: dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.tar.gz.asc
==============================================================================
--- dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.tar.gz.asc (added)
+++ dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.tar.gz.asc Fri Feb 20 04:45:26 2015
@@ -0,0 +1,8 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlTmudUACgkQzTA4/vB9Vn4DmwCeI2iff0T9zUB5FcmihFJH7us/
+OFoAnjXFo4Or7XMB7YMD25acWb3cQwxj
+=xFZj
+-----END PGP SIGNATURE-----

Added: dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.tar.gz.md5
==============================================================================
--- dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.tar.gz.md5 (added)
+++ dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.tar.gz.md5 Fri Feb 20 04:45:26 2015
@@ -0,0 +1 @@
+9b37178e93f7b406cce8e74e59a7fba5
\ No newline at end of file

Added: dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.tar.gz.sha1
==============================================================================
--- dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.tar.gz.sha1 (added)
+++ dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.tar.gz.sha1 Fri Feb 20 04:45:26 2015
@@ -0,0 +1 @@
+c48d5c5e10afd7b55381335fd4a633c9e5405203
\ No newline at end of file

Added: dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.zip.asc
==============================================================================
--- dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.zip.asc (added)
+++ dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.zip.asc Fri Feb 20 04:45:26 2015
@@ -0,0 +1,8 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlTmudUACgkQzTA4/vB9Vn7bUwCfQXydGMULUFw1j/6UrrjoMAYi
+POwAoJdJV19aqfhFrEeH/HIc72iiEedY
+=wdm7
+-----END PGP SIGNATURE-----

Added: dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.zip.md5
==============================================================================
--- dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.zip.md5 (added)
+++ dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.zip.md5 Fri Feb 20 04:45:26 2015
@@ -0,0 +1 @@
+02e768224560483184f2403a4e646606
\ No newline at end of file

Added: dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.zip.sha1
==============================================================================
--- dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.zip.sha1 (added)
+++ dev/commons/dbcp/binaries/commons-dbcp2-2.1-bin.zip.sha1 Fri Feb 20 04:45:26 2015
@@ -0,0 +1 @@
+0a41eeab2905a7523969012880a8fca3a54e794d
\ No newline at end of file

Added: dev/commons/dbcp/source/commons-dbcp2-2.1-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/dbcp/source/commons-dbcp2-2.1-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/x-gzip

Added: dev/commons/dbcp/source/commons-dbcp2-2.1-src.tar.gz.asc
==============================================================================
--- dev/commons/dbcp/source/commons-dbcp2-2.1-src.tar.gz.asc (added)
+++ dev/commons/dbcp/source/commons-dbcp2-2.1-src.tar.gz.asc Fri Feb 20 04:45:26 2015
@@ -0,0 +1,8 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlTmudUACgkQzTA4/vB9Vn6IDgCgk5K7sIzilExzGdxZk2WbLq4S
+VaEAnReTG2S9JVGa44iBsbrhgCZj5C3t
+=mRks
+-----END PGP SIGNATURE-----

Added: dev/commons/dbcp/source/commons-dbcp2-2.1-src.tar.gz.md5
==============================================================================
--- dev/commons/dbcp/source/commons-dbcp2-2.1-src.tar.gz.md5 (added)
+++ dev/commons/dbcp/source/commons-dbcp2-2.1-src.tar.gz.md5 Fri Feb 20 04:45:26 2015
@@ -0,0 +1 @@
+db71e2b9bad697d4585622a9b0a28f4f
\ No newline at end of file

Added: dev/commons/dbcp/source/commons-dbcp2-2.1-src.tar.gz.sha1
==============================================================================
--- dev/commons/dbcp/source/commons-dbcp2-2.1-src.tar.gz.sha1 (added)
+++ dev/commons/dbcp/source/commons-dbcp2-2.1-src.tar.gz.sha1 Fri Feb 20 04:45:26 2015
@@ -0,0 +1 @@
+ded59b8f266451322e6110c7ea8eead50d12a19f
\ No newline at end of file

Added: dev/commons/dbcp/source/commons-dbcp2-2.1-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/dbcp/source/commons-dbcp2-2.1-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/dbcp/source/commons-dbcp2-2.1-src.zip.asc
==============================================================================
--- dev/commons/dbcp/source/commons-dbcp2-2.1-src.zip.asc (added)
+++ dev/commons/dbcp/source/commons-dbcp2-2.1-src.zip.asc Fri Feb 20 04:45:26 2015
@@ -0,0 +1,8 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlTmudUACgkQzTA4/vB9Vn4Q8wCfX8nKWgmz/NpG0y89t+EcX5Zc
+SBgAniRYkQPqpgo6n3k/8ycJK9S45Zd/
+=oOye
+-----END PGP SIGNATURE-----

Added: dev/commons/dbcp/source/commons-dbcp2-2.1-src.zip.md5
==============================================================================
--- dev/commons/dbcp/source/commons-dbcp2-2.1-src.zip.md5 (added)
+++ dev/commons/dbcp/source/commons-dbcp2-2.1-src.zip.md5 Fri Feb 20 04:45:26 2015
@@ -0,0 +1 @@
+7f35b03166f84de997e9069f81751f38
\ No newline at end of file

Added: dev/commons/dbcp/source/commons-dbcp2-2.1-src.zip.sha1
==============================================================================
--- dev/commons/dbcp/source/commons-dbcp2-2.1-src.zip.sha1 (added)
+++ dev/commons/dbcp/source/commons-dbcp2-2.1-src.zip.sha1 Fri Feb 20 04:45:26 2015
@@ -0,0 +1 @@
+ec2074f0950295633dfee754bf2370ad37251ebf
\ No newline at end of file