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 1198b2da06 bugfix: empty jacoco report on local when jdk above 17
(#7956)
1198b2da06 is described below
commit 1198b2da0676e80f13e33792a2a6d6dac37e5698
Author: Hui Chang <[email protected]>
AuthorDate: Tue Jan 27 14:47:33 2026 +0800
bugfix: empty jacoco report on local when jdk above 17 (#7956)
---
changes/en-us/2.x.md | 3 ++-
changes/zh-cn/2.x.md | 2 ++
pom.xml | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 7a66ffb544..80d8165e99 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -29,6 +29,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#7929](https://github.com/apache/incubator-seata/pull/7929)] fix
KingbaseUndoLogManager INSERT_UNDO_LOG_SQL error
- [[#7940](https://github.com/apache/incubator-seata/pull/7940)] ensure the
Jakarta-related package paths are correct
- [[#7960](https://github.com/apache/incubator-seata/pull/7960)] fix
consoleApiService bean that could not be found
+- [[#7956](https://github.com/apache/incubator-seata/pull/7956)] fix empty
jacoco report on local when jdk above 17
### optimize:
@@ -65,6 +66,6 @@ Thanks to these contributors for their code commits. Please
report an unintended
- [maple525866](https://github.com/maple525866)
- [neronsoda](https://github.com/neronsoda)
- [aias00](https://github.com/Aias00)
-
+- [sddtc](https://github.com/sddtc)
Also, we receive many valuable issues, questions and advices from our
community. Thanks for you all.
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 8261615af5..90da8bc393 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -29,6 +29,7 @@
- [[#7929](https://github.com/apache/incubator-seata/pull/7929)] 修复
KingbaseUndoLogManager INSERT_UNDO_LOG_SQL 错误
- [[#7940](https://github.com/apache/incubator-seata/pull/7940)]
保证Jakarta相关包路径正确
- [[#7960](https://github.com/apache/incubator-seata/pull/7960)]
修复consoleApiService bean未加载的问题
+- [[#7956](https://github.com/apache/incubator-seata/pull/7956)]
修复本地JDK17以上jacoco报告为空的问题
### optimize:
@@ -64,5 +65,6 @@
- [maple525866](https://github.com/maple525866)
- [neronsoda](https://github.com/neronsoda)
- [aias00](https://github.com/Aias00)
+- [sddtc](https://github.com/sddtc)
同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
diff --git a/pom.xml b/pom.xml
index d4f43e1c17..e9d1a1cd10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,7 +483,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
- <argLine>${maven.surefire.argLine}</argLine>
+ <argLine>@{argLine} ${maven.surefire.argLine}</argLine>
<excludes>${maven.surefire.excludes}</excludes>
</configuration>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]