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/12/07 13:27:09 UTC

svn commit: r1718330 - /commons/proper/dbcp/trunk/src/changes/changes.xml

Author: psteitz
Date: Mon Dec  7 12:27:09 2015
New Revision: 1718330

URL: http://svn.apache.org/viewvc?rev=1718330&view=rev
Log:
Updated to reflect fix for DBCP-452.

Modified:
    commons/proper/dbcp/trunk/src/changes/changes.xml

Modified: commons/proper/dbcp/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/changes/changes.xml?rev=1718330&r1=1718329&r2=1718330&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/changes/changes.xml (original)
+++ commons/proper/dbcp/trunk/src/changes/changes.xml Mon Dec  7 12:27:09 2015
@@ -62,6 +62,11 @@ The <action> type attribute can be add,u
   <body>
     <release version="2.2" date="TBD" description=
 "This is a minor release, including bug fixes and enhancements.">
+      <action dev="psteitz" tyoe="fix" issue="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.  
+      </action>
       <action dev="psteitz" type="fix" issue="DBCP-444">
         InvalidateConnection can result in closed connection returned by getConnection.
       </action>