This is an automated email from the ASF dual-hosted git repository.
xjlgod 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 608785fa85 bugfix: fix client spring version compatible (#7546)
608785fa85 is described below
commit 608785fa859b8901b5c7e3e8e558c89f96b508cf
Author: Jingliu <[email protected]>
AuthorDate: Sat Jul 19 00:10:59 2025 +0800
bugfix: fix client spring version compatible (#7546)
* fix: fix client spring version compatible
* fix: fix client spring version compatible
* fix: fix client spring version compatible
* bugfix: fix client spring version compatible
* bugfix: fix client spring version compatible
---
changes/en-us/2.x.md | 6 ++----
changes/zh-cn/2.x.md | 5 ++---
.../boot/autoconfigure/http/RestControllerBeanPostProcessor.java | 0
.../autoconfigure/http/RestControllerBeanPostProcessorTest.java | 0
4 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 6a6c110c06..5885951f89 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -25,8 +25,7 @@ Add changes here for all PR submitted to the 2.x branch.
### bugfix:
-- [[#PR_NO](https://github.com/seata/seata/pull/PR_NO)] fix XXX
-
+- [[#7546](https://github.com/seata/seata/pull/7546)] fix client spring
version compatible
### optimize:
@@ -57,7 +56,6 @@ Add changes here for all PR submitted to the 2.x branch.
<!-- 请确保您的 GitHub ID 在以下列表中 -->
- [slievrly](https://github.com/slievrly)
-- [GitHubID](https://github.com/GitHubID)
-
+- [xjlgod](https://github.com/xjlgod)
同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 0de05928f9..96c30b0c55 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -25,7 +25,7 @@
### bugfix:
-- [[#PR_NO](https://github.com/seata/seata/pull/PR_NO)] 修复 XXX
+- [[#7546](https://github.com/seata/seata/pull/7546)] 修复客户端spring版本兼容
### optimize:
@@ -55,7 +55,6 @@ Thanks to these contributors for their code commits. Please
report an unintended
<!-- Please make sure your Github ID is in the list below -->
- [slievrly](https://github.com/slievrly)
-- [GitHubID](https://github.com/GitHubID)
-
+- [xjlgod](https://github.com/xjlgod)
Also, we receive many valuable issues, questions and advices from our
community. Thanks for you all.
diff --git
a/seata-spring-autoconfigure/seata-spring-autoconfigure-core/src/main/java/org/apache/seata/spring/boot/autoconfigure/http/RestControllerBeanPostProcessor.java
b/seata-spring-autoconfigure/seata-spring-autoconfigure-server/src/main/java/org/apache/seata/spring/boot/autoconfigure/http/RestControllerBeanPostProcessor.java
similarity index 100%
rename from
seata-spring-autoconfigure/seata-spring-autoconfigure-core/src/main/java/org/apache/seata/spring/boot/autoconfigure/http/RestControllerBeanPostProcessor.java
rename to
seata-spring-autoconfigure/seata-spring-autoconfigure-server/src/main/java/org/apache/seata/spring/boot/autoconfigure/http/RestControllerBeanPostProcessor.java
diff --git
a/seata-spring-autoconfigure/seata-spring-autoconfigure-core/src/test/java/org/apache/seata/spring/boot/autoconfigure/http/RestControllerBeanPostProcessorTest.java
b/seata-spring-autoconfigure/seata-spring-autoconfigure-server/src/test/java/org/apache/seata/spring/boot/autoconfigure/http/RestControllerBeanPostProcessorTest.java
similarity index 100%
rename from
seata-spring-autoconfigure/seata-spring-autoconfigure-core/src/test/java/org/apache/seata/spring/boot/autoconfigure/http/RestControllerBeanPostProcessorTest.java
rename to
seata-spring-autoconfigure/seata-spring-autoconfigure-server/src/test/java/org/apache/seata/spring/boot/autoconfigure/http/RestControllerBeanPostProcessorTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]