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 a1560013 Escape constant pool names in generated HTML (#500).
a1560013 is described below
commit a1560013b76894ce98b3f2b47eb6a7007b18c517
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 12 01:33:26 2026 +0000
Escape constant pool names in generated HTML (#500).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8bafcc5a..1b2de9ef 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Deprecate org.apache.bcel.classfile.Utility.Utility().</action>
<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>
<!-- 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>