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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 63919b28 BCEL-363 Enforce MAX_CP_ENTRIES in ConstantPoolGen and ConstantPool.dump #147 63919b28 is described below commit 63919b288fe8ec5e9d0dac9e18b4a186acd76d63 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Sep 21 09:20:35 2022 -0400 BCEL-363 Enforce MAX_CP_ENTRIES in ConstantPoolGen and ConstantPool.dump #147 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 40a7327f..9803f134 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -87,6 +87,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Michael Ernst, Gary Gregory">Close resources #138.</action> <action type="fix" dev="ggregory" due-to="Alexander Kriegisch, Gary Gregory">Improve condy (constant dynamic) support #139.</action> <action type="fix" dev="ggregory" due-to="Michael Ernst">Fix typos #140.</action> + <action issue="BCEL-363" type="fix" dev="ggregory" due-to="Richard Atkins, Gary Gregory">Enforce MAX_CP_ENTRIES in ConstantPoolGen and ConstantPool.dump #147.</action> <!-- ADD --> <action type="fix" dev="ggregory">Add github/codeql-action.</action> <!-- UPDATES -->