Author: psteitz
Date: Tue Feb 17 03:22:12 2015
New Revision: 8031

Log:
DBCP 2.1 RC1

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 Tue Feb 17 03:22:12 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/proper/commons-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 Tue Feb 17 
03:22:12 2015
@@ -0,0 +1,8 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlTievcACgkQzTA4/vB9Vn4q3gCaA+QGERIBGz0g7e94RtmBqE9C
+hTsAn1WgDdfsKtWXnXXM01K3q4EKDI7I
+=9LuT
+-----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 Tue Feb 17 
03:22:12 2015
@@ -0,0 +1 @@
+8c291a7b9123a5a85a0aef44e0376a62
\ 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 Tue Feb 17 
03:22:12 2015
@@ -0,0 +1 @@
+ca996d7472de15010271cbd9b32282292e3281d5
\ 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 Tue Feb 17 03:22:12 
2015
@@ -0,0 +1,8 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlTievcACgkQzTA4/vB9Vn7ZlACfU1IF4OahJ3C8klPF4CCtUlA9
+sgsAn3E2ARQD+7wavjmQb10buemlWjC/
+=nHdg
+-----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 Tue Feb 17 03:22:12 
2015
@@ -0,0 +1 @@
+a54fcd4d7c4905711b23e8f005a06d9c
\ 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 Tue Feb 17 
03:22:12 2015
@@ -0,0 +1 @@
+df86bedfbc3e34713946d9f708b45b0b202d2471
\ 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 Tue Feb 17 
03:22:12 2015
@@ -0,0 +1,8 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlTievcACgkQzTA4/vB9Vn58VQCfQdskRZ+VnR8ydjGOllmYeKx5
+fxAAoI6MpjSAtoK8q1epyX//jqJaBeHq
+=1ree
+-----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 Tue Feb 17 
03:22:12 2015
@@ -0,0 +1 @@
+81639f1a49c6fa0e35f46d697ddce161
\ 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 Tue Feb 17 
03:22:12 2015
@@ -0,0 +1 @@
+a1aa837ba7d05cd109e92538b4fb64a2468018c4
\ 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 Tue Feb 17 03:22:12 
2015
@@ -0,0 +1,8 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlTievcACgkQzTA4/vB9Vn64XQCcD1Ri++9jDExz0RlTJ6VEnKIK
+IaIAoI9TXN0Iq1JT5XsO0x7svaBwjOnR
+=2I7M
+-----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 Tue Feb 17 03:22:12 
2015
@@ -0,0 +1 @@
+5fa0dfafdbb469adbc4fd3d912072db3
\ 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 Tue Feb 17 03:22:12 
2015
@@ -0,0 +1 @@
+3512894f1cccc0de136f09eea997e345e5e0f005
\ No newline at end of file


Reply via email to