Author: psteitz
Date: Mon Aug 30 02:00:07 2010
New Revision: 990685
URL: http://svn.apache.org/viewvc?rev=990685&view=rev
Log:
Updated to reflect JIRA: POOL-169.
Modified:
commons/proper/pool/trunk/src/changes/changes.xml
Modified: commons/proper/pool/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/changes/changes.xml?rev=990685&r1=990684&r2=990685&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Mon Aug 30 02:00:07 2010
@@ -21,6 +21,10 @@
</properties>
<body>
<release version="1.5.5" date="TBD" description="TBD">
+ <action dev="psteitz" type="update" issue="POOL-169">
+ In preparation for pool 2.0, deprecated direct access to protected fields
+ and setFactory methods. In pool 2.0, pool object factories will be
immutable.
+ </action>
<action dev="psteitz" type="fix" issue="POOL-158">
Made GenericKeyedObjectPool._minIdle volatile.
</action>