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/01/25 10:00:23 UTC

[shardingsphere] branch master updated (fec457b -> 26b7850)

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

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


    from fec457b  MGRDatabaseDiscoveryType add check data source does it exist mgr group. (#15020)
     add 26b7850  Refactor SchemaConfiguration (#15060)

No new revisions were added by this update.

Summary of changes:
 .../config/{ => schema}/SchemaConfiguration.java   | 25 +++++----
 .../DataSourceGeneratedSchemaConfiguration.java    | 58 +++++++++++++++++++++
 .../proxy/config/ProxyConfiguration.java           |  4 +-
 .../swapper/YamlProxyConfigurationSwapper.java     |  6 +--
 .../proxy/initializer/BootstrapInitializer.java    | 25 +++------
 .../swapper/YamlProxyConfigurationSwapperTest.java | 60 +++++++++++-----------
 6 files changed, 116 insertions(+), 62 deletions(-)
 rename shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/config/{ => schema}/SchemaConfiguration.java (66%)
 create mode 100644 shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/config/schema/impl/DataSourceGeneratedSchemaConfiguration.java