You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/10/05 23:17:02 UTC

[shardingsphere] branch master updated: Rename standalone mode's sub modules (#21352)

This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang 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 c25bcfbfdd9 Rename standalone mode's sub modules (#21352)
c25bcfbfdd9 is described below

commit c25bcfbfdd98853595a2d2cae1163fa0f7d2084e
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Thu Oct 6 07:16:43 2022 +0800

    Rename standalone mode's sub modules (#21352)
---
 .../standalone/{shardingsphere-standalone-mode-core => core}/pom.xml  | 0
 .../mode/manager/standalone/StandaloneContextManagerBuilder.java      | 0
 .../manager/standalone/subscriber/ProcessStandaloneSubscriber.java    | 0
 .../standalone/workerid/generator/StandaloneWorkerIdGenerator.java    | 0
 .../yaml/StandaloneYamlPersistRepositoryConfigurationSwapper.java     | 0
 ...yaml.config.swapper.mode.YamlPersistRepositoryConfigurationSwapper | 0
 .../org.apache.shardingsphere.mode.manager.ContextManagerBuilder      | 0
 .../manager/standalone/StandaloneContextManagerBuilderTextTest.java   | 0
 .../manager/standalone/StandalonePersistRepositoryFactoryTest.java    | 0
 .../StandaloneYamlPersistRepositoryConfigurationSwapperTest.java      | 0
 .../standalone/fixture/StandalonePersistRepositoryFixture.java        | 0
 .../manager/standalone/process/ProcessStandaloneSubscriberTest.java   | 0
 .../workerid/generator/StandaloneWorkerIdGeneratorTest.java           | 0
 ...rdingsphere.mode.repository.standalone.StandalonePersistRepository | 0
 .../src/test/resources/logback-test.xml                               | 0
 mode/type/standalone/pom.xml                                          | 4 ++--
 .../api}/pom.xml                                                      | 0
 .../mode/repository/standalone/StandalonePersistRepository.java       | 0
 .../standalone/StandalonePersistRepositoryConfiguration.java          | 0
 .../repository/standalone/StandalonePersistRepositoryFactory.java     | 0
 .../{shardingsphere-standalone-mode-repository => repository}/pom.xml | 4 ++--
 .../provider/jdbc/core}/pom.xml                                       | 0
 .../mode/repository/standalone/jdbc/JDBCRepository.java               | 0
 .../repository/standalone/jdbc/props/JDBCRepositoryProperties.java    | 0
 .../repository/standalone/jdbc/props/JDBCRepositoryPropertyKey.java   | 0
 .../repository/standalone/jdbc/provider/JDBCRepositoryProvider.java   | 0
 .../standalone/jdbc/provider/JDBCRepositoryProviderFactory.java       | 0
 ...rdingsphere.mode.repository.standalone.StandalonePersistRepository | 0
 .../mode/repository/standalone/jdbc/JDBCRepositoryTest.java           | 0
 .../standalone/jdbc/fixture/JDBCRepositoryProviderFixture.java        | 0
 .../standalone/jdbc/provider/JDBCRepositoryProviderFactoryTest.java   | 0
 ...re.mode.repository.standalone.jdbc.provider.JDBCRepositoryProvider | 0
 .../provider/jdbc/h2}/pom.xml                                         | 0
 .../mode/repository/standalone/h2/H2JDBCRepositoryProvider.java       | 0
 ...re.mode.repository.standalone.jdbc.provider.JDBCRepositoryProvider | 0
 .../mode/repository/standalone/h2/H2JDBCRepositoryTest.java           | 0
 .../provider/jdbc}/pom.xml                                            | 4 ++--
 .../provider}/pom.xml                                                 | 2 +-
 38 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/mode/type/standalone/shardingsphere-standalone-mode-core/pom.xml b/mode/type/standalone/core/pom.xml
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-core/pom.xml
rename to mode/type/standalone/core/pom.xml
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/StandaloneContextManagerBuilder.java b/mode/type/standalone/core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/StandaloneContextManagerBuilder.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/StandaloneContextManagerBuilder.java
rename to mode/type/standalone/core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/StandaloneContextManagerBuilder.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/subscriber/ProcessStandaloneSubscriber.java b/mode/type/standalone/core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/subscriber/ProcessStandaloneSubscriber.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/subscriber/ProcessStandaloneSubscriber.java
rename to mode/type/standalone/core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/subscriber/ProcessStandaloneSubscriber.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/workerid/generator/StandaloneWorkerIdGenerator.java b/mode/type/standalone/core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/workerid/generator/StandaloneWorkerIdGenerator.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/workerid/generator/StandaloneWorkerIdGenerator.java
rename to mode/type/standalone/core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/workerid/generator/StandaloneWorkerIdGenerator.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/yaml/StandaloneYamlPersistRepositoryConfigurationSwapper.java b/mode/type/standalone/core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/yaml/StandaloneYamlPersistRepositoryConfigurationSwapper.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/yaml/StandaloneYamlPersistRepositoryConfigurationSwapper.java
rename to mode/type/standalone/core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/yaml/StandaloneYamlPersistRepositoryConfigurationSwapper.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-core/src/main/resources/META-INF/services/org.apache.shardingsphere.infra.yaml.config.swapper.mode.YamlPersistRepositoryConfigurationSwapper b/mode/type/standalone/core/src/main/resources/META-INF/services/org.apache.shardingsphere.infra.yaml.config.swapper.mode.YamlPersistRepositoryConfigurationSwapper
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-core/src/main/resources/META-INF/services/org.apache.shardingsphere.infra.yaml.config.swapper.mode.YamlPersistRepositoryConfigurationSwapper
rename to mode/type/standalone/core/src/main/resources/META-INF/services/org.apache.shardingsphere.infra.yaml.config.swapper.mode.YamlPersistRepositoryConfigurationSwapper
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-core/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.manager.ContextManagerBuilder b/mode/type/standalone/core/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.manager.ContextManagerBuilder
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-core/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.manager.ContextManagerBuilder
rename to mode/type/standalone/core/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.manager.ContextManagerBuilder
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/StandaloneContextManagerBuilderTextTest.java b/mode/type/standalone/core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/StandaloneContextManagerBuilderTextTest.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/StandaloneContextManagerBuilderTextTest.java
rename to mode/type/standalone/core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/StandaloneContextManagerBuilderTextTest.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/StandalonePersistRepositoryFactoryTest.java b/mode/type/standalone/core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/StandalonePersistRepositoryFactoryTest.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/StandalonePersistRepositoryFactoryTest.java
rename to mode/type/standalone/core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/StandalonePersistRepositoryFactoryTest.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/StandaloneYamlPersistRepositoryConfigurationSwapperTest.java b/mode/type/standalone/core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/StandaloneYamlPersistRepositoryConfigurationSwapperTest.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/StandaloneYamlPersistRepositoryConfigurationSwapperTest.java
rename to mode/type/standalone/core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/StandaloneYamlPersistRepositoryConfigurationSwapperTest.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/fixture/StandalonePersistRepositoryFixture.java b/mode/type/standalone/core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/fixture/StandalonePersistRepositoryFixture.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/fixture/StandalonePersistRepositoryFixture.java
rename to mode/type/standalone/core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/fixture/StandalonePersistRepositoryFixture.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/process/ProcessStandaloneSubscriberTest.java b/mode/type/standalone/core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/process/ProcessStandaloneSubscriberTest.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/process/ProcessStandaloneSubscriberTest.java
rename to mode/type/standalone/core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/process/ProcessStandaloneSubscriberTest.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/workerid/generator/StandaloneWorkerIdGeneratorTest.java b/mode/type/standalone/core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/workerid/generator/StandaloneWorkerIdGeneratorTest.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/workerid/generator/StandaloneWorkerIdGeneratorTest.java
rename to mode/type/standalone/core/src/test/java/org/apache/shardingsphere/mode/manager/standalone/workerid/generator/StandaloneWorkerIdGeneratorTest.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-core/src/test/resources/META-INF/services/org.apache.shardingsphere.mode.repository.standalone.StandalonePersistRepository b/mode/type/standalone/core/src/test/resources/META-INF/services/org.apache.shardingsphere.mode.repository.standalone.StandalonePersistRepository
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-core/src/test/resources/META-INF/services/org.apache.shardingsphere.mode.repository.standalone.StandalonePersistRepository
rename to mode/type/standalone/core/src/test/resources/META-INF/services/org.apache.shardingsphere.mode.repository.standalone.StandalonePersistRepository
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-core/src/test/resources/logback-test.xml b/mode/type/standalone/core/src/test/resources/logback-test.xml
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-core/src/test/resources/logback-test.xml
rename to mode/type/standalone/core/src/test/resources/logback-test.xml
diff --git a/mode/type/standalone/pom.xml b/mode/type/standalone/pom.xml
index f854a6f5bc4..b5723ccda8a 100644
--- a/mode/type/standalone/pom.xml
+++ b/mode/type/standalone/pom.xml
@@ -29,7 +29,7 @@
     <name>${project.artifactId}</name>
     
     <modules>
