You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/09/15 11:59:55 UTC

[dubbo] branch 3.0 updated (6ddb26a -> e4bd941)

This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


    from 6ddb26a  Add unit test for Base[Service/Application]MetadataIdentifier (#8767)
     add e4bd941  Refactor AbstractRegistryFactory (exact static field) (#8808)

No new revisions were added by this update.

Summary of changes:
 .../rpc/model/FrameworkServiceRepository.java      |   8 +
 .../org/apache/dubbo/config/ServiceConfig.java     |  14 +-
 .../bootstrap/DefaultApplicationDeployer.java      |  11 +-
 .../dubbo/config/bootstrap/DubboBootstrap.java     |   2 -
 ...RegistryCenterDubboProtocolIntegrationTest.java |  26 +--
 .../dubbo/qos/command/util/ServiceCheckUtils.java  |   8 +-
 .../registry/RegistryScopeModelInitializer.java    |   2 +
 .../registry/client/ServiceDiscoveryRegistry.java  |   7 +-
 .../metadata/ServiceInstanceMetadataUtils.java     |  13 +-
 .../registry/status/RegistryStatusChecker.java     |  12 +-
 .../dubbo/registry/support/AbstractRegistry.java   |   4 +-
 .../registry/support/AbstractRegistryFactory.java  | 169 ++----------------
 .../dubbo/registry/support/RegistryManager.java    | 197 +++++++++++++++++++++
 .../support/AbstractRegistryFactoryTest.java       |  92 ++++++----
 .../registry/zookeeper/ZookeeperRegistryTest.java  |   3 +-
 .../endpoint/metadata/DubboShutdownMetadata.java   |   8 +-
 16 files changed, 337 insertions(+), 239 deletions(-)
 create mode 100644 dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/support/RegistryManager.java