Author: psteitz
Date: Sun Nov 1 18:43:25 2009
New Revision: 831725
URL: http://svn.apache.org/viewvc?rev=831725&view=rev
Log:
Updated changelog for POOL-152 fix.
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=831725&r1=831724&r2=831725&view=diff
==============================================================================
--- commons/proper/pool/trunk/xdocs/changes.xml (original)
+++ commons/proper/pool/trunk/xdocs/changes.xml Sun Nov 1 18:43:25 2009
@@ -21,7 +21,13 @@
<author email="[email protected]">Sandy McArthur</author>
</properties>
<body>
-
+ <release version="1.5.4" date="TBD" description="">
+ <action dev="markt" type="fix" issue="POOL-152" due-to="Bushov Alexander">
+ GenericObjectPool can block forever in borrowObject when the pool is
exhausted and a newly created
+ object fails validation. When borrowing an object if a new object is
created but validate fails,
+ the latch should not be returned to the queue as an exception will be
thrown.
+ </action>
+ </release>
<release version="1.5.3" date="2009-09-21" description=
"This is a patch release containing a fix for POOL-149, a regression
introduced in version 1.5.">