Skip to content

Commit 608785f

Browse files
authored
bugfix: fix client spring version compatible (apache#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
1 parent 88bba2f commit 608785f

4 files changed

Lines changed: 4 additions & 7 deletions

File tree

changes/en-us/2.x.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ Add changes here for all PR submitted to the 2.x branch.
2525

2626
### bugfix:
2727

28-
- [[#PR_NO](https://github.com/seata/seata/pull/PR_NO)] fix XXX
29-
28+
- [[#7546](https://github.com/seata/seata/pull/7546)] fix client spring version compatible
3029

3130
### optimize:
3231

@@ -57,7 +56,6 @@ Add changes here for all PR submitted to the 2.x branch.
5756
<!-- 请确保您的 GitHub ID 在以下列表中 -->
5857

5958
- [slievrly](https://github.com/slievrly)
60-
- [GitHubID](https://github.com/GitHubID)
61-
59+
- [xjlgod](https://github.com/xjlgod)
6260

6361
同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。

changes/zh-cn/2.x.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
### bugfix:
2727

28-
- [[#PR_NO](https://github.com/seata/seata/pull/PR_NO)] 修复 XXX
28+
- [[#7546](https://github.com/seata/seata/pull/7546)] 修复客户端spring版本兼容
2929

3030

3131
### optimize:
@@ -55,7 +55,6 @@ Thanks to these contributors for their code commits. Please report an unintended
5555
<!-- Please make sure your Github ID is in the list below -->
5656

5757
- [slievrly](https://github.com/slievrly)
58-
- [GitHubID](https://github.com/GitHubID)
59-
58+
- [xjlgod](https://github.com/xjlgod)
6059

6160
Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.

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)