This is an automated email from the ASF dual-hosted git repository.

zrlw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 25e80f39c Upgrade jacoco to 0.8.13 for supporting JDK 23 and 24 class 
files (#1233)
25e80f39c is described below

commit 25e80f39cad0543006d55ce6c1b314fd8d95d7d4
Author: zrlw <z...@sina.com>
AuthorDate: Mon Jul 14 23:46:41 2025 +0800

    Upgrade jacoco to 0.8.13 for supporting JDK 23 and 24 class files (#1233)
---
 .../main/java/org/apache/dubbo/scenario/builder/JacocoDownloader.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/test/dubbo-scenario-builder/src/main/java/org/apache/dubbo/scenario/builder/JacocoDownloader.java
 
b/test/dubbo-scenario-builder/src/main/java/org/apache/dubbo/scenario/builder/JacocoDownloader.java
index 92aa89f6a..25c2cbd6c 100644
--- 
a/test/dubbo-scenario-builder/src/main/java/org/apache/dubbo/scenario/builder/JacocoDownloader.java
+++ 
b/test/dubbo-scenario-builder/src/main/java/org/apache/dubbo/scenario/builder/JacocoDownloader.java
@@ -40,9 +40,9 @@ public class JacocoDownloader {
     private static final Logger LOGGER = 
LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
 
     /**
-     * The jacoco agent version
+     * The jacoco agent version, set to 0.8.13 for supporting JDK 23 and 24 
class files
      */
-    private static final String JACOCO_VERSION = "0.8.9";
+    private static final String JACOCO_VERSION = "0.8.13";
 
     /**
      * The jacoco binary file name


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to