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 01daf9a5 Make reproducible on the Azul JDK
01daf9a5 is described below

commit 01daf9a5d472c9e4caaba02125bd5170a39532d3
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 7 12:20:52 2026 -0500

    Make reproducible on the Azul JDK
    
    To simplify reproducible builds, update
    
org.apache.bcel.classfile.ConstantPoolModuleToStringTest.ToStringVisitor.visitModuleRequires(ModuleRequires)
    for the Azul JDK
---
 .../org/apache/bcel/classfile/ConstantPoolModuleToStringTest.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/test/java/org/apache/bcel/classfile/ConstantPoolModuleToStringTest.java 
b/src/test/java/org/apache/bcel/classfile/ConstantPoolModuleToStringTest.java
index fca63996..52609022 100644
--- 
a/src/test/java/org/apache/bcel/classfile/ConstantPoolModuleToStringTest.java
+++ 
b/src/test/java/org/apache/bcel/classfile/ConstantPoolModuleToStringTest.java
@@ -397,8 +397,8 @@ class ConstantPoolModuleToStringTest {
                     "net.bytebuddy",
                     "com.sun.jna",
                     "junit",
-                    "com.azul.tooling",
-                    "com.azul.crs.client"); // com.azul.* for reproducibility 
with Azul JDK
+                    "com.azul.tooling", // com.azul.* for reproducibility with 
Azul JDK
+                    "com.azul.crs.client");
             assertTrue(condition, s);
         }
 

Reply via email to