This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 522f341b4c2 Upgrade jacoco plugin from 0.8.11 to 0.8.14 (#37050)
522f341b4c2 is described below
commit 522f341b4c2161049a39a2d86a05f51c35ef8ab0
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Nov 9 13:47:34 2025 +0800
Upgrade jacoco plugin from 0.8.11 to 0.8.14 (#37050)
* Fix maven-gpg-plugin blocking issue by upgrading Apache parent POM
Upgrade Apache parent POM from version 29 to 35 to resolve
maven-gpg-plugin compatibility issues. This upgrade changes the
maven-gpg-plugin from problematic version 3.0.1 to stable version 3.2.7,
fixing GPG signing functionality that was blocked in certain environments.
Resolves issue #26770 where maven-gpg-plugin:3.0.1 had known blocking
issues (Apache JIRA MGPG-90). The upgrade ensures GPG signing works
properly for Apache releases while maintaining full backward compatibility.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* Upgrade jacoco plugin from 0.8.11 to 0.8.14
---------
Co-authored-by: Claude <[email protected]>
---
.../scripts/unit-test-coverage-merge/code-coverage-merge.sh | 6 +++---
pom.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/.github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh
b/.github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh
index 0aa19d7eba9..c7569302be0 100755
---
a/.github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh
+++
b/.github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh
@@ -12,13 +12,13 @@ mkdir -p $target/mergeReport
mkdir -p $target/cli
# Download jacoco's cli using curl
-curl -O
https://repo1.maven.org/maven2/org/jacoco/jacoco/0.8.11/jacoco-0.8.11.zip
+curl -O
https://repo1.maven.org/maven2/org/jacoco/jacoco/0.8.14/jacoco-0.8.14.zip
# Extract the downloaded zip file
-unzip -o jacoco-0.8.11.zip -d jacoco-0.8.11
+unzip -o jacoco-0.8.14.zip -d jacoco-0.8.14
# Move the decompressed jacococli.jar to the cli folder
-mv jacoco-0.8.11/lib/jacococli.jar $target/cli/jacococli.jar
+mv jacoco-0.8.14/lib/jacococli.jar $target/cli/jacococli.jar
jacococli="$target/cli/jacococli.jar"
diff --git a/pom.xml b/pom.xml
index ff4ba0812f9..39bc6362a5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
<maven-jxr-plugin.version>3.3.0</maven-jxr-plugin.version>
<jdepend-maven-plugin.version>2.0</jdepend-maven-plugin.version>
<taglist-maven-plugin.version>2.4</taglist-maven-plugin.version>
- <jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
+ <jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
<dependency-check-maven.version>12.1.6</dependency-check-maven.version>
</properties>