Author: psteitz
Date: Mon Apr 25 18:02:36 2011
New Revision: 1096546

URL: http://svn.apache.org/viewvc?rev=1096546&view=rev
Log:
Recorded fix for DBCP-333.

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=1096546&r1=1096545&r2=1096546&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/changes/changes.xml (original)
+++ commons/proper/dbcp/trunk/src/changes/changes.xml Mon Apr 25 18:02:36 2011
@@ -52,6 +52,10 @@ The <action> type attribute can be add,u
         a statement is used, the lastUsed property of its parent connection is
         updated.
       </action>
+      <action dev="markt" issue="DBCP-333" type="fix">
+        Correctly implemented the option to configure the class loader used to 
load
+        the JDBC driver.
+      </action>
       <action dev="psteitz" issue="DBCP-346" type="update" due-to="Ken 
Tatsushita">
         LIFO configuration option has been added to BasicDataSource.  When set
         to true (the default), the pool acts as a LIFO queue; setting to false


Reply via email to