Copilot commented on code in PR #7939: URL: https://github.com/apache/incubator-seata/pull/7939#discussion_r2689068266
########## changes/en-us/2.6.0.md: ########## @@ -70,6 +70,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#7881](https://github.com/apache/incubator-seata/pull/7881)] the vgroup_table in the SQL files of all databases should use a three-column unique constraint - [[#7891](https://github.com/apache/incubator-seata/pull/7891)] raft split-brain causes incorrect cluster information - [[#7908](https://github.com/apache/incubator-seata/pull/7908)] handle timestamp with time zone in postgresql primary key + Fix incorrect package-to-directory mapping in seata-http-jakarta module. Review Comment: The changelog entry is missing the required formatting prefix. It should start with "- [[#PR_NUMBER](...)]" to match the formatting of all other entries in this section. This entry should follow the same pattern as line 72 above it. ```suggestion - [[#7909](https://github.com/apache/incubator-seata/pull/7909)] Fix incorrect package-to-directory mapping in seata-http-jakarta module. ``` ########## changes/zh-cn/2.6.0.md: ########## @@ -70,7 +70,7 @@ - [[#7881](https://github.com/apache/incubator-seata/pull/7881)] 修复了除mysql之外其他数据库的sql文件关于vgroup_table的表,使用三列唯一索引以保证容灾迁移高可用 - [[#7891](https://github.com/apache/incubator-seata/pull/7891)] 修复raft重选举与心跳并发时可能导致namingserver侧的元数据存在多个leader - [[#7908](https://github.com/apache/incubator-seata/pull/7908)] 在 PostgreSQL 主键中处理带时区的时间戳 - +- 修复 seata-http-jakarta 模块中包名与目录结构不一致的问题。 Review Comment: The changelog entry is missing the required formatting prefix. It should start with "- [[#PR_NUMBER](...)]" to match the formatting of all other entries in this section. This entry should follow the same pattern as line 72 above it. ```suggestion - [[#7909](https://github.com/apache/incubator-seata/pull/7909)] 修复 seata-http-jakarta 模块中包名与目录结构不一致的问题。 ``` -- 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]
