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/05/17 06:56:24 UTC

[shardingsphere] branch master updated (d50907d8c -> 3f7b942)

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 d50907d8c Code format of RegistryCenterRepositoryFactoryTest (#10358)
     add 3f7b942  Add governance.core.yaml.config.wrapper package (#10360)

No new revisions were added by this update.

Summary of changes:
 .../context/authority/listener/PrivilegeNodeChangedListener.java    | 2 +-
 .../governance/context/authority/listener/UserChangedListener.java  | 2 +-
 .../shardingsphere/governance/core/registry/RegistryCenter.java     | 6 +++---
 .../core/registry/listener/impl/DataSourceChangedListener.java      | 2 +-
 .../core/registry/listener/impl/GlobalRuleChangedListener.java      | 2 +-
 .../governance/core/registry/listener/impl/RuleChangedListener.java | 2 +-
 .../core/yaml/config/{ => scaling}/YamlScalingConfiguration.java    | 4 ++--
 .../core/yaml/config/{ => wrapper}/YamlConfigurationConverter.java  | 2 +-
 .../yaml/config/{ => wrapper}/YamlDataSourceConfigurationWrap.java  | 2 +-
 .../core/yaml/config/{ => wrapper}/YamlRuleConfigurationWrap.java   | 2 +-
 .../shardingsphere/governance/core/registry/RegistryCenterTest.java | 2 +-
 .../proxy/config/yaml/YamlProxyServerConfiguration.java             | 2 +-
 .../datasource/ShardingSphereJDBCDataSourceConfiguration.java       | 2 +-
 .../shardingsphere/scaling/core/util/JobConfigurationUtil.java      | 2 +-
 .../org/apache/shardingsphere/scaling/core/util/JDBCUtilTest.java   | 2 +-
 15 files changed, 18 insertions(+), 18 deletions(-)
 rename shardingsphere-governance/shardingsphere-governance-core/src/main/java/org/apache/shardingsphere/governance/core/yaml/config/{ => scaling}/YamlScalingConfiguration.java (91%)
 rename shardingsphere-governance/shardingsphere-governance-core/src/main/java/org/apache/shardingsphere/governance/core/yaml/config/{ => wrapper}/YamlConfigurationConverter.java (98%)
 rename shardingsphere-governance/shardingsphere-governance-core/src/main/java/org/apache/shardingsphere/governance/core/yaml/config/{ => wrapper}/YamlDataSourceConfigurationWrap.java (94%)
 rename shardingsphere-governance/shardingsphere-governance-core/src/main/java/org/apache/shardingsphere/governance/core/yaml/config/{ => wrapper}/YamlRuleConfigurationWrap.java (94%)