Author: psteitz Date: Sun Dec 21 21:07:07 2014 New Revision: 1647211 URL: http://svn.apache.org/r1647211 Log: Added JIRA reference for POOL-281.
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=1647211&r1=1647210&r2=1647211&view=diff ============================================================================== --- commons/proper/pool/trunk/src/changes/changes.xml (original) +++ commons/proper/pool/trunk/src/changes/changes.xml Sun Dec 21 21:07:07 2014 @@ -109,7 +109,7 @@ The <action> type attribute can be add,u allows application provided eviction policies to be used in a container environment when the pooling implementation is provided by the container. </action> - <action dev="markt" type="fix"> + <action dev="markt" type="fix" issue="POOL-281"> Fix a potential infinite loop in the underlying Deque implementation. </action> </release>