Skip to content

Commit

Permalink
bugfix: fix in high version springboot property not resolved (#4817)
Browse files Browse the repository at this point in the history
  • Loading branch information
liujunlin5168 committed Jul 28, 2022
1 parent 15add9a commit b42f8d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions changes/en-us/develop.md
Expand Up @@ -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
Expand All @@ -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.
4 changes: 2 additions & 2 deletions changes/zh-cn/develop.md
Expand Up @@ -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 依赖
Expand All @@ -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和建议,非常感谢大家。
Expand Up @@ -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": {
Expand All @@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit b42f8d0

Please sign in to comment.