Skip to content

Commit 699891d

Browse files
authored
optimize: upgrade alibaba/druid version to 1.2.20 (#6523)
1 parent 9e6cfe5 commit 699891d

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

changes/en-us/2.x.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Add changes here for all PR submitted to the 2.x branch.
1616
- [[#6499](https://github.com/apache/incubator-seata/pull/6499)] split the task thread pool for committing and rollbacking statuses
1717
- [[#6208](https://github.com/apache/incubator-seata/pull/6208)] optimize : load SeataSerializer by version
1818
- [[#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
1920

2021
### refactor:
2122
- [[#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.
2627
### test:
2728

2829

29-
### refactor:
30-
31-
3230
Thanks to these contributors for their code commits. Please report an unintended omission.
3331

3432
<!-- Please make sure your Github ID is in the list below -->
3533
- [slievrly](https://github.com/slievrly)
3634
- [tuwenlin](https://github.com/tuwenlin)
3735
- [YeonCheolGit](https://github.com/YeonCheolGit)
3836
- [liuqiufeng](https://github.com/liuqiufeng)
37+
- [God-Gan](https://github.com/God-Gan)
3938
- [Bughue](https://github.com/Bughue)
4039
- [tanyaofei](https://github.com/tanyaofei)
4140

changes/zh-cn/2.x.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- [[#6499](https://github.com/apache/incubator-seata/pull/6499)] 拆分 committing 和 rollbacking 状态的任务线程池
1616
- [[#6208](https://github.com/apache/incubator-seata/pull/6208)] 支持多版本的Seata序列化
1717
- [[#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
1819

1920
### refactor:
2021
- [[#6534](https://github.com/apache/incubator-seata/pull/6534)] 优化: 发送异步响应
@@ -23,7 +24,6 @@
2324

2425
### test:
2526

26-
### refactor:
2727

2828
非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。
2929

@@ -32,7 +32,9 @@
3232
- [tuwenlin](https://github.com/tuwenlin)
3333
- [YeonCheolGit](https://github.com/YeonCheolGit)
3434
- [liuqiufeng](https://github.com/liuqiufeng)
35+
- [God-Gan](https://github.com/God-Gan)
3536
- [Bughue](https://github.com/Bughue)
3637
- [tanyaofei](https://github.com/tanyaofei)
3738

39+
3840
同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。

compatible/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<description>compatible with io.seata API</description>
3434
<properties>
3535
<mockito.version>4.11.0</mockito.version>
36-
<druid.version>1.2.7</druid.version>
36+
<druid.version>1.2.20</druid.version>
3737
<mysql.version>5.1.42</mysql.version>
3838
<mariadb.version>2.7.2</mariadb.version>
3939
<assertj-core.version>3.12.2</assertj-core.version>

dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<h2.version>1.4.181</h2.version>
109109
<mariadb.version>2.7.2</mariadb.version>
110110
<!-- db connection pool -->
111-
<druid.version>1.2.7</druid.version>
111+
<druid.version>1.2.20</druid.version>
112112
<commons-dbcp2.version>2.9.0</commons-dbcp2.version>
113113
<hikari.version>3.4.3</hikari.version>
114114
<!-- sql parser -->

0 commit comments

Comments
 (0)