This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/master by this push: new 51b9354 [Javadoc] Add missing @throws comment in PoolUtils. #27. 51b9354 is described below commit 51b9354cacd70a57f478fcc447175b368677a777 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Dec 11 18:11:23 2019 -0500 [Javadoc] Add missing @throws comment in PoolUtils. #27. --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1fe19fe..7ae9ad9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,6 +44,11 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> <release version="2.8.0" date="2019-12-05" description="This is a maintenance release (Java 8)."> + <action dev="ggregory" type="fix" due-to="Prodigysov, Gary Gregory"> + + </action> + </release> + <release version="2.8.0" date="2019-12-05" description="This is a maintenance release (Java 8)."> <action dev="ggregory" issue="POOL-374" type="fix" due-to="Gary Gregory, Phil Steitz"> org.apache.commons.pool2.impl.GenericKeyedObjectPool.returnObject(K, T) should throw IllegalStateException instead of NullPointerException when a key is not found in the pool map. </action>