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/08/21 09:48:58 UTC

[shardingsphere] branch master updated (d50cda6 -> b30bb15)

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 d50cda6  Fix path delimiter error for parser test (#6980)
     add b30bb15  Scaling refactor (#6951)

No new revisions were added by this update.

Summary of changes:
 .../core/config/JDBCDataSourceConfiguration.java   |  7 ++--
 .../core/utils/ConfigurationYamlConverter.java     | 12 +++---
 .../config/JDBCDataSourceConfigurationTest.java    | 45 ++++++++++++++++++++++
 3 files changed, 54 insertions(+), 10 deletions(-)
 create mode 100644 shardingsphere-scaling/shardingsphere-scaling-core/src/test/java/org/apache/shardingsphere/scaling/core/config/JDBCDataSourceConfigurationTest.java