This is an automated email from the ASF dual-hosted git repository.
jianbin pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push:
new 8629d183d0 optimize: upgrade jacoco version (#7873)
8629d183d0 is described below
commit 8629d183d072508980bdf37c229cd8c12dddfdf6
Author: 徐博 洪 <[email protected]>
AuthorDate: Fri Dec 19 13:24:11 2025 +0800
optimize: upgrade jacoco version (#7873)
---
build/pom.xml | 2 +-
changes/en-us/2.x.md | 1 +
changes/zh-cn/2.x.md | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/build/pom.xml b/build/pom.xml
index 6d505e3555..4470109609 100644
--- a/build/pom.xml
+++ b/build/pom.xml
@@ -115,7 +115,7 @@
<dependency-check-maven.version>12.1.0</dependency-check-maven.version>
<!-- Test -->
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
- <jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
+ <jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
<!-- Packaging -->
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
<maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index ce6233dc29..410bc2c590 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -96,6 +96,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#7829](https://github.com/apache/incubator-seata/pull/7829)] optimize lz4
compressor
- [[#7864](https://github.com/apache/incubator-seata/pull/7864)] automatically
skip the compilation of console and namingserver modules in JDK<25
- [[#7868](https://github.com/apache/incubator-seata/pull/7868)] change
build_arm64-binary CI to JDK25 Version and runs on ubuntu-24.04-arm
+- [[#7873](https://github.com/apache/incubator-seata/pull/7873)] upgrade
jacoco plugin version from 0.8.7 to 0.8.14 in order to adapt JDK25
### security:
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 72ce0e19a3..787d784524 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -95,6 +95,7 @@
- [[#7829](https://github.com/apache/incubator-seata/pull/7829)] 优化lz4
compressor
- [[#7864](https://github.com/apache/incubator-seata/pull/7864)]
自动跳过JDK<25环境下的console和namingserver模块编译
- [[#7868](https://github.com/apache/incubator-seata/pull/7868)]
将build_arm64-binary的CI更改为JDK25版本,并运行于ubuntu-24.04-arm
+- [[#7873](https://github.com/apache/incubator-seata/pull/7873)]
将Jacoco插件版本从0.8.7升级到0.8.14以适配JDK25
### security:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]