File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Add changes here for all PR submitted to the 2.x branch.
16
16
- [[ #6499 ] ( https://github.com/apache/incubator-seata/pull/6499 )] split the task thread pool for committing and rollbacking statuses
17
17
- [[ #6208 ] ( https://github.com/apache/incubator-seata/pull/6208 )] optimize : load SeataSerializer by version
18
18
- [[ #6209 ] ( https://github.com/apache/incubator-seata/pull/6209 )] Eliminate RpcMessage and Encoder/Decoder dependencies
19
+ - [[ #6523 ] ( https://github.com/apache/incubator-seata/pull/6523 )] upgrade alibaba/druid version to 1.2.20
19
20
20
21
### refactor:
21
22
- [[ #6534 ] ( https://github.com/apache/incubator-seata/pull/6534 )] optimize: send async response
@@ -26,16 +27,14 @@ Add changes here for all PR submitted to the 2.x branch.
26
27
### test:
27
28
28
29
29
- ### refactor:
30
-
31
-
32
30
Thanks to these contributors for their code commits. Please report an unintended omission.
33
31
34
32
<!-- Please make sure your Github ID is in the list below -->
35
33
- [ slievrly] ( https://github.com/slievrly )
36
34
- [ tuwenlin] ( https://github.com/tuwenlin )
37
35
- [ YeonCheolGit] ( https://github.com/YeonCheolGit )
38
36
- [ liuqiufeng] ( https://github.com/liuqiufeng )
37
+ - [ God-Gan] ( https://github.com/God-Gan )
39
38
- [ Bughue] ( https://github.com/Bughue )
40
39
- [ tanyaofei] ( https://github.com/tanyaofei )
41
40
Original file line number Diff line number Diff line change 15
15
- [[ #6499 ] ( https://github.com/apache/incubator-seata/pull/6499 )] 拆分 committing 和 rollbacking 状态的任务线程池
16
16
- [[ #6208 ] ( https://github.com/apache/incubator-seata/pull/6208 )] 支持多版本的Seata序列化
17
17
- [[ #6209 ] ( https://github.com/apache/incubator-seata/pull/6209 )] 解开 RpcMessage 和 Encoder/Decoder 的互相依赖
18
+ - [[ #6523 ] ( https://github.com/apache/incubator-seata/pull/6523 )] 升级 alibaba/druid 的版本到1.2.20
18
19
19
20
### refactor:
20
21
- [[ #6534 ] ( https://github.com/apache/incubator-seata/pull/6534 )] 优化: 发送异步响应
23
24
24
25
### test:
25
26
26
- ### refactor:
27
27
28
28
非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。
29
29
32
32
- [ tuwenlin] ( https://github.com/tuwenlin )
33
33
- [ YeonCheolGit] ( https://github.com/YeonCheolGit )
34
34
- [ liuqiufeng] ( https://github.com/liuqiufeng )
35
+ - [ God-Gan] ( https://github.com/God-Gan )
35
36
- [ Bughue] ( https://github.com/Bughue )
36
37
- [ tanyaofei] ( https://github.com/tanyaofei )
37
38
39
+
38
40
同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
Original file line number Diff line number Diff line change 33
33
<description >compatible with io.seata API</description >
34
34
<properties >
35
35
<mockito .version>4.11.0</mockito .version>
36
- <druid .version>1.2.7 </druid .version>
36
+ <druid .version>1.2.20 </druid .version>
37
37
<mysql .version>5.1.42</mysql .version>
38
38
<mariadb .version>2.7.2</mariadb .version>
39
39
<assertj-core .version>3.12.2</assertj-core .version>
Original file line number Diff line number Diff line change 108
108
<h2 .version>1.4.181</h2 .version>
109
109
<mariadb .version>2.7.2</mariadb .version>
110
110
<!-- db connection pool -->
111
- <druid .version>1.2.7 </druid .version>
111
+ <druid .version>1.2.20 </druid .version>
112
112
<commons-dbcp2 .version>2.9.0</commons-dbcp2 .version>
113
113
<hikari .version>3.4.3</hikari .version>
114
114
<!-- sql parser -->
You can’t perform that action at this time.
0 commit comments