This is an automated email from the ASF dual-hosted git repository.
menghaoranss pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 068ac21d22b Upgrade mysql version to 8.4.0 (#38670)
068ac21d22b is described below
commit 068ac21d22b86d0bbf63e03bea981229564a68aa
Author: zhaojinchao <[email protected]>
AuthorDate: Wed May 6 14:17:42 2026 +0800
Upgrade mysql version to 8.4.0 (#38670)
* Upgrade mysql version to 8.4.0
* Refactor nightly-e2e-sql.yml
---
.github/workflows/nightly-e2e-sql.yml | 2 +-
docs/document/content/user-manual/shardingsphere-proxy/cdc/build.cn.md | 2 +-
docs/document/content/user-manual/shardingsphere-proxy/cdc/build.en.md | 2 +-
.../content/user-manual/shardingsphere-proxy/migration/build.cn.md | 2 +-
.../content/user-manual/shardingsphere-proxy/migration/build.en.md | 2 +-
.../src/main/resources/template/pom.ftl | 2 +-
pom.xml | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/nightly-e2e-sql.yml
b/.github/workflows/nightly-e2e-sql.yml
index e1fc174a3d7..0685e02a8ac 100644
--- a/.github/workflows/nightly-e2e-sql.yml
+++ b/.github/workflows/nightly-e2e-sql.yml
@@ -80,7 +80,7 @@ jobs:
- adapter: proxy
database: MySQL
scenario: passthrough
- additional-options: '-Dmysql-connector-java.version=8.3.0'
+ additional-options: '-Dmysql-connector-java.version=8.4.0'
- adapter: jdbc
database: Hive
scenario: encrypt
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/cdc/build.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/cdc/build.cn.md
index 0ab44b135de..6ac4b7a95b0 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/cdc/build.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/cdc/build.cn.md
@@ -100,7 +100,7 @@ proxy 已包含 PostgreSQL JDBC 和 openGauss JDBC 驱动。
| 数据库 | JDBC 驱动
|
|-----------|--------------------------------------------------------------------------------------------------------------------------------|
-| MySQL |
[mysql-connector-j-8.3.0.jar](https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.3.0/)
|
+| MySQL |
[mysql-connector-j-8.4.0.jar](https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.4.0/)
|
4. 启动 ShardingSphere-Proxy:
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/cdc/build.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/cdc/build.en.md
index 1f59ef80310..1de110978d2 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/cdc/build.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/cdc/build.en.md
@@ -99,7 +99,7 @@ If the backend is connected to the following databases,
download the correspondi
| Database | JDBC Driver
|
|----------|------------------------------------------------------------------------------------------------------|
-| MySQL |
[mysql-connector-j-8.3.0.jar](https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.3.0/)
|
+| MySQL |
[mysql-connector-j-8.4.0.jar](https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.4.0/)
|
4. Start ShardingSphere-Proxy:
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/migration/build.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/migration/build.cn.md
index 9ae5bdf552c..6158dddc526 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/migration/build.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/migration/build.cn.md
@@ -43,7 +43,7 @@ proxy 已包含 PostgreSQL JDBC 和 openGauss JDBC 驱动。
| 数据库 | JDBC 驱动
|
|-------|--------------------------------------------------------------------------------------------------|
-| MySQL |
[mysql-connector-j-8.3.0.jar](https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.3.0/)
|
+| MySQL |
[mysql-connector-j-8.4.0.jar](https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.4.0/)
|
如果是异构迁移,源端支持范围更广的数据库。JDBC 驱动处理方式同上。
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/migration/build.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/migration/build.en.md
index f7a6da224f5..41c60a3a66e 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/migration/build.en.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/migration/build.en.md
@@ -43,7 +43,7 @@ If the backend is connected to the following databases,
download the correspondi
| Database | JDBC Driver
|
|----------|------------------------------------------------------------------------------------------------------|
-| MySQL |
[mysql-connector-j-8.3.0.jar](https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.3.0/)
|
+| MySQL |
[mysql-connector-j-8.4.0.jar](https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.4.0/)
|
If you are migrating to a heterogeneous database, then you could use more
types of database. Introduce JDBC driver as above too.
diff --git
a/examples/shardingsphere-jdbc-example-generator/src/main/resources/template/pom.ftl
b/examples/shardingsphere-jdbc-example-generator/src/main/resources/template/pom.ftl
index b29505307a8..0bd5ad57879 100644
---
a/examples/shardingsphere-jdbc-example-generator/src/main/resources/template/pom.ftl
+++
b/examples/shardingsphere-jdbc-example-generator/src/main/resources/template/pom.ftl
@@ -293,7 +293,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
- <version>8.3.0</version>
+ <version>8.4.0</version>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index d89d373beb0..6ff4c13b374 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
<immutables.version>2.10.1</immutables.version>
<postgresql.version>42.7.8</postgresql.version>
- <mysql-connector-java.version>8.3.0</mysql-connector-java.version>
+ <mysql-connector-java.version>8.4.0</mysql-connector-java.version>
<mssql.version>12.10.2.jre8</mssql.version>
<h2.version>2.2.224</h2.version>
<opengauss.version>3.1.0-og</opengauss.version>