-        <module>shardingsphere-standalone-mode-core</module>
-        <module>shardingsphere-standalone-mode-repository</module>
+        <module>core</module>
+        <module>repository</module>
     </modules>
 </project>
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-api/pom.xml b/mode/type/standalone/repository/api/pom.xml
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-api/pom.xml
rename to mode/type/standalone/repository/api/pom.xml
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-api/src/main/java/org/apache/shardingsphere/mode/repository/standalone/StandalonePersistRepository.java b/mode/type/standalone/repository/api/src/main/java/org/apache/shardingsphere/mode/repository/standalone/StandalonePersistRepository.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-api/src/main/java/org/apache/shardingsphere/mode/repository/standalone/StandalonePersistRepository.java
rename to mode/type/standalone/repository/api/src/main/java/org/apache/shardingsphere/mode/repository/standalone/StandalonePersistRepository.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-api/src/main/java/org/apache/shardingsphere/mode/repository/standalone/StandalonePersistRepositoryConfiguration.java b/mode/type/standalone/repository/api/src/main/java/org/apache/shardingsphere/mode/repository/standalone/StandalonePersistRepositoryConfiguration.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-api/src/main/java/org/apache/shardingsphere/mode/repository/standalone/StandalonePersistRepositoryConfiguration.java
rename to mode/type/standalone/repository/api/src/main/java/org/apache/shardingsphere/mode/repository/standalone/StandalonePersistRepositoryConfiguration.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-api/src/main/java/org/apache/shardingsphere/mode/repository/standalone/StandalonePersistRepositoryFactory.java b/mode/type/standalone/repository/api/src/main/java/org/apache/shardingsphere/mode/repository/standalone/StandalonePersistRepositoryFactory.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-api/src/main/java/org/apache/shardingsphere/mode/repository/standalone/StandalonePersistRepositoryFactory.java
rename to mode/type/standalone/repository/api/src/main/java/org/apache/shardingsphere/mode/repository/standalone/StandalonePersistRepositoryFactory.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/pom.xml b/mode/type/standalone/repository/pom.xml
similarity index 90%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/pom.xml
rename to mode/type/standalone/repository/pom.xml
index b2fb1f594b1..bf7b2aadc70 100644
--- a/mode/type/standalone/shardingsphere-standalone-mode-repository/pom.xml
+++ b/mode/type/standalone/repository/pom.xml
@@ -29,7 +29,7 @@
     <name>${project.artifactId}</name>
     
     <modules>
