Author: psteitz Date: Sun Jan 25 16:22:20 2009 New Revision: 737532 URL: http://svn.apache.org/viewvc?rev=737532&view=rev Log: Updated to reflect resolution of DBCP-271, DBCP-273.
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=737532&r1=737531&r2=737532&view=diff ============================================================================== --- commons/proper/dbcp/trunk/xdocs/changes.xml (original) +++ commons/proper/dbcp/trunk/xdocs/changes.xml Sun Jan 25 16:22:20 2009 @@ -42,6 +42,16 @@ new features as well as bug fixes and instrumentation. Some bug fixes will change semantics (e.g. connection close will become idempotent). The minimum JDK level will be increased to 1.4"> + <action dev="psteitz" type="fix" issue="DBCP-273" due-to="Mark Lin"> + Fixed errors handling boolean-valued Reference properties in + InstanceKeyObjectFactory, DriverAdapterCPDS that were causing + testOnBorrow and poolPreparedStatements properties to be incorrectly + set when creating objects from javax.naming.Reference instances. + </action> + <action dev="psteitz" type="fix" issue="DBCP-271" due-to="Sebastian Bazley"> + Made private instance fields of AbandonedTrace volatile (parent, + createdBy, lastUsed, createdTime) or final (trace). + </action> <action dev="psteitz" type="fix" issue="DBCP-270" due-to="Filip Hanik"> Narrowed synchronization in AbandonedTrace to resolve an Evictor deadlock. </action>