diff --git a/build/pom.xml b/build/pom.xml index 3dbd16d8d49..e6dab8b81b3 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -73,7 +73,7 @@ UTF-8 - 2.5.14 + 2.5.13 5.3.20 diff --git a/changes/en-us/develop.md b/changes/en-us/develop.md index b0e026bd3ac..892f0596b85 100644 --- a/changes/en-us/develop.md +++ b/changes/en-us/develop.md @@ -24,6 +24,7 @@ Add changes here for all PR submitted to the develop branch. - [[#5316](https://github.com/seata/seata/pull/5316)] fix G1 jvm parameter in jdk8 - [[#5321](https://github.com/seata/seata/pull/5321)] fix When the rollback logic on the TC side returns RollbackFailed, the custom FailureHandler is not executed - [[#5332](https://github.com/seata/seata/pull/5332)] fix bugs found in unit tests +- [[#5413](https://github.com/seata/seata/pull/5413)] fix bad service configuration file and compilation failure ### optimize: diff --git a/changes/zh-cn/develop.md b/changes/zh-cn/develop.md index d7ce2e04580..50ee02fa5fc 100644 --- a/changes/zh-cn/develop.md +++ b/changes/zh-cn/develop.md @@ -24,6 +24,7 @@ - [[#5316](https://github.com/seata/seata/pull/5316)] 修复jdk8 中 G1 参数 - [[#5321](https://github.com/seata/seata/pull/5321)] 修复当TC端回滚返回RollbackFailed时,自定义FailureHandler的方法未执行 - [[#5332](https://github.com/seata/seata/pull/5332)] 修复单元测试中发现的bug +- [[#5413](https://github.com/seata/seata/pull/5413)] 修复 arm64平台下的JDK和Spring兼容问题 ### optimize: