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 2022/01/23 22:48:13 UTC

[shardingsphere] branch master updated (795e72c -> 879d31c)

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 795e72c  Rename ProxyResourceConfiguration to DataSourceConfiguration and move to infra module (#15011)
     add 879d31c  Remove DataSourcePropertiesCreator.create with Map (#15012)

No new revisions were added by this update.

Summary of changes:
 .../props/DataSourcePropertiesCreator.java         | 27 +++++++++++---
 .../props/DataSourcePropertiesCreatorTest.java     | 34 ++++++++++++++----
 .../mode/manager/ContextManager.java               |  3 +-
 .../cluster/ClusterContextManagerBuilder.java      |  7 +++-
 .../StandaloneContextManagerBuilder.java           |  7 +++-
 .../rql/resource/DataSourceQueryResultSet.java     | 16 ++++++---
 .../ProxyDataSourceConfigurationConverter.java     | 41 +++-------------------
 .../swapper/YamlProxyConfigurationSwapper.java     |  2 +-
 .../proxy/initializer/BootstrapInitializer.java    | 16 ++++++---
 .../ProxyDataSourceConfigurationConverterTest.java | 36 +------------------
 10 files changed, 94 insertions(+), 95 deletions(-)