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 a5cb8b1a Add Support for Java 16 records #290 a5cb8b1a is described below commit a5cb8b1a1a03795552ef3977be95901a1004fbb2 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Thu Apr 4 08:09:02 2024 -0400 Add Support for Java 16 records #290 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index afe25d4b..2a86891a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,6 +60,9 @@ The <action> type attribute can be add,update,fix,remove. --> <body> <release version="6.8.3" date="YYYY-MM-DD" description="Maintenance and bug fix release."> + <!-- ADD --> + <action type="update" dev="ggregory" due-to="Pablo Nicolas Diaz, Gary Gregory, Paul King, Mark Roberts">Add Support for Java 16 records #290.</action> + <!-- FIX --> <action type="update" dev="ggregory" due-to="Heewon Lee">Add null guard for InstructionFactory.createInvoke() #289.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Avoid possible NullPointerException in org.apache.bcel.classfile.DescendingVisitor.accept(E[]).</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Avoid possible NullPointerException in AnnotationEntryGen.getAnnotationAttributes(ConstantPoolGen, AnnotationEntryGen[]).</action>