Author: sebb
Date: Fri Apr 23 19:00:43 2010
New Revision: 937469
URL: http://svn.apache.org/viewvc?rev=937469&view=rev
Log:
Add POOL-166 to changes list
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=937469&r1=937468&r2=937469&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Fri Apr 23 19:00:43 2010
@@ -21,6 +21,9 @@
</properties>
<body>
<release version="1.5.5" date="TBD" description="TBD">
+ <action dev="sebb" type="update" issue="POOL-166">
+ GenericKeyedObjectPool.destroy could use entrySet() rather than keySet()
followed by get()
+ </action>
<action dev="psteitz" type="fix" issue="POOL-157" due-to="David Hu">
GenericObjectPool and GenericKeyedObjectPool setFactory methods destroy
idle instances
in the pool by contract. Prior to the fix for this issue, newly set
factories were being