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 2021/08/14 06:45:06 UTC

[shardingsphere] branch master updated (5d9666c -> d58fbca)

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 5d9666c  Move AutoCloseable from RegistryCenter to ShardingSphereMode (#11817)
     add d58fbca  Use mode configuration for ShardingSphereDataSource (#11818)

No new revisions were added by this update.

Summary of changes:
 .../api/ShardingSphereDataSourceFactory.java       | 78 ++++++++++++++++++++--
 .../yaml/YamlShardingSphereDataSourceFactory.java  | 10 ++-
 .../core/datasource/ShardingSphereDataSource.java  | 17 +++--
 .../driver/jdbc/adapter/WrapperAdapterTest.java    |  4 +-
 .../datasource/ShardingSphereDataSourceTest.java   |  4 +-
 .../UnsupportedOperationDataSourceTest.java        |  4 +-
 .../parser/DataSourceBeanDefinitionParser.java     | 12 ++++
 .../test/mysql/env/config/SourceConfiguration.java |  4 +-
 8 files changed, 113 insertions(+), 20 deletions(-)