Author: mattsicker
Date: Sun Aug  7 18:02:57 2016
New Revision: 1755449

URL: http://svn.apache.org/viewvc?rev=1755449&view=rev
Log:
Update release notes

Modified:
    commons/proper/dbcp/tags/DBCP_2_2_RC2/RELEASE-NOTES.txt

Modified: commons/proper/dbcp/tags/DBCP_2_2_RC2/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/dbcp/tags/DBCP_2_2_RC2/RELEASE-NOTES.txt?rev=1755449&r1=1755448&r2=1755449&view=diff
==============================================================================
--- commons/proper/dbcp/tags/DBCP_2_2_RC2/RELEASE-NOTES.txt (original)
+++ commons/proper/dbcp/tags/DBCP_2_2_RC2/RELEASE-NOTES.txt Sun Aug  7 18:02:57 
2016
@@ -14,6 +14,10 @@ New features:
 o DBCP-451:  Add constructor DriverManagerConnectionFactory(String).
 
 Fixed Bugs:
+o DBCP-454:  OSGi declarations contain multiple import headers for 
javax.transaction. Thanks to Philipp Marx, Matt Sicker.
+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


Reply via email to