This is an automated email from the ASF dual-hosted git repository.
wuweijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from 745eb37 optimize the code (#12141)
add 0d7c122 Rename shardingsphere-kernel-authority to
shardingsphere-authority (#12142)
No new revisions were added by this update.
Summary of changes:
.../shardingsphere-infra-context/pom.xml | 2 +-
.../shardingsphere-jdbc-core/pom.xml | 2 +-
shardingsphere-kernel/pom.xml | 2 +-
.../pom.xml | 6 ++--
.../shardingsphere-authority-api}/pom.xml | 4 +--
.../api/config/AuthorityRuleConfiguration.java | 0
.../authority/model/AccessSubject.java | 0
.../authority/model/PrivilegeType.java | 0
.../authority/model/ShardingSpherePrivileges.java | 0
.../authority/spi/AuthorityProvideAlgorithm.java | 0
.../shardingsphere-authority-common}/pom.xml | 6 ++--
.../authority/checker/AuthorityChecker.java | 0
.../authority/constant/AuthorityOrder.java | 0
.../natived/NativeAuthorityProviderAlgorithm.java | 0
.../natived/builder/StoragePrivilegeBuilder.java | 0
.../natived/builder/StoragePrivilegeHandler.java | 0
.../natived/builder/StoragePrivilegeMerger.java | 0
.../builder/dialect/MySQLPrivilegeHandler.java | 0
.../builder/dialect/OraclePrivilegeHandler.java | 0
.../dialect/PostgreSQLPrivilegeHandler.java | 0
.../builder/dialect/SQLServerPrivilegeHandler.java | 0
.../natived/model/privilege/NativePrivileges.java | 0
.../privilege/admin/AdministrativePrivileges.java | 0
.../privilege/database/DatabasePrivileges.java | 0
.../model/privilege/database/SchemaPrivileges.java | 0
.../model/privilege/database/TablePrivileges.java | 0
.../natived/model/subject/SchemaAccessSubject.java | 0
.../natived/model/subject/TableAccessSubject.java | 0
...vilegesPermittedAuthorityProviderAlgorithm.java | 0
.../schema/builder/SchemaPrivilegeBuilder.java | 0
...rivilegesPermittedShardingSpherePrivileges.java | 0
...vilegesPermittedAuthorityProviderAlgorithm.java | 0
.../authority/rule/AuthorityRule.java | 0
.../rule/builder/AuthorityRuleBuilder.java | 0
.../DefaultAuthorityRuleConfigurationBuilder.java | 0
.../authority/rule/builder/DefaultUser.java | 0
.../config/YamlAuthorityRuleConfiguration.java | 0
.../AuthorityRuleConfigurationYamlSwapper.java | 0
...rovider.natived.builder.StoragePrivilegeHandler | 0
...gsphere.authority.spi.AuthorityProvideAlgorithm | 0
....shardingsphere.infra.executor.check.SQLChecker | 0
...der.level.DefaultKernelRuleConfigurationBuilder | 0
...here.infra.rule.builder.scope.GlobalRuleBuilder | 0
...aml.config.swapper.YamlRuleConfigurationSwapper | 0
.../authority/checker/AuthorityCheckerTest.java | 0
.../authority/merge/PrivilegeMergeTest.java | 0
.../NativeAuthorityProviderAlgorithmTest.java | 0
.../builder/StoragePrivilegeBuilderTest.java | 0
.../builder/dialect/MySQLPrivilegeHandlerTest.java | 0
.../dialect/OraclePrivilegeHandlerTest.java | 0
.../dialect/PostgreSQLPrivilegeHandlerTest.java | 0
.../dialect/SQLServerPrivilegeHandlerTest.java | 0
.../simple/AllPrivilegesProviderAlgorithmTest.java | 0
...gesPermittedAuthorityProviderAlgorithmTest.java | 0
.../shardingsphere-kernel-authority-api/pom.xml | 38 ----------------------
.../shardingsphere-cluster-mode-core/pom.xml | 2 +-
.../shardingsphere-proxy-backend/pom.xml | 2 +-
.../shardingsphere-proxy-common/pom.xml | 2 +-
58 files changed, 14 insertions(+), 52 deletions(-)
rename shardingsphere-kernel/{shardingsphere-kernel-authority =>
shardingsphere-authority}/pom.xml (88%)
copy
{shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-api =>
shardingsphere-kernel/shardingsphere-authority/shardingsphere-authority-api}/pom.xml
(93%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-api
=>
shardingsphere-authority/shardingsphere-authority-api}/src/main/java/org/apache/shardingsphere/authority/api/config/AuthorityRuleConfiguration.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-api
=>
shardingsphere-authority/shardingsphere-authority-api}/src/main/java/org/apache/shardingsphere/authority/model/AccessSubject.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-api
=>
shardingsphere-authority/shardingsphere-authority-api}/src/main/java/org/apache/shardingsphere/authority/model/PrivilegeType.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-api
=>
shardingsphere-authority/shardingsphere-authority-api}/src/main/java/org/apache/shardingsphere/authority/model/ShardingSpherePrivileges.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-api
=>
shardingsphere-authority/shardingsphere-authority-api}/src/main/java/org/apache/shardingsphere/authority/spi/AuthorityProvideAlgorithm.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=> shardingsphere-authority/shardingsphere-authority-common}/pom.xml (89%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/checker/AuthorityChecker.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/constant/AuthorityOrder.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/natived/NativeAuthorityProviderAlgorithm.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/natived/builder/StoragePrivilegeBuilder.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/natived/builder/StoragePrivilegeHandler.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/natived/builder/StoragePrivilegeMerger.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/natived/builder/dialect/MySQLPrivilegeHandler.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/natived/builder/dialect/OraclePrivilegeHandler.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/natived/builder/dialect/PostgreSQLPrivilegeHandler.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/natived/builder/dialect/SQLServerPrivilegeHandler.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/natived/model/privilege/NativePrivileges.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/natived/model/privilege/admin/AdministrativePrivileges.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/natived/model/privilege/database/DatabasePrivileges.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/natived/model/privilege/database/SchemaPrivileges.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/natived/model/privilege/database/TablePrivileges.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/natived/model/subject/SchemaAccessSubject.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/natived/model/subject/TableAccessSubject.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/schema/SchemaPrivilegesPermittedAuthorityProviderAlgorithm.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/schema/builder/SchemaPrivilegeBuilder.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/schema/model/privilege/SchemaPrivilegesPermittedShardingSpherePrivileges.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/provider/simple/AllPrivilegesPermittedAuthorityProviderAlgorithm.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/rule/AuthorityRule.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/rule/builder/AuthorityRuleBuilder.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/rule/builder/DefaultAuthorityRuleConfigurationBuilder.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/rule/builder/DefaultUser.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/yaml/config/YamlAuthorityRuleConfiguration.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/java/org/apache/shardingsphere/authority/yaml/swapper/AuthorityRuleConfigurationYamlSwapper.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/resources/META-INF/services/org.apache.shardingsphere.authority.provider.natived.builder.StoragePrivilegeHandler
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/resources/META-INF/services/org.apache.shardingsphere.authority.spi.AuthorityProvideAlgorithm
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/resources/META-INF/services/org.apache.shardingsphere.infra.executor.check.SQLChecker
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/resources/META-INF/services/org.apache.shardingsphere.infra.rule.builder.level.DefaultKernelRuleConfigurationBuilder
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/resources/META-INF/services/org.apache.shardingsphere.infra.rule.builder.scope.GlobalRuleBuilder
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/main/resources/META-INF/services/org.apache.shardingsphere.infra.yaml.config.swapper.YamlRuleConfigurationSwapper
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/test/java/org/apache/shardingsphere/authority/checker/AuthorityCheckerTest.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/test/java/org/apache/shardingsphere/authority/merge/PrivilegeMergeTest.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/test/java/org/apache/shardingsphere/authority/provider/natived/NativeAuthorityProviderAlgorithmTest.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/test/java/org/apache/shardingsphere/authority/provider/natived/builder/StoragePrivilegeBuilderTest.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/test/java/org/apache/shardingsphere/authority/provider/natived/builder/dialect/MySQLPrivilegeHandlerTest.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/test/java/org/apache/shardingsphere/authority/provider/natived/builder/dialect/OraclePrivilegeHandlerTest.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/test/java/org/apache/shardingsphere/authority/provider/natived/builder/dialect/PostgreSQLPrivilegeHandlerTest.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/test/java/org/apache/shardingsphere/authority/provider/natived/builder/dialect/SQLServerPrivilegeHandlerTest.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/test/java/org/apache/shardingsphere/authority/provider/simple/AllPrivilegesProviderAlgorithmTest.java
(100%)
rename
shardingsphere-kernel/{shardingsphere-kernel-authority/shardingsphere-kernel-authority-common
=>
shardingsphere-authority/shardingsphere-authority-common}/src/test/java/org/apache/shardingsphere/authority/provider/simple/SchemaPrivilegesPermittedAuthorityProviderAlgorithmTest.java
(100%)
delete mode 100644
shardingsphere-kernel/shardingsphere-kernel-authority/shardingsphere-kernel-authority-api/pom.xml