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 41c4df1 [POOL-352] CallStackUtils mishandles security manager check part 1. 41c4df1 is described below commit 41c4df1384c53b4b80b2a01fb15dd5685d59b37b Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Jul 24 21:33:21 2019 -0400 [POOL-352] CallStackUtils mishandles security manager check part 1. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c1b284a..a40ae1d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,6 +65,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="add" issue="POOL-371" due-to="Matt Sicker, Gary Gregory"> Add org.apache.commons.pool2.PooledObject#setRequireFullStackTrace(boolean). </action> + <action dev="ggregory" type="add" issue="POOL-352" due-to=" Volker Kleinschmidt"> + CallStackUtils mishandles security manager check part 1. + </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">