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 2009/09/13 16:26:15 UTC

svn commit: r814317 - /commons/proper/dbcp/trunk/xdocs/changes.xml

Author: psteitz
Date: Sun Sep 13 14:26:15 2009
New Revision: 814317

URL: http://svn.apache.org/viewvc?rev=814317&view=rev
Log:
Updated DBCP-216 entry to reflect final fix.

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

Modified: commons/proper/dbcp/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/xdocs/changes.xml?rev=814317&r1=814316&r2=814317&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/xdocs/changes.xml (original)
+++ commons/proper/dbcp/trunk/xdocs/changes.xml Sun Sep 13 14:26:15 2009
@@ -168,9 +168,7 @@
         KeyedCPDSConnectionFactory. Substituted calls to destroyObject with
          _pool.invalidateObject on error to ensure pool active count is
         decremented on error events. Ensured that events from closed or invalid
-        connections are ignored and listeners are cleaned up. Removed calls to
-        removeConnectionEventListener from connection event handlers to
-        eliminate potential for ConcurrentModificationExceptions.
+        connections are ignored and listeners are cleaned up. 
       </action>
       <action dev="psteitz" type="fix" issue="DBCP-245" due-to="Michael Drechsel">
         Fixed error in SharedPoolDataSource causing incorrect passwords to be