funky-eyes commented on code in PR #7443: URL: https://github.com/apache/incubator-seata/pull/7443#discussion_r2315363802
########## changes/en-us/2.x.md: ########## @@ -49,6 +49,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#7608](https://github.com/seata/seata/pull/7608)] modify the parameter name in refreshToken method - [[#7603](https://github.com/seata/seata/pull/7603)] upgrade Apache Tomcat dependency from 9.0.106 to 9.0.108 - [[#7614](https://github.com/seata/seata/pull/7614)] update README.md +- [[#7443](https://github.com/seata/seata/pull/7443)] remove Saga annotation dependency on @LocalTCC Review Comment: ```suggestion - [[#7443](https://github.com/seata/seata/pull/7443)] Replace @LocalTCC with @SagaTransactional in the saga annotation pattern ``` Wouldn't a description like "Replace @LocalTCC with @SagaTransactional in the saga annotation pattern" be more appropriate? ########## changes/zh-cn/2.x.md: ########## @@ -48,6 +48,7 @@ - [[#7608](https://github.com/seata/seata/pull/7608)] 修改refreshToken方法中的参数名称 - [[#7603](https://github.com/seata/seata/pull/7603)] 将Apache Tomcat依赖项从9.0.106升级到9.0.108 - [[#7614](https://github.com/seata/seata/pull/7614)] 更新 README.md +- [[#7443](https://github.com/seata/seata/pull/7443)] 移除Saga注解对 @LocalTCC 的依赖 Review Comment: ```suggestion - [[#7443](https://github.com/seata/seata/pull/7443)] 将saga注释模式中的@LocalTCC替换为@SagaTransactional ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
