Author: markt Date: Wed Oct 30 15:44:31 2013 New Revision: 1537138 URL: http://svn.apache.org/r1537138 Log: Add entry for POOL-211
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=1537138&r1=1537137&r2=1537138&view=diff ============================================================================== --- commons/proper/pool/trunk/src/changes/changes.xml (original) +++ commons/proper/pool/trunk/src/changes/changes.xml Wed Oct 30 15:44:31 2013 @@ -49,6 +49,11 @@ in high concurrency environments. Pools objects that have been borrowed from the pool but not returned. There have been numerous API changes to support these and other new features as well as to clarify behaviour and improve consistency across the API."> + <action issue="POOL-211" dev="markt" type="add" due-to="Brad Koehn"> + Add support for proxy wrappers to ObjectPool and KeyedObjectPool. The + primary advantage of these wrappers is that use of pooled objects is + prevented after they have been returned to the pool. + </action> <action issue="POOL-229" dev="psteitz" type="update"> Added abandoned object removal (moved from DBCP) to GenericObjectPool. </action>