From fbf34fbe7b78278d156d161ad25981f690cd2f32 Mon Sep 17 00:00:00 2001 From: jimin Date: Sun, 1 Oct 2023 00:37:16 +0800 Subject: [PATCH] optimize: remove mariadb.jdbc dependency (#5896) --- changes/en-us/2.0.0.md | 4 ++++ changes/zh-cn/2.0.0.md | 5 ++++- server/pom.xml | 10 +++++----- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/changes/en-us/2.0.0.md b/changes/en-us/2.0.0.md index 7dfc7842044..de668931164 100644 --- a/changes/en-us/2.0.0.md +++ b/changes/en-us/2.0.0.md @@ -121,6 +121,9 @@ The version is updated as follows: - [[#5836](https://github.com/seata/seata/pull/5836)] separate MySQL from Mariadb implementations - [[#5869](https://github.com/seata/seata/pull/5869)] some minor syntax optimization - [[#5885](https://github.com/seata/seata/pull/5885)] optimize log in ConnectionProxyXA +- [[#5894](https://github.com/seata/seata/pull/5894)] remove dependency without license +- [[#5895](https://github.com/seata/seata/pull/5895)] remove 7z format compression support +- [[#5896](https://github.com/seata/seata/pull/5896)] remove mariadb.jdbc dependency ### security: - [[#5642](https://github.com/seata/seata/pull/5642)] add Hessian Serializer WhiteDenyList @@ -139,6 +142,7 @@ The version is updated as follows: - [[#5428](https://github.com/seata/seata/pull/5428)] fix FileTransactionStoreManagerTest failed - [[#5622](https://github.com/seata/seata/pull/5622)] add unit test [ExporterType, RegistryType] - [[#5637](https://github.com/seata/seata/pull/5637)] add unit test [BatchResultMessage, HeartbeatMessage, RegisterRMResponse, ResultCode, RegisterTMResponse, MergeResultMessage, MergedWarpMessage, Version] +- [[#5893](https://github.com/seata/seata/pull/5893)] remove sofa test cases ### Contributors: diff --git a/changes/zh-cn/2.0.0.md b/changes/zh-cn/2.0.0.md index 87d630da6cf..7de98aa5cff 100644 --- a/changes/zh-cn/2.0.0.md +++ b/changes/zh-cn/2.0.0.md @@ -121,6 +121,9 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单 - [[#5836](https://github.com/seata/seata/pull/5836)] 分离mariadb和mysql的AT实现 - [[#5869](https://github.com/seata/seata/pull/5869)] 优化一些小的语法 - [[#5885](https://github.com/seata/seata/pull/5885)] 优化ConnectionProxyXA中的日志 +- [[#5894](https://github.com/seata/seata/pull/5894)] 移除无license组件 +- [[#5895](https://github.com/seata/seata/pull/5895)] 移除7z压缩支持 +- [[#5896](https://github.com/seata/seata/pull/5896)] 移除 mariadb.jdbc 依赖 ### security: @@ -140,7 +143,7 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单 - [[#5428](https://github.com/seata/seata/pull/5428)] 修复 FileTransactionStoreManagerTest 单测失败问题 - [[#5622](https://github.com/seata/seata/pull/5622)] 添加单元测试用例 [ExporterType, RegistryType] - [[#5637](https://github.com/seata/seata/pull/5637)] 添加单元测试用例 [BatchResultMessage, HeartbeatMessage, RegisterRMResponse, ResultCode, RegisterTMResponse, MergeResultMessage, MergedWarpMessage, Version] - +- [[#5893](https://github.com/seata/seata/pull/5893)] 移除 sofa 测试用例 ### Contributors: diff --git a/server/pom.xml b/server/pom.xml index 8d168d0447c..0bd86d8a33a 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -165,6 +165,11 @@ mysql mysql-connector-java + + + + + org.postgresql postgresql @@ -227,11 +232,6 @@ org.codehaus.janino janino - - org.mariadb.jdbc - mariadb-java-client - provided -