You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2007/01/23 05:00:33 UTC

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

Author: psteitz
Date: Mon Jan 22 20:00:31 2007
New Revision: 498901

URL: http://svn.apache.org/viewvc?view=rev&rev=498901
Log:
Document DBCP-65 fix and remove obsoleted collections change (dependency was later removed).

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

Modified: jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml?view=diff&rev=498901&r1=498900&r2=498901
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml Mon Jan 22 20:00:31 2007
@@ -114,9 +114,6 @@
         Modified activateObject in PoolableConnection to test connection
         properties before resetting to defaults.
       </action>
-      <action dev="bayard" type="update" issue="DBCP-68" due-to="Christoph Cenowa">
-        Upgrade dependency to Collections 3.1.
-      </action>
       <action dev="sandymac" type="fix" issue="DBCP-188">
         maxActive in configuration.html is documented incorrectly.
       </action>
@@ -152,6 +149,13 @@
         Removed dependency on Commons Collections by adding collections
         2.1 sources for LRUMap and SequencedHashMap with package scope to 
         datasources package.
+      </action>
+      <action dev="psteitz" type="fix" issue="DBCP-65">
+        Removed synchronization from prepareStatement methods in
+        PoolingConnection. Synchronization in these methods was causing
+        deadlocks. No resources other than the prepared statement pool are
+        accessed by these methods, and the pool methods are synchronized. 
+        Also fixes DBCP-202.
       </action>
     </release>   
 



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