You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Gary Gregory <gg...@apache.org> on 2018/05/13 14:05:06 UTC

[ANNOUCEMENT] Apache Commons DBCP 2.3.0

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/

On behalf of Apache Commons,
Gary Gregory