From b42f8d00f6cbde30eed5387d6cebf65deba2f06a Mon Sep 17 00:00:00 2001 From: liujunlin5168 <1206948439@qq.com> Date: Thu, 28 Jul 2022 13:43:49 +0800 Subject: [PATCH] bugfix: fix in high version springboot property not resolved (#4817) --- changes/en-us/develop.md | 4 ++-- changes/zh-cn/develop.md | 4 ++-- .../META-INF/additional-spring-configuration-metadata.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/changes/en-us/develop.md b/changes/en-us/develop.md index 8d24ea668fe..aac619f54f7 100644 --- a/changes/en-us/develop.md +++ b/changes/en-us/develop.md @@ -7,7 +7,7 @@ Add changes here for all PR submitted to the develop branch. ### bugfix: - +- [[#4817](https://github.com/seata/seata/pull/4817)] fix in high version springboot property not Standard ### optimize: - [[#4774](https://github.com/seata/seata/pull/4774)] optimize mysql8 dependencies for seataio/seata-server image @@ -29,5 +29,5 @@ Thanks to these contributors for their code commits. Please report an unintended - [wangliang181230](https://github.com/wangliang181230) - [a364176773](https://github.com/a364176773) - [AlexStocks](https://github.com/AlexStocks) - +- [liujunlin5168](https://github.com/liujunlin5168) Also, we receive many valuable issues, questions and advices from our community. Thanks for you all. diff --git a/changes/zh-cn/develop.md b/changes/zh-cn/develop.md index 34fc4a21df4..6debf01b6d3 100644 --- a/changes/zh-cn/develop.md +++ b/changes/zh-cn/develop.md @@ -7,7 +7,7 @@ ### bugfix: - +- [[#4817](https://github.com/seata/seata/pull/4817)] 修复高版本springboot配置不标准的问题 ### optimize: - [[#4774](https://github.com/seata/seata/pull/4774)] 优化 seataio/seata-server 镜像中的 mysql8 依赖 @@ -29,6 +29,6 @@ - [wangliang181230](https://github.com/wangliang181230) - [a364176773](https://github.com/a364176773) - [AlexStocks](https://github.com/AlexStocks) - +- [liujunlin5168](https://github.com/liujunlin5168) 同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。 diff --git a/seata-spring-autoconfigure/seata-spring-autoconfigure-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/seata-spring-autoconfigure/seata-spring-autoconfigure-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json index fc50e0ebafb..3c17919d667 100644 --- a/seata-spring-autoconfigure/seata-spring-autoconfigure-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/seata-spring-autoconfigure/seata-spring-autoconfigure-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -102,7 +102,7 @@ } }, { - "name": "seata.transport.rpcRmRequestTimeout", + "name": "seata.transport.rpc-rm-request-timeout", "type": "java.lang.Long", "sourceType": "io.seata.spring.boot.autoconfigure.properties.TransportProperties", "deprecation": { @@ -111,7 +111,7 @@ } }, { - "name": "seata.transport.rpcTmRequestTimeout", + "name": "seata.transport.rpc-tm-request-timeout", "type": "java.lang.Long", "sourceType": "io.seata.spring.boot.autoconfigure.properties.TransportProperties", "deprecation": { @@ -120,7 +120,7 @@ } }, { - "name": "seata.transport.rpcTcRequestTimeout", + "name": "seata.transport.rpc-tc-request-timeout", "type": "java.lang.Long", "sourceType": "io.seata.spring.boot.autoconfigure.properties.TransportProperties", "deprecation": {