This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 828e2180b3f Rename module names from
shardingsphere-dialect_xxx-protocol to shardingsphere-protocol-dialect_xxx
(#36375)
828e2180b3f is described below
commit 828e2180b3fe773eb386d8ddfe179af8eb09f87e
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Aug 21 00:14:49 2025 +0800
Rename module names from shardingsphere-dialect_xxx-protocol to
shardingsphere-protocol-dialect_xxx (#36375)
---
database/protocol/type/firebird/pom.xml | 2 +-
database/protocol/type/mysql/pom.xml | 2 +-
database/protocol/type/opengauss/pom.xml | 4 ++--
database/protocol/type/postgresql/pom.xml | 2 +-
.../shardingsphere-proxy/optional-plugins/_index.cn.md | 12 +++++++-----
.../shardingsphere-proxy/optional-plugins/_index.en.md | 12 +++++++-----
kernel/data-pipeline/dialect/mysql/pom.xml | 2 +-
proxy/backend/type/firebird/pom.xml | 2 +-
proxy/backend/type/mysql/pom.xml | 2 +-
proxy/backend/type/opengauss/pom.xml | 2 +-
proxy/backend/type/postgresql/pom.xml | 2 +-
proxy/dialect/firebird/pom.xml | 2 +-
proxy/dialect/mariadb/pom.xml | 2 +-
proxy/dialect/mysql/pom.xml | 2 +-
proxy/dialect/opengauss/pom.xml | 2 +-
proxy/dialect/postgresql/pom.xml | 2 +-
proxy/frontend/type/firebird/pom.xml | 2 +-
proxy/frontend/type/mysql/pom.xml | 2 +-
proxy/frontend/type/opengauss/pom.xml | 2 +-
proxy/frontend/type/postgresql/pom.xml | 2 +-
test/e2e/operation/pipeline/pom.xml | 6 +++---
test/e2e/operation/transaction/pom.xml | 6 +++---
test/it/spi/pom.xml | 6 +++---
23 files changed, 42 insertions(+), 38 deletions(-)
diff --git a/database/protocol/type/firebird/pom.xml
b/database/protocol/type/firebird/pom.xml
index c6e14e67fab..5e8b4810de7 100644
--- a/database/protocol/type/firebird/pom.xml
+++ b/database/protocol/type/firebird/pom.xml
@@ -23,7 +23,7 @@
<artifactId>shardingsphere-database-protocol-type</artifactId>
<version>5.5.3-SNAPSHOT</version>
</parent>
- <artifactId>shardingsphere-firebird-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-firebird</artifactId>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/database/protocol/type/mysql/pom.xml
b/database/protocol/type/mysql/pom.xml
index 9d9b02700f1..529fa553938 100644
--- a/database/protocol/type/mysql/pom.xml
+++ b/database/protocol/type/mysql/pom.xml
@@ -23,7 +23,7 @@
<artifactId>shardingsphere-database-protocol-type</artifactId>
<version>5.5.3-SNAPSHOT</version>
</parent>
- <artifactId>shardingsphere-mysql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-mysql</artifactId>
<name>${project.artifactId}</name>
<dependencies>
diff --git a/database/protocol/type/opengauss/pom.xml
b/database/protocol/type/opengauss/pom.xml
index b5ff1551d67..d51e718397c 100644
--- a/database/protocol/type/opengauss/pom.xml
+++ b/database/protocol/type/opengauss/pom.xml
@@ -23,13 +23,13 @@
<artifactId>shardingsphere-database-protocol-type</artifactId>
<version>5.5.3-SNAPSHOT</version>
</parent>
- <artifactId>shardingsphere-opengauss-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-opengauss</artifactId>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-postgresql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-postgresql</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
diff --git a/database/protocol/type/postgresql/pom.xml
b/database/protocol/type/postgresql/pom.xml
index cccb1add40a..5b83ed01b7a 100644
--- a/database/protocol/type/postgresql/pom.xml
+++ b/database/protocol/type/postgresql/pom.xml
@@ -23,7 +23,7 @@
<artifactId>shardingsphere-database-protocol-type</artifactId>
<version>5.5.3-SNAPSHOT</version>
</parent>
- <artifactId>shardingsphere-postgresql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-postgresql</artifactId>
<name>${project.artifactId}</name>
<dependencies>
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/_index.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/_index.cn.md
index 72e4ae38927..7ce001b1a32 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/_index.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/_index.cn.md
@@ -10,17 +10,19 @@ ShardingSphere 默认情况下仅包含核心 SPI 的实现,在 Git Source 存
下以 `groupId:artifactId` 的表现形式列出 ShardingSphere-Proxy 所有的内置插件。
--
`org.apache.shardingsphere:shardingsphere-cluster-mode-repository-etcd`,集群模式配置信息持久化定义的
etcd 实现
--
`org.apache.shardingsphere:shardingsphere-cluster-mode-repository-zookeeper`,集群模式配置信息持久化定义的
zookeeper 实现
+-
`org.apache.shardingsphere:shardingsphere-cluster-mode-repository-zookeeper`,集群模式配置信息持久化定义的
ZooKeeper 实现
+-
`org.apache.shardingsphere:shardingsphere-cluster-mode-repository-etcd`,集群模式配置信息持久化定义的
Etcd 实现
- `org.apache.shardingsphere:shardingsphere-jdbc`, JDBC 模块
- `org.apache.shardingsphere:shardingsphere-database-protocol-core`,数据库协议核心
-- `org.apache.shardingsphere:shardingsphere-mysql-protocol`,数据库协议的 MySQL 实现
-- `org.apache.shardingsphere:shardingsphere-postgresql-protocol`,数据库协议的
PostgreSQL 实现
-- `org.apache.shardingsphere:shardingsphere-opengauss-protocol`,数据库协议的
OpenGauss 实现
+- `org.apache.shardingsphere:shardingsphere-protocol-mysql`,数据库协议的 MySQL 实现
+- `org.apache.shardingsphere:shardingsphere-protocol-postgresql`,数据库协议的
PostgreSQL 实现
+- `org.apache.shardingsphere:shardingsphere-protocol-opengauss`,数据库协议的
openGauss 实现
+- `org.apache.shardingsphere:shardingsphere-firebird-protocol`,数据库协议的 Firebird
实现
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-core`,用于
ShardingSphere-Proxy 解析与适配访问数据库的协议
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-mysql`,用于
ShardingSphere-Proxy 解析与适配访问数据库的协议的 MySQL 实现
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-postgresql`,用于
ShardingSphere-Proxy 解析与适配访问数据库的协议的 PostgreSQL 实现
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-opengauss`,用于
ShardingSphere-Proxy 解析与适配访问数据库的协议的 openGauss 实现
+- `org.apache.shardingsphere:shardingsphere-proxy-frontend-firebird`,用于
ShardingSphere-Proxy 解析与适配访问数据库的协议的 Firebird 实现
- `org.apache.shardingsphere:shardingsphere-proxy-backend-core`,
ShardingSphere Proxy 的后端核心模块
-
`org.apache.shardingsphere:shardingsphere-standalone-mode-core`,单机模式配置信息持久化定义核心
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/_index.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/_index.en.md
index afa4e77a6c4..f061e01f7ab 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/_index.en.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/_index.en.md
@@ -10,17 +10,19 @@ SPI and existing implementation classes of SPI
corresponding to all plugins can
All the built-in plugins for ShardingSphere-Proxy are listed below in the form
of 'groupId:artifactId'.
-- `org.apache.shardingsphere:shardingsphere-cluster-mode-repository-etcd`,
etcd implementation of persistent definition of cluster mode configuration
information
--
`org.apache.shardingsphere:shardingsphere-cluster-mode-repository-zookeeper`,
the zookeeper implementation of the persistent definition of cluster mode
configuration information
+-
`org.apache.shardingsphere:shardingsphere-cluster-mode-repository-zookeeper`,
the ZooKeeper implementation of the persistent definition of cluster mode
configuration information
+- `org.apache.shardingsphere:shardingsphere-cluster-mode-repository-etcd`,
Etcd implementation of persistent definition of cluster mode configuration
information
- `org.apache.shardingsphere:shardingsphere-jdbc`, JDBC module
- `org.apache.shardingsphere:shardingsphere-database-protocol-core`, database
protocol core
-- `org.apache.shardingsphere:shardingsphere-mysql-protocol`, the MySQL
implementation of the database protocol
-- `org.apache.shardingsphere:shardingsphere-postgresql-protocol`, the
PostgreSQL implementation of the database protocol
-- `org.apache.shardingsphere:shardingsphere-opengauss-protocol`, the OpenGauss
implementation of the database protocol
+- `org.apache.shardingsphere:shardingsphere-protocol-mysql`, the MySQL
implementation of the database protocol
+- `org.apache.shardingsphere:shardingsphere-protocol-postgresql`, the
PostgreSQL implementation of the database protocol
+- `org.apache.shardingsphere:shardingsphere-protocol-opengauss`, the OpenGauss
implementation of the database protocol
+- `org.apache.shardingsphere:shardingsphere-protocol-firebird`, the Firebird
implementation of the database protocol
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-core`, used by
ShardingSphere-Proxy to parse and adapt the protocol for accessing the database
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-mysql`, a MySQL
implementation for ShardingSphere-Proxy to parse and adapt the protocol for
accessing the database
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-postgresql`, a
PostgreSQL implementation for ShardingSphere-Proxy to parse and adapt the
protocol for accessing the database
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-opengauss`, an
openGauss implementation for ShardingSphere-Proxy to parse and adapt the
protocol for accessing the database
+- `org.apache.shardingsphere:shardingsphere-proxy-frontend-firebird`, an
Firebird implementation for ShardingSphere-Proxy to parse and adapt the
protocol for accessing the database
- `org.apache.shardingsphere:shardingsphere-proxy-backend-core`, the backend
core for ShardingSphere Proxy
- `org.apache.shardingsphere:shardingsphere-standalone-mode-core`, the
persistence definition core of single-machine mode configuration information
diff --git a/kernel/data-pipeline/dialect/mysql/pom.xml
b/kernel/data-pipeline/dialect/mysql/pom.xml
index a416189d82e..8a2d7bf86af 100644
--- a/kernel/data-pipeline/dialect/mysql/pom.xml
+++ b/kernel/data-pipeline/dialect/mysql/pom.xml
@@ -39,7 +39,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-mysql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-mysql</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
diff --git a/proxy/backend/type/firebird/pom.xml
b/proxy/backend/type/firebird/pom.xml
index 34065dad679..24759a3754a 100644
--- a/proxy/backend/type/firebird/pom.xml
+++ b/proxy/backend/type/firebird/pom.xml
@@ -34,7 +34,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-firebird-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-firebird</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
diff --git a/proxy/backend/type/mysql/pom.xml b/proxy/backend/type/mysql/pom.xml
index c0a52f296de..173fc686743 100644
--- a/proxy/backend/type/mysql/pom.xml
+++ b/proxy/backend/type/mysql/pom.xml
@@ -34,7 +34,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-mysql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-mysql</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
diff --git a/proxy/backend/type/opengauss/pom.xml
b/proxy/backend/type/opengauss/pom.xml
index e27cb0ac88b..b839e1c9ef6 100644
--- a/proxy/backend/type/opengauss/pom.xml
+++ b/proxy/backend/type/opengauss/pom.xml
@@ -34,7 +34,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-opengauss-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-opengauss</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
diff --git a/proxy/backend/type/postgresql/pom.xml
b/proxy/backend/type/postgresql/pom.xml
index 37482718587..32aa3cbd850 100644
--- a/proxy/backend/type/postgresql/pom.xml
+++ b/proxy/backend/type/postgresql/pom.xml
@@ -34,7 +34,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-postgresql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-postgresql</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
diff --git a/proxy/dialect/firebird/pom.xml b/proxy/dialect/firebird/pom.xml
index b4fd2e2d2c9..7a9ac78115a 100644
--- a/proxy/dialect/firebird/pom.xml
+++ b/proxy/dialect/firebird/pom.xml
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-firebird-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-firebird</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
diff --git a/proxy/dialect/mariadb/pom.xml b/proxy/dialect/mariadb/pom.xml
index f65110aed10..945d2730448 100644
--- a/proxy/dialect/mariadb/pom.xml
+++ b/proxy/dialect/mariadb/pom.xml
@@ -59,7 +59,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-mysql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-mysql</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
diff --git a/proxy/dialect/mysql/pom.xml b/proxy/dialect/mysql/pom.xml
index b7bbe42db7c..b54571e9ee2 100644
--- a/proxy/dialect/mysql/pom.xml
+++ b/proxy/dialect/mysql/pom.xml
@@ -53,7 +53,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-mysql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-mysql</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
diff --git a/proxy/dialect/opengauss/pom.xml b/proxy/dialect/opengauss/pom.xml
index 23e01d9718e..d3b319b3cdc 100644
--- a/proxy/dialect/opengauss/pom.xml
+++ b/proxy/dialect/opengauss/pom.xml
@@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-opengauss-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-opengauss</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
diff --git a/proxy/dialect/postgresql/pom.xml b/proxy/dialect/postgresql/pom.xml
index 2176bde309a..b58ca10fdc1 100644
--- a/proxy/dialect/postgresql/pom.xml
+++ b/proxy/dialect/postgresql/pom.xml
@@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-postgresql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-postgresql</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
diff --git a/proxy/frontend/type/firebird/pom.xml
b/proxy/frontend/type/firebird/pom.xml
index e01b0732903..b89564dcff2 100644
--- a/proxy/frontend/type/firebird/pom.xml
+++ b/proxy/frontend/type/firebird/pom.xml
@@ -34,7 +34,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-firebird-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-firebird</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
diff --git a/proxy/frontend/type/mysql/pom.xml
b/proxy/frontend/type/mysql/pom.xml
index 4c48bd8bedb..523b3d1269b 100644
--- a/proxy/frontend/type/mysql/pom.xml
+++ b/proxy/frontend/type/mysql/pom.xml
@@ -34,7 +34,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-mysql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-mysql</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
diff --git a/proxy/frontend/type/opengauss/pom.xml
b/proxy/frontend/type/opengauss/pom.xml
index 6db1392edb2..f2a228ae724 100644
--- a/proxy/frontend/type/opengauss/pom.xml
+++ b/proxy/frontend/type/opengauss/pom.xml
@@ -29,7 +29,7 @@
<dependencies>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-opengauss-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-opengauss</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
diff --git a/proxy/frontend/type/postgresql/pom.xml
b/proxy/frontend/type/postgresql/pom.xml
index e4b775ec99f..7a3ba15a4fa 100644
--- a/proxy/frontend/type/postgresql/pom.xml
+++ b/proxy/frontend/type/postgresql/pom.xml
@@ -34,7 +34,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-postgresql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-postgresql</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
diff --git a/test/e2e/operation/pipeline/pom.xml
b/test/e2e/operation/pipeline/pom.xml
index 4a3b224efa8..2fa9b357023 100644
--- a/test/e2e/operation/pipeline/pom.xml
+++ b/test/e2e/operation/pipeline/pom.xml
@@ -55,7 +55,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-postgresql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-postgresql</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
@@ -74,7 +74,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-mysql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-mysql</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
@@ -93,7 +93,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-opengauss-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-opengauss</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
diff --git a/test/e2e/operation/transaction/pom.xml
b/test/e2e/operation/transaction/pom.xml
index 645766ead5b..dbfd0bef38e 100644
--- a/test/e2e/operation/transaction/pom.xml
+++ b/test/e2e/operation/transaction/pom.xml
@@ -66,7 +66,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-postgresql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-postgresql</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
@@ -85,7 +85,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-mysql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-mysql</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
@@ -104,7 +104,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-opengauss-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-opengauss</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
diff --git a/test/it/spi/pom.xml b/test/it/spi/pom.xml
index 7fe046aea8e..d4998b32876 100644
--- a/test/it/spi/pom.xml
+++ b/test/it/spi/pom.xml
@@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-mysql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-mysql</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
@@ -66,7 +66,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-postgresql-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-postgresql</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
@@ -85,7 +85,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-opengauss-protocol</artifactId>
+ <artifactId>shardingsphere-protocol-opengauss</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>