Thanks Phil! Gary
On Wed, Sep 25, 2019 at 5:09 PM <pste...@apache.org> wrote: > This is an automated email from the ASF dual-hosted git repository. > > psteitz 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 597def3 Update to reflect fix for POOL-376. > 597def3 is described below > > commit 597def3f5e20bed50aacd0f60b021284295e1195 > Author: psteitz <pste...@apache.org> > AuthorDate: Wed Sep 25 14:08:49 2019 -0700 > > Update to reflect fix for POOL-376. > --- > src/changes/changes.xml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/changes/changes.xml b/src/changes/changes.xml > index 0076e9b..e492893 100644 > --- a/src/changes/changes.xml > +++ b/src/changes/changes.xml > @@ -50,6 +50,9 @@ The <action> type attribute can be add,update,fix,remove. > <action dev="ggregory" issue="POOL-375" type="update" due-to="Gary > Gregory"> > Update optional library cglib from 3.2.12 to 3.3.0. > </action> > + <action dev="psteitz" issue="POOL-376" type="fix" due-to="Sazzadul > Hoque, Phil Steitz"> > + Fixed regression from original fix for POOL-356 which could result > in NPE when destroying objects. > + </action> > </release> > <release version="2.7.0" date="2019-07-25" description="This is a > feature release (Java 8)."> > <action dev="ggregory" issue="POOL-364" type="update" due-to="Gary > Gregory"> > >