You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2021/08/06 07:00:13 UTC

[shardingsphere] branch master updated (cf3e166 -> b75ebf6)

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

menghaoran pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from cf3e166  Shadow core reconstruction (#11676)
     add b75ebf6  Use SPI to introduce governance rule for proxy (#11668)

No new revisions were added by this update.

Summary of changes:
 .../shardingsphere-proxy/sharding/conf/server.yaml | 13 ++++----
 .../src/main/resources/conf/server.yaml            | 23 ++++++-------
 .../src/main/resources/conf/server.yaml            | 23 ++++++-------
 .../src/main/resources/conf/server.yaml            | 24 +++++++-------
 .../metadata/GovernanceMetaDataContexts.java       |  4 +--
 .../governance/core/constant/GovernanceOrder.java  | 12 +++----
 .../core/rule/builder/GovernanceRuleBuilder.java   | 24 +++++++-------
 .../yaml/pojo/YamlGovernanceConfiguration.java     | 10 ++++--
 .../GovernanceConfigurationYamlSwapper.java        | 23 +++++++++++--
 ...here.infra.rule.builder.scope.GlobalRuleBuilder |  2 +-
 ...aml.config.swapper.YamlRuleConfigurationSwapper |  2 +-
 .../api/config/GovernanceConfiguration.java        |  3 +-
 .../authority/rule/AuthorityRule.java              |  2 +-
 .../PreConditionRuleConfiguration.java}            |  6 ++--
 .../rule/builder/ShardingSphereRulesBuilder.java   |  7 ++--
 .../DistMetaDataPersistRuleConfiguration.java      |  3 +-
 .../org/apache/shardingsphere/proxy/Bootstrap.java | 38 +++++++++++++---------
 .../impl/AbstractBootstrapInitializer.java         | 23 +++++++++----
 .../impl/GovernanceBootstrapInitializer.java       | 16 ++++++---
 .../impl/StandardBootstrapInitializer.java         | 11 ++++---
 .../src/main/resources/conf/server.yaml            | 24 +++++++-------
 .../impl/GovernanceBootstrapInitializerTest.java   |  3 +-
 .../impl/StandardBootstrapInitializerTest.java     |  3 +-
 .../src/test/resources/conf/local/server.yaml      | 24 +++++++-------
 .../src/test/resources/conf/reg_center/server.yaml | 24 +++++++-------
 .../proxy/config/ProxyConfigurationLoader.java     |  9 +++--
 .../config/yaml/YamlProxyServerConfiguration.java  |  3 --
 .../proxy/config/ProxyConfigurationLoaderTest.java |  7 +++-
 .../src/test/resources/conf/server.yaml            | 14 ++++----
 .../resources/docker/db/h2/proxy/conf/server.yaml  | 24 +++++++-------
 .../docker/db/mysql/proxy/conf/server.yaml         | 24 +++++++-------
 .../docker/db/postgresql/proxy/conf/server.yaml    | 24 +++++++-------
 .../h2/proxy/conf/server.yaml                      | 24 +++++++-------
 .../mysql/proxy/conf/server.yaml                   | 24 +++++++-------
 .../postgresql/proxy/conf/server.yaml              | 24 +++++++-------
 .../h2/proxy/conf/server.yaml                      | 24 +++++++-------
 .../mysql/proxy/conf/server.yaml                   | 24 +++++++-------
 .../postgresql/proxy/conf/server.yaml              | 24 +++++++-------
 .../docker/encrypt/h2/proxy/conf/server.yaml       | 24 +++++++-------
 .../docker/encrypt/mysql/proxy/conf/server.yaml    | 24 +++++++-------
 .../encrypt/postgresql/proxy/conf/server.yaml      | 24 +++++++-------
 .../readwrite_splitting/h2/proxy/conf/server.yaml  | 24 +++++++-------
 .../mysql/proxy/conf/server.yaml                   | 24 +++++++-------
 .../postgresql/proxy/conf/server.yaml              | 24 +++++++-------
 .../sharding_governance/h2/proxy/conf/server.yaml  | 24 +++++++-------
 .../mysql/proxy/conf/server.yaml                   | 24 +++++++-------
 .../postgresql/proxy/conf/server.yaml              | 24 +++++++-------
 .../resources/docker/tbl/h2/proxy/conf/server.yaml | 24 +++++++-------
 .../docker/tbl/mysql/proxy/conf/server.yaml        | 24 +++++++-------
 .../docker/tbl/postgresql/proxy/conf/server.yaml   | 24 +++++++-------
 50 files changed, 472 insertions(+), 412 deletions(-)
 copy shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-core/src/main/java/org/apache/shardingsphere/encrypt/constant/EncryptOrder.java => shardingsphere-governance/shardingsphere-governance-core/src/main/java/org/apache/shardingsphere/governance/core/constant/GovernanceOrder.java (80%)
 copy shardingsphere-infra/shardingsphere-infra-authority/shardingsphere-infra-authority-common/src/main/java/org/apache/shardingsphere/authority/rule/builder/AuthorityRuleBuilder.java => shardingsphere-governance/shardingsphere-governance-core/src/main/java/org/apache/shardingsphere/governance/core/rule/builder/GovernanceRuleBuilder.java (56%)
 copy {shardingsphere-infra/shardingsphere-infra-authority/shardingsphere-infra-authority-common => shardingsphere-governance/shardingsphere-governance-core}/src/main/resources/META-INF/services/org.apache.shardingsphere.infra.rule.builder.scope.GlobalRuleBuilder (91%)
 copy {shardingsphere-infra/shardingsphere-infra-authority/shardingsphere-infra-authority-common => shardingsphere-governance/shardingsphere-governance-core}/src/main/resources/META-INF/services/org.apache.shardingsphere.infra.yaml.config.swapper.YamlRuleConfigurationSwapper (89%)
 copy shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/config/{scope/SchemaRuleConfiguration.java => condition/PreConditionRuleConfiguration.java} (83%)