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 d22e8839a5 optimize: upgrade tomcat-embed-core version to 11.0.10
(#7884)
d22e8839a5 is described below
commit d22e8839a520e5d6859ecc182f2cbf740cb5bf68
Author: maple <[email protected]>
AuthorDate: Sun Dec 21 14:15:44 2025 +0800
optimize: upgrade tomcat-embed-core version to 11.0.10 (#7884)
---
changes/en-us/2.x.md | 1 +
changes/zh-cn/2.x.md | 1 +
console/pom.xml | 2 +-
namingserver/pom.xml | 2 +-
4 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 9ad85116b0..648aa295cf 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -98,6 +98,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#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
+- [[#7884](https://github.com/apache/incubator-seata/pull/7884)] upgrade
tomcat-embed-core version to 11.0.10
### security:
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 3758e06b0b..814e2451c9 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -97,6 +97,7 @@
- [[#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
+- [[#7884](https://github.com/apache/incubator-seata/pull/7884)] 将
tomcat-embed-core 版本升级到 11.0.10
### security:
diff --git a/console/pom.xml b/console/pom.xml
index a87f0f1fd4..90bf3b7c39 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -34,7 +34,7 @@
<properties>
<spring-boot-for-server.version>3.5.2</spring-boot-for-server.version>
<snakeyaml-for-server.version>2.0</snakeyaml-for-server.version>
- <tomcat-embed.version>11.0.2</tomcat-embed.version>
+ <tomcat-embed.version>11.0.10</tomcat-embed.version>
<spring-ai.version>1.1.0</spring-ai.version>
</properties>
diff --git a/namingserver/pom.xml b/namingserver/pom.xml
index 8cc3270d5e..dbb37ca45d 100644
--- a/namingserver/pom.xml
+++ b/namingserver/pom.xml
@@ -34,7 +34,7 @@
<java.version>25</java.version>
<spring-boot-for-server.version>3.5.2</spring-boot-for-server.version>
<snakeyaml-for-server.version>2.0</snakeyaml-for-server.version>
- <tomcat-embed.version>11.0.2</tomcat-embed.version>
+ <tomcat-embed.version>11.0.10</tomcat-embed.version>
<httpclient.version>5.4.3</httpclient.version>
</properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]