This is an automated email from the ASF dual-hosted git repository.
zrlw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-integration-cases.git
The following commit(s) were added to refs/heads/main by this push:
new 93250b6c Upgrade jacoco to 0.8.13 for supporting JDK 23 and 24 class
files (#72)
93250b6c is described below
commit 93250b6cba0c08266424f66213defd48ab5fc086
Author: zrlw <[email protected]>
AuthorDate: Mon Jul 14 23:54:02 2025 +0800
Upgrade jacoco to 0.8.13 for supporting JDK 23 and 24 class files (#72)
---
.../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 d0660665..25c2cbd6 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.8";
+ private static final String JACOCO_VERSION = "0.8.13";
/**
* The jacoco binary file name