You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/07/22 21:33:10 UTC

[commons-pool] branch master updated: [POOL-361] Move validation for newly created objects into create().

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 b70fd91  [POOL-361] Move validation for newly created objects into create().
b70fd91 is described below

commit b70fd913f258a420dd5f0efd4d7703eee9af1e5f
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Mon Jul 22 17:33:01 2019 -0400

    [POOL-361] Move validation for newly created objects into create().
    
    Fixes #23.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fc69241..d0af79f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,6 +56,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" issue="POOL-367" type="update" due-to="Per Lundberg">
       Fix typo in package private method name stopEvitor() -> stopEvictor() #22.
     </action>
+    <action dev="ggregory" issue="POOL-361" type="fix" due-to="Pablo, Phil Steitz, Bruno P. Kinoshita">
+      Move validation for newly created objects into create(). Fixes #23.
+    </action>
   </release>
   <release version="2.6.2" date="2019-03-05" description="This is a maintenance release (Java 7).">
     <action dev="ggregory" issue="POOL-362" type="fix">