This is an automated email from the ASF dual-hosted git repository.
funky-eyes 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 5937571d6c optimize: bump com.alibaba.nacos:nacos-client from 1.4.6 to
2.0.4 (#8097)
5937571d6c is described below
commit 5937571d6c073d929862a75c3f51ff29f004221e
Author: 徐晓伟 <[email protected]>
AuthorDate: Mon May 11 09:41:08 2026 +0800
optimize: bump com.alibaba.nacos:nacos-client from 1.4.6 to 2.0.4 (#8097)
---
.github/workflows/build.yml | 1 +
changes/en-us/2.x.md | 1 +
changes/zh-cn/2.x.md | 1 +
dependencies/pom.xml | 2 +-
4 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 23c9f22d45..3ab798ef01 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -39,6 +39,7 @@ jobs:
image: nacos/nacos-server:v2.4.2
ports:
- 8848:8848
+ - 9848:9848
env:
MODE: standalone
SPRING_SECURITY_ENABLED: false
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 01742db8a1..9f52a8824f 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -70,6 +70,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#8075](https://github.com/apache/incubator-seata/pull/8075)] bump
at.yawk.lz4:lz4-java from 1.9.0 to 1.10.1
- [[#8077](https://github.com/apache/incubator-seata/pull/8077)] removed the
OkHttp3 dependency from the NamingServer
- [[#8092](https://github.com/apache/incubator-seata/pull/8092)] add
checkstyle rules to enforce ThreadPoolExecutorFactory usage
+- [[#8097](https://github.com/apache/incubator-seata/pull/8097)] bump
com.alibaba.nacos:nacos-client from 1.4.6 to 2.0.4
### security:
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 44d153784a..a662fcc54b 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -72,6 +72,7 @@
- [[#8077](https://github.com/apache/incubator-seata/pull/8077)] namingserver
移除 okhttp3 依赖
- [[#8086](https://github.com/apache/incubator-seata/pull/8086)]
修改consoleRemotingFilter优先级
- [[#8092](https://github.com/apache/incubator-seata/pull/8092)] 添加 checkstyle
规则以强制使用 ThreadPoolExecutorFactory
+- [[#8097](https://github.com/apache/incubator-seata/pull/8097)] 将
com.alibaba.nacos:nacos-client 从 1.4.6 版本升级到 2.0.4
### security:
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index ed80233626..1228da6f20 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -57,7 +57,7 @@
<eureka-clients.version>1.10.18</eureka-clients.version>
<jettison.version>1.5.4</jettison.version>
<consul-clients.version>1.4.2</consul-clients.version>
- <nacos-client.version>1.4.6</nacos-client.version>
+ <nacos-client.version>2.0.4</nacos-client.version>
<etcd-client-v3.version>0.5.0</etcd-client-v3.version>
<testcontainers.version>1.11.2</testcontainers.version>
<guava.version>32.1.3-jre</guava.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]