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 2018/11/19 22:08:25 UTC

commons-pool git commit: [POOL-359] NullPointerException closing multiple GenericObjectPools.

Repository: commons-pool
Updated Branches:
  refs/heads/master 65f5d9204 -> 73f7096eb


[POOL-359] NullPointerException closing multiple GenericObjectPools.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/73f7096e
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/73f7096e
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/73f7096e

Branch: refs/heads/master
Commit: 73f7096eba0321a9e5cbd35811ff0bf7e7b0cdef
Parents: 65f5d92
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Nov 19 15:08:23 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Nov 19 15:08:23 2018 -0700

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/73f7096e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 38c76e6..5394e77 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" issue="POOL-349" type="update">
       Update optional library asm-util from 6.2 to 7.0.
     </action>
+    <action dev="ggregory" issue="POOL-359" type="fix" due-to="Michael Wintermeyer">
+      NullPointerException closing multiple GenericObjectPools.
+    </action>
   </release>  
   <release version="2.6.0" date="2018-07-06" description="This is a maintenance release.">
     <action dev="ggregory" issue="POOL-336" type="update" due-to="Wolfgang Glas">