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 260198b224 optimize: configure PMD to output messages in English
(#8022)
260198b224 is described below
commit 260198b224e3b0aa7e2ac83f4dd1d1f9b97497d6
Author: Mason.Chen <[email protected]>
AuthorDate: Wed Apr 1 16:43:30 2026 +0800
optimize: configure PMD to output messages in English (#8022)
---
.licenserc.yaml | 1 +
.mvn/jvm.config | 1 +
changes/en-us/2.x.md | 1 +
changes/zh-cn/2.x.md | 1 +
4 files changed, 4 insertions(+)
diff --git a/.licenserc.yaml b/.licenserc.yaml
index c3b5d441b1..ccab376d3c 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -56,6 +56,7 @@ header:
- '**/.babelrc' #json format
- '**/.eslintrc' #json format
- '**/.prettierrc' #json format
+ - '**/.mvn/jvm.config'
comment: on-failure
dependency:
files:
diff --git a/.mvn/jvm.config b/.mvn/jvm.config
new file mode 100644
index 0000000000..2d5efef286
--- /dev/null
+++ b/.mvn/jvm.config
@@ -0,0 +1 @@
+-Dpmd.language=en
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 007c65b7b6..d319578fa1 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -39,6 +39,7 @@ Add changes here for all PR submitted to the 2.x branch.
### optimize:
+- [[#8022](https://github.com/apache/incubator-seata/pull/8022)] configure PMD
to output messages in English
- [[#7930](https://github.com/apache/incubator-seata/pull/7930)] pin the
Spring version for namingserver and console
- [[#7943](https://github.com/apache/incubator-seata/pull/7943)] update
jib-maven-plugin version and increase parallel test execution limits
- [[#7934](https://github.com/apache/incubator-seata/pull/7934)] add OkHttp
and MockWebServer dependencies to resolve version conflicts
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index d87e4e3fa3..17cab403ab 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -41,6 +41,7 @@
### optimize:
+- [[#8022](https://github.com/apache/incubator-seata/pull/8022)] 配置PMD输出英文消息
- [[#7930](https://github.com/apache/incubator-seata/pull/7930)]
固定namingserver和console的Spring版本
- [[#7943](https://github.com/apache/incubator-seata/pull/7943)]
升级jib-maven-plugin版本和提高ci并行度
- [[#7934](https://github.com/apache/incubator-seata/pull/7934)] 添加 OkHttp 和
MockWebServer 依赖来解决版本冲突
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]