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 a612d50 [POOL-352] CallStackUtils mishandles security manager check part 1. a612d50 is described below commit a612d50b0c8414c25c7bb2d4745d16aad0770937 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Jul 24 21:33:43 2019 -0400 [POOL-352] CallStackUtils mishandles security manager check part 1. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a40ae1d..929d1d9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,7 +65,7 @@ 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"> + <action dev="ggregory" type="fix" issue="POOL-352" due-to=" Volker Kleinschmidt"> CallStackUtils mishandles security manager check part 1. </action> </release>