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
commit cb5096aa85b0a1c3c1e37beed95ca93c9e492069 Author: Gary Gregory <[email protected]> AuthorDate: Sat Feb 14 09:08:06 2026 -0500 ix all Javadoc warnings and enforce checks by default --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f979dd52..54f546a7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,6 +64,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="nbauma109">Fix constant pool module access test on Java 26 and above #492.</action> <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> <!-- 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>
