This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch 3.0-metadata-refactor
in repository https://gitbox.apache.org/repos/asf/dubbo.git.
from dfc4d74 fix uts
new cda07b6 fix metadata report and cache
new 2b89e08 fix deployer sequence
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/dubbo/common/cache/FileCacheStore.java | 9 +++---
.../dubbo/common/config/ConfigurationUtils.java | 2 +-
.../dubbo/common/deploy/ApplicationDeployer.java | 5 ++++
.../org/apache/dubbo/config/ServiceConfig.java | 3 +-
.../config/deploy/DefaultApplicationDeployer.java | 5 +---
.../dubbo/config/deploy/DefaultModuleDeployer.java | 6 ++--
.../config/metadata/ExporterDeployListener.java | 8 ++++-
.../src/main/resources/spring/dubbo-consumer.xml | 2 +-
.../src/main/resources/spring/dubbo-provider.xml | 8 ++---
.../org/apache/dubbo/metadata/MetadataService.java | 4 +++
.../registry/client/AbstractServiceDiscovery.java | 18 ++++++++----
.../registry/client/metadata/MetadataUtils.java | 2 +-
.../client/metadata/store/MetaCacheManager.java | 9 ++++--
.../ZookeeperServiceDiscoveryFactoryTest.java | 34 ----------------------
14 files changed, 53 insertions(+), 62 deletions(-)
delete mode 100644
dubbo-registry/dubbo-registry-zookeeper/src/test/java/org/apache/dubbo/registry/zookeeper/ZookeeperServiceDiscoveryFactoryTest.java