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/09/09 04:52:13 UTC

[shardingsphere] branch master updated (bf1c2a1 -> f2b383b)

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 bf1c2a1  Merge pull request #7320 from kimmking/dev
     add f2b383b  Refactor config center node (#7344)

No new revisions were added by this update.

Summary of changes:
 .../governance/core/config/ConfigCenter.java       |  12 +--
 .../governance/core/config/ConfigCenterNode.java   |  34 ++++---
 .../config/listener/SchemaChangedListener.java     |   2 +-
 .../core/config/ConfigCenterNodeTest.java          |  27 ++---
 .../governance/core/config/ConfigCenterTest.java   | 110 ++++++++++-----------
 .../config/listener/SchemaChangedListenerTest.java |  78 +++++++--------
 .../GovernanceSpringBootRegistryEncryptTest.java   |   8 +-
 ...overnanceSpringBootRegistryMasterSlaveTest.java |   8 +-
 .../GovernanceSpringBootRegistryShardingTest.java  |   8 +-
 9 files changed, 151 insertions(+), 136 deletions(-)