This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 714afef3 Escape referenced names in BCELFactory Java output (#501).
714afef3 is described below
commit 714afef32ba7560acbd6e450eb117a0468a8743e
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 15 21:27:37 2026 +0000
Escape referenced names in BCELFactory Java output (#501).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1b2de9ef..a0f3425f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Deprecate
org.apache.bcel.verifier.exc.Utility.getStackTrace(Throwable).</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix all Javadoc warnings and enforce checks by default.</action>
<action type="fix" dev="ggregory"
due-to="Dexter.k">Escape constant pool names in generated HTML (#500).</action>
+ <action type="fix" dev="ggregory" due-to="Dexter.k,
Gary Gregory">Escape referenced names in BCELFactory Java output
(#501).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="nbauma109,
Gary Gregory">Add support for permitted subclasses #493.</action>
<action type="add" dev="ggregory" due-to="nbauma109,
Gary Gregory">Add RecordComponentInfo.getAttribute(byte tag)#494.</action>