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 11ada653b57c991104e43f97988780977225b414
Merge: 0e712d04 3e5642d5
Author: Gary David Gregory (Code signing key) <ggreg...@apache.org>
AuthorDate: Fri Jun 21 17:06:21 2024 -0400

    Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-bcel.git

 src/changes/changes.xml                            |   3 +-
 src/main/java/org/apache/bcel/classfile/Code.java  |  14 +
 .../org/apache/bcel/classfile/FieldOrMethod.java   |  16 +
 .../java/org/apache/bcel/classfile/JavaClass.java  |  16 +
 .../java/org/apache/bcel/classfile/Method.java     |  15 +-
 .../java/org/apache/bcel/classfile/Module.java     |  60 +++-
 .../org/apache/bcel/classfile/ModuleExports.java   |  47 ++-
 .../org/apache/bcel/classfile/ModuleOpens.java     |  47 ++-
 .../org/apache/bcel/classfile/ModuleProvides.java  |  43 ++-
 .../org/apache/bcel/classfile/ModuleRequires.java  |  37 ++-
 .../org/apache/bcel/AnonymousClassTestCase.java    |  14 +
 .../bcel/LocalVariableTypeTableTestCase.java       |  20 ++
 .../ConstantPoolModuleAccessTestCase.java          | 358 +++++++++++++++++++++
 src/test/java/org/apache/bcel/data/EmptyClass.java |  22 ++
 .../bcel/generic/FieldAnnotationsTestCase.java     |  17 +-
 .../GeneratingAnnotatedClassesTestCase.java        |   4 +
 16 files changed, 697 insertions(+), 36 deletions(-)

diff --cc src/changes/changes.xml
index 3d4d9a4c,891208fe..7de9b423
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@@ -59,9 -59,10 +59,10 @@@ The <action> type attribute can be add,
    Defining changes.version allows one to create the RN without first removing 
the SNAPSHOT suffix.
     -->
    <body>
 -    <release version="6.9.1" date="YYYY-MM-DD" description="Maintenance and 
bug fix release. Requires a minimum of Java 8.">
 +    <release version="6.10.0" date="YYYY-MM-DD" description="Maintenance and 
bug fix release. Requires a minimum of Java 8.">
        <!-- FIX -->
-       <!-- ADD -->
+       <!-- ADD --> 
+       <action                  type="update" dev="ggregory" 
due-to="nbauma109, Gary Gregory, Mark Roberts">Add accessors to model and unit 
tests, Javadoc #183.</action>
        <!-- UPDATE -->
        <action                  type="update" dev="ggregory" 
due-to="Dependabot">Bump tests from org.assertj:assertj-core 3.25.3 to 3.26.0 
#322.</action>
        <action                  type="update" dev="ggregory" 
due-to="Dependabot">Bump tests from org.jetbrains.kotlin:kotlin-stdlib 1.9.23 
to 2.0.0 #309, #318.</action> 

Reply via email to