You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/11/26 08:36:30 UTC

[shardingsphere] branch master updated (d5485c2 -> 2174379)

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

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


    from d5485c2  Implement global lock monitoring and update instance state (#8358)
     add 2174379  remove common datasource config. (#8355)

No new revisions were added by this update.

Summary of changes:
 .../boot/datasource/DataSourceMapSetter.java       |  17 +--
 .../boot/datasource/DataSourceMapSetterTest.java   |  28 +----
 .../proxy/config/ProxyConfigurationLoader.java     |   3 -
 .../config/yaml/YamlDataSourceParameterMerger.java | 116 ---------------------
 .../config/yaml/YamlProxyRuleConfiguration.java    |   2 -
 .../config/YamlDataSourceParameterMergerTest.java  |  87 ----------------
 .../swapper/YamlProxyConfigurationSwapperTest.java |   6 --
 .../scaling/core/utils/ProxyConfigurationUtil.java |   4 +-
 8 files changed, 6 insertions(+), 257 deletions(-)
 delete mode 100644 shardingsphere-proxy/shardingsphere-proxy-common/src/main/java/org/apache/shardingsphere/proxy/config/yaml/YamlDataSourceParameterMerger.java
 delete mode 100644 shardingsphere-proxy/shardingsphere-proxy-common/src/test/java/org/apache/shardingsphere/proxy/config/YamlDataSourceParameterMergerTest.java