-        <module>shardingsphere-standalone-mode-repository-api</module>
-        <module>shardingsphere-standalone-mode-repository-provider</module>
+        <module>api</module>
+        <module>provider</module>
     </modules>
 </project>
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/pom.xml b/mode/type/standalone/repository/provider/jdbc/core/pom.xml
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/pom.xml
rename to mode/type/standalone/repository/provider/jdbc/core/pom.xml
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/JDBCRepository.java b/mode/type/standalone/repository/provider/jdbc/core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/JDBCRepository.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/JDBCRepository.java
rename to mode/type/standalone/repository/provider/jdbc/core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/JDBCRepository.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/props/JDBCRepositoryProperties.java b/mode/type/standalone/repository/provider/jdbc/core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/props/JDBCRepositoryProperties.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/props/JDBCRepositoryProperties.java
rename to mode/type/standalone/repository/provider/jdbc/core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/props/JDBCRepositoryProperties.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/props/JDBCRepositoryPropertyKey.java b/mode/type/standalone/repository/provider/jdbc/core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/props/JDBCRepositoryPropertyKey.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/props/JDBCRepositoryPropertyKey.java
rename to mode/type/standalone/repository/provider/jdbc/core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/props/JDBCRepositoryPropertyKey.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/provider/JDBCRepositoryProvider.java b/mode/type/standalone/repository/provider/jdbc/core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/provider/JDBCRepositoryProvider.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/provider/JDBCRepositoryProvider.java
rename to mode/type/standalone/repository/provider/jdbc/core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/provider/JDBCRepositoryProvider.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/provider/JDBCRepositoryProviderFactory.java b/mode/type/standalone/repository/provider/jdbc/core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/provider/JDBCRepositoryPro [...]
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/provider/JDBCRepositoryProviderFactory.java
rename to mode/type/standalone/repository/provider/jdbc/core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/provider/JDBCRepositoryProviderFactory.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.repository.standalone.StandalonePersistRepository b/mode/type/standalone/repository/provider/jdbc/core/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.repository.standalone.Standa [...]
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.repository.standalone.StandalonePersistRepository
rename to mode/type/standalone/repository/provider/jdbc/core/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.repository.standalone.StandalonePersistRepository
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/test/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/JDBCRepositoryTest.java b/mode/type/standalone/repository/provider/jdbc/core/src/test/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/JDBCRepositoryTest.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/test/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/JDBCRepositoryTest.java
rename to mode/type/standalone/repository/provider/jdbc/core/src/test/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/JDBCRepositoryTest.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/test/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/fixture/JDBCRepositoryProviderFixture.java b/mode/type/standalone/repository/provider/jdbc/core/src/test/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/fixture/JDBCRepositoryProvi [...]
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/test/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/fixture/JDBCRepositoryProviderFixture.java
rename to mode/type/standalone/repository/provider/jdbc/core/src/test/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/fixture/JDBCRepositoryProviderFixture.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/test/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/provider/JDBCRepositoryProviderFactoryTest.java b/mode/type/standalone/repository/provider/jdbc/core/src/test/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/provider/JDBCRepositor [...]
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/test/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/provider/JDBCRepositoryProviderFactoryTest.java
rename to mode/type/standalone/repository/provider/jdbc/core/src/test/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/provider/JDBCRepositoryProviderFactoryTest.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/test/resources/META-INF/services/org.apache.shardingsphere.mode.repository.standalone.jdbc.provider.JDBCRepositoryProvider b/mode/type/standalone/repository/provider/jdbc/core/src/test/resources/META-INF/services/org.apache.shardingsphere.mode.repository.standalo [...]
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-core/src/test/resources/META-INF/services/org.apache.shardingsphere.mode.repository.standalone.jdbc.provider.JDBCRepositoryProvider
rename to mode/type/standalone/repository/provider/jdbc/core/src/test/resources/META-INF/services/org.apache.shardingsphere.mode.repository.standalone.jdbc.provider.JDBCRepositoryProvider
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-h2/pom.xml b/mode/type/standalone/repository/provider/jdbc/h2/pom.xml
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-h2/pom.xml
rename to mode/type/standalone/repository/provider/jdbc/h2/pom.xml
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-h2/src/main/java/org/apache/shardingsphere/mode/repository/standalone/h2/H2JDBCRepositoryProvider.java b/mode/type/standalone/repository/provider/jdbc/h2/src/main/java/org/apache/shardingsphere/mode/repository/standalone/h2/H2JDBCRepositoryProvider.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-h2/src/main/java/org/apache/shardingsphere/mode/repository/standalone/h2/H2JDBCRepositoryProvider.java
rename to mode/type/standalone/repository/provider/jdbc/h2/src/main/java/org/apache/shardingsphere/mode/repository/standalone/h2/H2JDBCRepositoryProvider.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-h2/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.repository.standalone.jdbc.provider.JDBCRepositoryProvider b/mode/type/standalone/repository/provider/jdbc/h2/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.repository.standalone.j [...]
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-h2/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.repository.standalone.jdbc.provider.JDBCRepositoryProvider
rename to mode/type/standalone/repository/provider/jdbc/h2/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.repository.standalone.jdbc.provider.JDBCRepositoryProvider
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-h2/src/test/java/org/apache/shardingsphere/mode/repository/standalone/h2/H2JDBCRepositoryTest.java b/mode/type/standalone/repository/provider/jdbc/h2/src/test/java/org/apache/shardingsphere/mode/repository/standalone/h2/H2JDBCRepositoryTest.java
similarity index 100%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/shardingsphere-standalone-mode-repository-jdbc-h2/src/test/java/org/apache/shardingsphere/mode/repository/standalone/h2/H2JDBCRepositoryTest.java
rename to mode/type/standalone/repository/provider/jdbc/h2/src/test/java/org/apache/shardingsphere/mode/repository/standalone/h2/H2JDBCRepositoryTest.java
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/pom.xml b/mode/type/standalone/repository/provider/jdbc/pom.xml
similarity index 90%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/pom.xml
rename to mode/type/standalone/repository/provider/jdbc/pom.xml
index 4d8d6c4be3a..33b4fb478de 100644
--- a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-jdbc/pom.xml
+++ b/mode/type/standalone/repository/provider/jdbc/pom.xml
@@ -28,7 +28,7 @@
     <packaging>pom</packaging>
     
     <modules>
-        <module>shardingsphere-standalone-mode-repository-jdbc-core</module>
-        <module>shardingsphere-standalone-mode-repository-jdbc-h2</module>
+        <module>core</module>
+        <module>h2</module>
     </modules>
 </project>
diff --git a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/pom.xml b/mode/type/standalone/repository/provider/pom.xml
similarity index 95%
rename from mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/pom.xml
rename to mode/type/standalone/repository/provider/pom.xml
index 9dbcd83a4b5..6b1e33248c2 100644
--- a/mode/type/standalone/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/pom.xml
+++ b/mode/type/standalone/repository/provider/pom.xml
@@ -29,6 +29,6 @@
     <name>${project.artifactId}</name>
     
     <modules>
-        <module>shardingsphere-standalone-mode-repository-jdbc</module>
+        <module>jdbc</module>
     </modules>
 </project>