szetszwo commented on code in PR #1494:
URL: https://github.com/apache/ratis/pull/1494#discussion_r3493115187


##########
pom.xml:
##########
@@ -402,6 +409,16 @@
         <artifactId>mockito-core</artifactId>
         <version>${mockito.version}</version>
       </dependency>
+      <dependency>
+        <groupId>net.bytebuddy</groupId>
+        <artifactId>byte-buddy</artifactId>
+        <version>${byte-buddy.version}</version>
+      </dependency>
+      <dependency>
+      <groupId>net.bytebuddy</groupId>
+        <artifactId>byte-buddy-agent</artifactId>
+        <version>${byte-buddy.version}</version>
+      </dependency>

Review Comment:
   I see the problem now -- Byte Buddy 1.12 does not work with Java 25.
   ```
   Caused by: java.lang.IllegalArgumentException: Java 25 (69) is not supported 
by the current version of Byte Buddy which officially supports Java 20 (64) - 
update Byte Buddy or set net.bytebuddy.experimental as a VM property
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to