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/07 13:11:03 UTC

[shardingsphere] branch master updated (b62c3cd -> 4146ddd)

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 b62c3cd  Rename ResourceConfiguration to DataSourceParameter (#14614)
     add 4146ddd  Rename YamlDataSourceParameter to YamlResourceConfiguration (#14618)

No new revisions were added by this update.

Summary of changes:
 .../distsql/syntax/rql/resource-query.en.md        | 16 ++++----
 .../resource/ResourceConfigurationConverter.java   | 22 +++++------
 .../config/yaml/YamlProxyRuleConfiguration.java    |  2 +-
 ...rameter.java => YamlResourceConfiguration.java} |  4 +-
 .../swapper/YamlProxyConfigurationSwapper.java     |  2 +-
 .../proxy/config/ProxyConfigurationLoaderTest.java | 16 ++++----
 .../ResourceConfigurationConverterTest.java        | 44 +++++++++++-----------
 .../swapper/YamlProxyConfigurationSwapperTest.java | 36 +++++++++---------
 8 files changed, 71 insertions(+), 71 deletions(-)
 rename shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/java/org/apache/shardingsphere/proxy/config/yaml/{YamlDataSourceParameter.java => YamlResourceConfiguration.java} (92%)