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 05:59:55 UTC

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

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 b49a85b  Adjust param seq for GovernanceShardingSphereDataSourceFactory's constructor (#11816)
     add 5d9666c  Move AutoCloseable from RegistryCenter to ShardingSphereMode (#11817)

No new revisions were added by this update.

Summary of changes:
 .../shardingsphere/governance/core/mode/ClusterMode.java     |  5 +++++
 .../governance/core/registry/RegistryCenter.java             |  7 +------
 .../apache/shardingsphere/infra/mode/ShardingSphereMode.java |  2 +-
 .../shardingsphere/infra/mode/impl/memory/MemoryMode.java    |  4 ++++
 .../infra/mode/impl/standalone/StandaloneMode.java           |  5 +++++
 .../datasource/GovernanceShardingSphereDataSource.java       | 12 ++++++------
 6 files changed, 22 insertions(+), 13 deletions(-)