Skip to content

Commit 989db47

Browse files
authored
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
1 parent 14802ba commit 989db47

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

changes/en-us/2.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add changes here for all PR submitted to the 2.x branch.
3636
- [[#7498](https://github.com/apache/incubator-seata/pull/7498)] fix the class name whitelist check issue in fury deserialization
3737
- [[#7504](https://github.com/apache/incubator-seata/pull/7504)] fix load driver class in Hikari
3838
- [[#7529](https://github.com/apache/incubator-seata/pull/7529)] fix the server does not send heartbeats when the namingserver is used with other registries
39-
39+
- [[#7546](https://github.com/apache/incubator-seata/pull/7546)] fix client spring version compatible
4040

4141
### optimize:
4242

changes/zh-cn/2.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- [[#7498](https://github.com/apache/incubator-seata/pull/7498)] 修复fury反序列化的类名白名单检查问题
3737
- [[#7504](https://github.com/apache/incubator-seata/pull/7504)] 修复 Hikari 中的加载驱动程序类
3838
- [[#7529](https://github.com/apache/incubator-seata/pull/7529)] 修复多注册中心下server不会向namingserver发送心跳的问题
39-
39+
- [[#7546](https://github.com/apache/incubator-seata/pull/7546)] 修复客户端spring版本兼容
4040

4141
### optimize:
4242

seata-spring-autoconfigure/seata-spring-autoconfigure-core/src/main/java/org/apache/seata/spring/boot/autoconfigure/http/RestControllerBeanPostProcessor.java renamed to seata-spring-autoconfigure/seata-spring-autoconfigure-server/src/main/java/org/apache/seata/spring/boot/autoconfigure/http/RestControllerBeanPostProcessor.java

File renamed without changes.

seata-spring-autoconfigure/seata-spring-autoconfigure-core/src/test/java/org/apache/seata/spring/boot/autoconfigure/http/RestControllerBeanPostProcessorTest.java renamed to seata-spring-autoconfigure/seata-spring-autoconfigure-server/src/test/java/org/apache/seata/spring/boot/autoconfigure/http/RestControllerBeanPostProcessorTest.java

File renamed without changes.

0 commit comments

Comments
 (0)