Skip to content

Commit 828e218

Browse files
authored
Rename module names from shardingsphere-dialect_xxx-protocol to shardingsphere-protocol-dialect_xxx (#36375)
1 parent acc5614 commit 828e218

File tree

23 files changed

+42
-38
lines changed

23 files changed

+42
-38
lines changed

database/protocol/type/firebird/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<artifactId>shardingsphere-database-protocol-type</artifactId>
2424
<version>5.5.3-SNAPSHOT</version>
2525
</parent>
26-
<artifactId>shardingsphere-firebird-protocol</artifactId>
26+
<artifactId>shardingsphere-protocol-firebird</artifactId>
2727
<name>${project.artifactId}</name>
2828

2929
<dependencies>

database/protocol/type/mysql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<artifactId>shardingsphere-database-protocol-type</artifactId>
2424
<version>5.5.3-SNAPSHOT</version>
2525
</parent>
26-
<artifactId>shardingsphere-mysql-protocol</artifactId>
26+
<artifactId>shardingsphere-protocol-mysql</artifactId>
2727
<name>${project.artifactId}</name>
2828

2929
<dependencies>

database/protocol/type/opengauss/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<artifactId>shardingsphere-database-protocol-type</artifactId>
2424
<version>5.5.3-SNAPSHOT</version>
2525
</parent>
26-
<artifactId>shardingsphere-opengauss-protocol</artifactId>
26+
<artifactId>shardingsphere-protocol-opengauss</artifactId>
2727
<name>${project.artifactId}</name>
2828

2929
<dependencies>
3030
<dependency>
3131
<groupId>org.apache.shardingsphere</groupId>
32-
<artifactId>shardingsphere-postgresql-protocol</artifactId>
32+
<artifactId>shardingsphere-protocol-postgresql</artifactId>
3333
<version>${project.version}</version>
3434
</dependency>
3535
<dependency>

database/protocol/type/postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<artifactId>shardingsphere-database-protocol-type</artifactId>
2424
<version>5.5.3-SNAPSHOT</version>
2525
</parent>
26-
<artifactId>shardingsphere-postgresql-protocol</artifactId>
26+
<artifactId>shardingsphere-protocol-postgresql</artifactId>
2727
<name>${project.artifactId}</name>
2828

2929
<dependencies>

docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/_index.cn.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,19 @@ ShardingSphere 默认情况下仅包含核心 SPI 的实现,在 Git Source 存
1010

1111
下以 `groupId:artifactId` 的表现形式列出 ShardingSphere-Proxy 所有的内置插件。
1212

13-
- `org.apache.shardingsphere:shardingsphere-cluster-mode-repository-etcd`,集群模式配置信息持久化定义的 etcd 实现
14-
- `org.apache.shardingsphere:shardingsphere-cluster-mode-repository-zookeeper`,集群模式配置信息持久化定义的 zookeeper 实现
13+
- `org.apache.shardingsphere:shardingsphere-cluster-mode-repository-zookeeper`,集群模式配置信息持久化定义的 ZooKeeper 实现
14+
- `org.apache.shardingsphere:shardingsphere-cluster-mode-repository-etcd`,集群模式配置信息持久化定义的 Etcd 实现
1515
- `org.apache.shardingsphere:shardingsphere-jdbc`, JDBC 模块
1616
- `org.apache.shardingsphere:shardingsphere-database-protocol-core`,数据库协议核心
17-
- `org.apache.shardingsphere:shardingsphere-mysql-protocol`,数据库协议的 MySQL 实现
18-
- `org.apache.shardingsphere:shardingsphere-postgresql-protocol`,数据库协议的 PostgreSQL 实现
19-
- `org.apache.shardingsphere:shardingsphere-opengauss-protocol`,数据库协议的 OpenGauss 实现
17+
- `org.apache.shardingsphere:shardingsphere-protocol-mysql`,数据库协议的 MySQL 实现
18+
- `org.apache.shardingsphere:shardingsphere-protocol-postgresql`,数据库协议的 PostgreSQL 实现
19+
- `org.apache.shardingsphere:shardingsphere-protocol-opengauss`,数据库协议的 openGauss 实现
20+
- `org.apache.shardingsphere:shardingsphere-firebird-protocol`,数据库协议的 Firebird 实现
2021
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-core`,用于 ShardingSphere-Proxy 解析与适配访问数据库的协议
2122
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-mysql`,用于 ShardingSphere-Proxy 解析与适配访问数据库的协议的 MySQL 实现
2223
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-postgresql`,用于 ShardingSphere-Proxy 解析与适配访问数据库的协议的 PostgreSQL 实现
2324
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-opengauss`,用于 ShardingSphere-Proxy 解析与适配访问数据库的协议的 openGauss 实现
25+
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-firebird`,用于 ShardingSphere-Proxy 解析与适配访问数据库的协议的 Firebird 实现
2426
- `org.apache.shardingsphere:shardingsphere-proxy-backend-core`, ShardingSphere Proxy 的后端核心模块
2527
- `org.apache.shardingsphere:shardingsphere-standalone-mode-core`,单机模式配置信息持久化定义核心
2628

docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/_index.en.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,19 @@ SPI and existing implementation classes of SPI corresponding to all plugins can
1010

1111
All the built-in plugins for ShardingSphere-Proxy are listed below in the form of 'groupId:artifactId'.
1212

13-
- `org.apache.shardingsphere:shardingsphere-cluster-mode-repository-etcd`, etcd implementation of persistent definition of cluster mode configuration information
14-
- `org.apache.shardingsphere:shardingsphere-cluster-mode-repository-zookeeper`, the zookeeper implementation of the persistent definition of cluster mode configuration information
13+
- `org.apache.shardingsphere:shardingsphere-cluster-mode-repository-zookeeper`, the ZooKeeper implementation of the persistent definition of cluster mode configuration information
14+
- `org.apache.shardingsphere:shardingsphere-cluster-mode-repository-etcd`, Etcd implementation of persistent definition of cluster mode configuration information
1515
- `org.apache.shardingsphere:shardingsphere-jdbc`, JDBC module
1616
- `org.apache.shardingsphere:shardingsphere-database-protocol-core`, database protocol core
17-
- `org.apache.shardingsphere:shardingsphere-mysql-protocol`, the MySQL implementation of the database protocol
18-
- `org.apache.shardingsphere:shardingsphere-postgresql-protocol`, the PostgreSQL implementation of the database protocol
19-
- `org.apache.shardingsphere:shardingsphere-opengauss-protocol`, the OpenGauss implementation of the database protocol
17+
- `org.apache.shardingsphere:shardingsphere-protocol-mysql`, the MySQL implementation of the database protocol
18+
- `org.apache.shardingsphere:shardingsphere-protocol-postgresql`, the PostgreSQL implementation of the database protocol
19+
- `org.apache.shardingsphere:shardingsphere-protocol-opengauss`, the OpenGauss implementation of the database protocol
20+
- `org.apache.shardingsphere:shardingsphere-protocol-firebird`, the Firebird implementation of the database protocol
2021
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-core`, used by ShardingSphere-Proxy to parse and adapt the protocol for accessing the database
2122
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-mysql`, a MySQL implementation for ShardingSphere-Proxy to parse and adapt the protocol for accessing the database
2223
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-postgresql`, a PostgreSQL implementation for ShardingSphere-Proxy to parse and adapt the protocol for accessing the database
2324
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-opengauss`, an openGauss implementation for ShardingSphere-Proxy to parse and adapt the protocol for accessing the database
25+
- `org.apache.shardingsphere:shardingsphere-proxy-frontend-firebird`, an Firebird implementation for ShardingSphere-Proxy to parse and adapt the protocol for accessing the database
2426
- `org.apache.shardingsphere:shardingsphere-proxy-backend-core`, the backend core for ShardingSphere Proxy
2527
- `org.apache.shardingsphere:shardingsphere-standalone-mode-core`, the persistence definition core of single-machine mode configuration information
2628

kernel/data-pipeline/dialect/mysql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</dependency>
4040
<dependency>
4141
<groupId>org.apache.shardingsphere</groupId>
42-
<artifactId>shardingsphere-mysql-protocol</artifactId>
42+
<artifactId>shardingsphere-protocol-mysql</artifactId>
4343
<version>${project.version}</version>
4444
</dependency>
4545
<dependency>

proxy/backend/type/firebird/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</dependency>
3535
<dependency>
3636
<groupId>org.apache.shardingsphere</groupId>
37-
<artifactId>shardingsphere-firebird-protocol</artifactId>
37+
<artifactId>shardingsphere-protocol-firebird</artifactId>
3838
<version>${project.version}</version>
3939
</dependency>
4040
<dependency>

proxy/backend/type/mysql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</dependency>
3535
<dependency>
3636
<groupId>org.apache.shardingsphere</groupId>
37-
<artifactId>shardingsphere-mysql-protocol</artifactId>
37+
<artifactId>shardingsphere-protocol-mysql</artifactId>
3838
<version>${project.version}</version>
3939
</dependency>
4040
<dependency>

proxy/backend/type/opengauss/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</dependency>
3535
<dependency>
3636
<groupId>org.apache.shardingsphere</groupId>
37-
<artifactId>shardingsphere-opengauss-protocol</artifactId>
37+
<artifactId>shardingsphere-protocol-opengauss</artifactId>
3838
<version>${project.version}</version>
3939
</dependency>
4040
<dependency>

0 commit comments

Comments
 (0)