File tree 3 files changed +2
-5
lines changed 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ Add changes here for all PR submitted to the 2.x branch.
46
46
- [[ #6843 ] ( https://github.com/apache/incubator-seata/pull/6843 )] Fix 403 error when sending a POST request from the console
47
47
- [[ #6850 ] ( https://github.com/apache/incubator-seata/pull/6850 )] raft mode is backward compatible with version 2.0
48
48
- [[ #6855 ] ( https://github.com/apache/incubator-seata/pull/6855 )] after scaling down a Raft cluster, the metadata still contains the removed node
49
+ - [[ #6859 ] ( https://github.com/apache/incubator-seata/pull/6859 )] remove duplicated dependency in pom
49
50
50
51
51
52
### optimize:
Original file line number Diff line number Diff line change 47
47
- [[ #6843 ] ( https://github.com/apache/incubator-seata/pull/6843 )] 修复从控制台发送POST请求时出现的403错误
48
48
- [[ #6850 ] ( https://github.com/apache/incubator-seata/pull/6850 )] raft模式向下兼容2.0版本
49
49
- [[ #6855 ] ( https://github.com/apache/incubator-seata/pull/6855 )] 修复raft缩容后元数据中残留该节点的问题(需先升级到2.2再进行缩容)
50
-
50
+ - [[ # 6859 ] ( https://github.com/apache/incubator-seata/pull/6859 )] 移除重复的依赖
51
51
52
52
### optimize:
53
53
- [[ #6499 ] ( https://github.com/apache/incubator-seata/pull/6499 )] 拆分 committing 和 rollbacking 状态的任务线程池
Original file line number Diff line number Diff line change 872
872
<artifactId >spring-webmvc</artifactId >
873
873
<version >${spring-webmvc.version} </version >
874
874
</dependency >
875
- <dependency >
876
- <groupId >org.apache.tomcat.embed</groupId >
877
- <artifactId >tomcat-embed-core</artifactId >
878
- </dependency >
879
875
</dependencies >
880
876
</dependencyManagement >
881
877
</project >
You can’t perform that action at this time.
0 commit comments