Looks like it worked. Sweet!

> On May 8, 2018, at 5:41 PM, ggreg...@apache.org wrote:
> 
> Author: ggregory
> Date: Tue May  8 21:41:17 2018
> New Revision: 26775
> 
> Log:
> Staging release: commons-dbcp2, version: 2.3.0
> 
> Added:
>    dev/commons/dbcp/RELEASE-NOTES.txt
>    dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz   (with props)
>    dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.asc
>    dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.md5
>    dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.sha1
>    dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip   (with props)
>    dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.asc
>    dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.md5
>    dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.sha1
>    dev/commons/dbcp/site.zip   (with props)
>    dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz   (with props)
>    dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.asc
>    dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.md5
>    dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.sha1
>    dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip   (with props)
>    dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.asc
>    dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.md5
>    dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.sha1
> 
> Added: dev/commons/dbcp/RELEASE-NOTES.txt
> ==============================================================================
> --- dev/commons/dbcp/RELEASE-NOTES.txt (added)
> +++ dev/commons/dbcp/RELEASE-NOTES.txt Tue May  8 21:41:17 2018
> @@ -0,0 +1,125 @@
> +              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
> +
> +The Apache Commons DBCP team is pleased to announce the release of Apache 
> Apache Commons DBCP 2.2.0.
> +
> +Apache Commons DBCP software implements Database Connection Pooling.
> +
> +This is a minor release, including bug fixes and enhancements.
> +
> +Changes in this version include:
> +
> +New features:
> +o DBCP-451:  Add constructor DriverManagerConnectionFactory(String).
> +o DBCP-462:  Refactoring to prepare for a future patch to enable pooling of 
> all
> +             prepared and callable statements in PoolingConnection. Thanks 
> to Keiichi Fujino.
> +o DBCP-458:  Make it simpler to extend BasicDataSource to allow sub-classes 
> to
> +             provide custom GenericObjectPool implementations. Thanks to 
> Adrian Tarau.
> +o DBCP-474:  Enable pooling of all prepared and callable statements
> +             inPoolingConnection. Thanks to Keiichi Fujino.
> +
> +Fixed Bugs:
> +o DBCP-481:  Update Apache Commons Pool from 2.4.2 to 2.5.0. Thanks to Gary 
> Gregory.
> +o DBCP-454:  OSGi declarations contain multiple import headers for 
> javax.transaction. Thanks to Philipp Marx, Matt Sicker.
> +o DBCP-478:  Wrong parameter name in site documentation for BasicDataSource 
> Configuration Parameters. Thanks to nicola mele.
> +o DBCP-452:  Add jmxName to properties set by BasicDataSourceFactory.  This
> +             enables container-managed pools created from JNDI Resource
> +             definitions to enable JMX by supplying a valid root JMX name.
> +o DBCP-446:  NullPointerException thrown when calling 
> ManagedConnection.isClosed(). Thanks to Gary Gregory, feng yang, Euclides M, 
> Phil Steitz.
> +o DBCP-444:  InvalidateConnection can result in closed connection returned 
> by getConnection.
> +o DBCP-449:  Complete the fix for DBCP-418, enabling PoolableConnection 
> class to load in environments
> +             (such as GAE) where the JMX ManagementFactory is not available. 
> Thanks to Grzegorz D..
> +o DBCP-455:  Ensure that the cacheState setting is used when statement 
> pooling is
> +             disabled. Thanks to Kyohei Nakamura.
> +o DBCP-453:  Ensure that setSoftMinEvictableIdleTimeMillis is used when 
> working with
> +             BasicDataSource. Thanks to Philipp Marx.
> +o DBCP-456:  Correct the name of the configuration attribute
> +             softMinEvictableIdleTimeMillis. Thanks to Kyohei Nakamura.
> +o DBCP-472:  Avoid potential infinite loops when checking if an SQLException 
> is fatal
> +             for a connection or not.
> +o DBCP-468:  Expand the fail-fast for fatal connection errors feature to 
> include
> +             managed connections.
> +o DBCP-463:  Correct a typo in the method name
> +             PoolableConnectionFactory#setMaxOpenPreparedStatements. The old 
> method
> +             remains but is deprecated so not to break clients currently 
> using the
> +             incorrect name.
> +o DBCP-459:  Ensure that a thread's interrupt status is visible to the 
> caller if the
> +             thread is interrupted during a call to
> +             PoolingDataSource.getConnection().
> +o DBCP-457:  When using a BasicDataSource, pass changes related to the 
> handling of
> +             abandoned connections to the underlying pool so that the pool
> +             configuration may be updated dynamically.
> +
> +
> +
> +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.1.1
> +                 RELEASE NOTES
> +
> +The Apache Commons DBCP team is pleased to announce the release of Apache 
> Apache Commons DBCP 2.1.1.
> +
> +Apache Commons DBCP software implements Database Connection Pooling.
> +
> +This is a patch release, including bug fixes only.
> +
> +Changes in this version include:
> +
> +
> +Fixed Bugs:
> +o DBCP-441:  Added BasicDataSource abandonedUsageTracking property missing 
> from BasicDataSourceFactory.
> +o DBCP-442:  SharedPoolDataSource getConnection fails when testOnBorrow is 
> set with
> +             a null validation query.
> +o DBCP-438:  Nested connections in a transaction (local) throws null 
> pointer. Thanks to Raihan Kibria.
> +o DBCP-437:  BasicDataSource does not set disconnectionSql properties on its 
> PoolableConnectionFactory.
> +
> +Changes:
> +o            Updated pool version to 2.4.2.  The fix for POOL-300 may cause 
> DBCP
> +             users to see more reports of abandoned connections (if removal 
> and logging
> +             are configured).  Prior to the fix for POOL-300, the 
> PrintWriter used to log
> +             abandoned connection stack traces was not being flushed on each 
> log event.
> +
> +
> +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/
> 
> Added: dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz
> ==============================================================================
> Binary file - no diff available.
> 
> Propchange: dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz
> ------------------------------------------------------------------------------
>    svn:mime-type = application/octet-stream
> 
> Added: dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.asc
> ==============================================================================
> --- dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.asc (added)
> +++ dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.asc Tue May  8 
> 21:41:17 2018
> @@ -0,0 +1,11 @@
> +-----BEGIN PGP SIGNATURE-----
> +
> +iQEzBAABCgAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAlryGRMACgkQhv3H4qES
> +Ysvp9Af+I4J7RbX2Y5yz5/H4Ie4kidH+suExRjpetKe0PupuBb4OStLrpV0xvgIf
> +6i5jtGvHlQWhQMvIsNTYqNTreAfjKDIn9kUl+jluuaE1Su3eqcxY06n5AYd6dUi3
> +tHNI+6sp+6U2he0X1MCpjNfOr5iPMIElwe5YG6fb/kqlFnSXcGwSWrKr1OXZj97A
> +44OA27851uRMsNjdFcsE0HNZI/bQhJhYMRwKm6LF5fJHlsL3/hhy80EeVu8bjmUV
> +QcgaAyXQ2gsLw7TEWXHRAiWS38WnAmHTYrCkMwfvkpMXAeDocpyVecVWiyT4Xcm7
> +fHGJq6KZlybu65X2GQ+7/1vT5xa13A==
> +=iC3v
> +-----END PGP SIGNATURE-----
> 
> Added: dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.md5
> ==============================================================================
> --- dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.md5 (added)
> +++ dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.md5 Tue May  8 
> 21:41:17 2018
> @@ -0,0 +1 @@
> +871dd6541089d74b097be26163abc84f
> 
> Added: dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.sha1
> ==============================================================================
> --- dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.sha1 (added)
> +++ dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.sha1 Tue May  8 
> 21:41:17 2018
> @@ -0,0 +1 @@
> +c04445bcd8e21e284571959b9db4dd53282b7854
> 
> Added: dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip
> ==============================================================================
> Binary file - no diff available.
> 
> Propchange: dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip
> ------------------------------------------------------------------------------
>    svn:mime-type = application/octet-stream
> 
> Added: dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.asc
> ==============================================================================
> --- dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.asc (added)
> +++ dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.asc Tue May  8 
> 21:41:17 2018
> @@ -0,0 +1,11 @@
> +-----BEGIN PGP SIGNATURE-----
> +
> +iQEzBAABCgAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAlryGRMACgkQhv3H4qES
> +YssFCwf+MyXfr4LRreNXb1yyf4LDdGNEAEKU95L0p0vps3b9zHJdQjcqXkYT1fxm
> +0/FvHjhZvz1PYxkFgiNHf5qCPqK02/wfGsiQCet9x80ySAvw2F6PUNAf3mtt995O
> +5Ds9OOTDi0VpYov9+ypUC932g4mwLSHh12b72ErjVgEhxOfluf2YZ+dIEjWA54o+
> +qSPGrVpnDiOFXGJ4Z/6Au2LTARw4rtYky1ELnOPPjXmzVt805Bne5bILByqQ/Eaa
> +9BFjhLLo6EVmU0v/zbpexvzh4RDUmCkMRyoS1RkmusNK2SC/bYr2I+owJsovTZig
> +ac/N8Ru4h5UC3S0Oav7WrRU99aoGHg==
> +=Jef0
> +-----END PGP SIGNATURE-----
> 
> Added: dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.md5
> ==============================================================================
> --- dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.md5 (added)
> +++ dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.md5 Tue May  8 
> 21:41:17 2018
> @@ -0,0 +1 @@
> +739a383728480aa48dd473d9036e143c
> 
> Added: dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.sha1
> ==============================================================================
> --- dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.sha1 (added)
> +++ dev/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.sha1 Tue May  8 
> 21:41:17 2018
> @@ -0,0 +1 @@
> +48da33b6023bd0f791309b638bc3bb7d68e2088f
> 
> Added: dev/commons/dbcp/site.zip
> ==============================================================================
> Binary file - no diff available.
> 
> Propchange: dev/commons/dbcp/site.zip
> ------------------------------------------------------------------------------
>    svn:mime-type = application/octet-stream
> 
> Added: dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz
> ==============================================================================
> Binary file - no diff available.
> 
> Propchange: dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz
> ------------------------------------------------------------------------------
>    svn:mime-type = application/octet-stream
> 
> Added: dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.asc
> ==============================================================================
> --- dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.asc (added)
> +++ dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.asc Tue May  8 
> 21:41:17 2018
> @@ -0,0 +1,11 @@
> +-----BEGIN PGP SIGNATURE-----
> +
> +iQEzBAABCgAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAlryGRMACgkQhv3H4qES
> +YssGgwf9Fbcg0YdYLRwIiCgzhLkaw1iAzZEmmR204xEDKyNG29xqYV8+bWSxOzZT
> +pzrWwEunJhOTJeJB3/4omQ9d/ZTPknzB758d1h/bVTx8Ka8T6Ok3Hezp6nWXcULA
> +yoHbuX59iObZH+KOhWeUUlMesUiQCqghi5B0nwycP0BFyolPEFQ1xwm/OGtcdHw0
> +mInzF9E28a9x75KMXYgY33HSYiHim8SW0pZPYjIIUeP7YdkmeGyOR0H0LRcRCKkP
> +UvN9dBmU/73hkVaw6TlRVcTN4ltIimW+VQTs0M9jKt50YataEEBv0r2K7TpLYklv
> +6t+RLxHaAWWnJ8CYRCDMIB7oUmJ2gg==
> +=rEW6
> +-----END PGP SIGNATURE-----
> 
> Added: dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.md5
> ==============================================================================
> --- dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.md5 (added)
> +++ dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.md5 Tue May  8 
> 21:41:17 2018
> @@ -0,0 +1 @@
> +a7f7b6f6844feea3e6dec64e3d044639
> 
> Added: dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.sha1
> ==============================================================================
> --- dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.sha1 (added)
> +++ dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.sha1 Tue May  8 
> 21:41:17 2018
> @@ -0,0 +1 @@
> +3dc7cad48042b99b9212303cd968fe31be052b1c
> 
> Added: dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip
> ==============================================================================
> Binary file - no diff available.
> 
> Propchange: dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip
> ------------------------------------------------------------------------------
>    svn:mime-type = application/octet-stream
> 
> Added: dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.asc
> ==============================================================================
> --- dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.asc (added)
> +++ dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.asc Tue May  8 
> 21:41:17 2018
> @@ -0,0 +1,11 @@
> +-----BEGIN PGP SIGNATURE-----
> +
> +iQEzBAABCgAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAlryGRQACgkQhv3H4qES
> +Ysts3Qf7B7QrUwAmWdC9QbHigXNTc28bk2ZngX6I0EM+0wuYvEDEqr3pH2X+CvGW
> +EyA3HKLpYSkRQcBbHzluF89PZDfcBPpeC6p5QwpMO0SK81vbeXGCpbImQs85bC20
> +aOrReaGxAdAiBJWu4Of6/EKCXW6uAzi6uW1oj5jtfN8H2vTrUlbAQv0pgptPs6Qk
> +DJL5ois42yQjig2gCtaTrIOigiWxwNt+Zehx5rgQUGXqWryJ+1gG7m9FxXhcfLRA
> +YUN7GdggWXd9yn9e/b+KkJOet6z8fCz1H4F5pp1CbOKdKSvUqod32v+zP4rDmOaB
> +BQLaEVMpWdn9hJEbFkaDvWxfm+PMUA==
> +=XOT/
> +-----END PGP SIGNATURE-----
> 
> Added: dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.md5
> ==============================================================================
> --- dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.md5 (added)
> +++ dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.md5 Tue May  8 
> 21:41:17 2018
> @@ -0,0 +1 @@
> +b00bd22ff5587311bedb0a96de4115d5
> 
> Added: dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.sha1
> ==============================================================================
> --- dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.sha1 (added)
> +++ dev/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.sha1 Tue May  8 
> 21:41:17 2018
> @@ -0,0 +1 @@
> +df4d63477cefd0be4b4fb720704f41ceb4964e99
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to