This is an automated email from the ASF dual-hosted git repository. xjlgod pushed a commit to branch 2.5.0 in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.5.0 by this push: new 989db47c77 bugfix: fix client spring version compatible (#7546) (#7549) 989db47c77 is described below commit 989db47c77fcfdc60879821962be619ecbe6b70a Author: Jingliu <928124...@qq.com> AuthorDate: Sat Jul 19 10:51:35 2025 +0800 bugfix: fix client spring version compatible (#7546) (#7549) * 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.5.md | 2 +- changes/zh-cn/2.5.md | 2 +- .../spring/boot/autoconfigure/http/RestControllerBeanPostProcessor.java | 0 .../boot/autoconfigure/http/RestControllerBeanPostProcessorTest.java | 0 4 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changes/en-us/2.5.md b/changes/en-us/2.5.md index fd65eb00fd..c73ac1d44b 100644 --- a/changes/en-us/2.5.md +++ b/changes/en-us/2.5.md @@ -36,7 +36,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#7498](https://github.com/apache/incubator-seata/pull/7498)] fix the class name whitelist check issue in fury deserialization - [[#7504](https://github.com/apache/incubator-seata/pull/7504)] fix load driver class in Hikari - [[#7529](https://github.com/apache/incubator-seata/pull/7529)] fix the server does not send heartbeats when the namingserver is used with other registries - +- [[#7546](https://github.com/apache/incubator-seata/pull/7546)] fix client spring version compatible ### optimize: diff --git a/changes/zh-cn/2.5.md b/changes/zh-cn/2.5.md index 16d2b2de15..2fe63bab2b 100644 --- a/changes/zh-cn/2.5.md +++ b/changes/zh-cn/2.5.md @@ -36,7 +36,7 @@ - [[#7498](https://github.com/apache/incubator-seata/pull/7498)] 修复fury反序列化的类名白名单检查问题 - [[#7504](https://github.com/apache/incubator-seata/pull/7504)] 修复 Hikari 中的加载驱动程序类 - [[#7529](https://github.com/apache/incubator-seata/pull/7529)] 修复多注册中心下server不会向namingserver发送心跳的问题 - +- [[#7546](https://github.com/apache/incubator-seata/pull/7546)] 修复客户端spring版本兼容 ### optimize: 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: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org