You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/05/27 02:25:34 UTC

svn commit: r778934 - /commons/proper/pool/trunk/xdocs/changes.xml

Author: psteitz
Date: Wed May 27 00:25:34 2009
New Revision: 778934

URL: http://svn.apache.org/viewvc?rev=778934&view=rev
Log:
Added POOL-139.

Modified:
    commons/proper/pool/trunk/xdocs/changes.xml

Modified: commons/proper/pool/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/xdocs/changes.xml?rev=778934&r1=778933&r2=778934&view=diff
==============================================================================
--- commons/proper/pool/trunk/xdocs/changes.xml (original)
+++ commons/proper/pool/trunk/xdocs/changes.xml Wed May 27 00:25:34 2009
@@ -29,6 +29,9 @@
 POOL-107) this release implements a fairness algorithm to ensure that threads waiting
 for available object instances from GenericObjectPools and GenericKeyedObjectPools are served
 in request arrival order.">
+    <action dev="markt" type="fix" issue="POOL-139" due-to="Sebastian Bazley">
+      StackKeyedObjectPool.getNumActive() needs to be synchronized.
+    </action>
     <action dev="markt" type="fix" issue="POOL-137" due-to="Sebastian Bazley">
       Inconsistent synchronization in GenericObjectPool; constant fields should be final.
     </action>