You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/08/09 02:40:34 UTC

[dubbo] 04/04: Merge remote-tracking branch 'origin/cloud-native' into cloud-native

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

liujun pushed a commit to branch cloud-native
in repository https://gitbox.apache.org/repos/asf/dubbo.git

commit 05ce0879067ff6010362049aed81b5f3def89c4f
Merge: 2245cf7 4a3f8ab
Author: ken.lj <ke...@gmail.com>
AuthorDate: Fri Aug 9 10:40:02 2019 +0800

    Merge remote-tracking branch 'origin/cloud-native' into cloud-native

 dubbo-all/pom.xml                                  |  2 +-
 .../ConfigurableMetadataServiceExporter.java       |  4 ++
 .../dubbo/metadata/MetadataServiceExporter.java    |  1 +
 .../dubbo/metadata/WritableMetadataService.java    |  9 ++++
 .../store/InMemoryWritableMetadataService.java     | 57 +++++++++++++++++-----
 .../store/RemoteWritableMetadataService.java       | 18 ++++++-
 .../DefaultMetadataServiceProxyFactory.java        | 42 ----------------
 .../metadata/MetadataServiceProxyFactory.java      | 51 -------------------
 .../metadata/RefreshServiceMetadataCustomizer.java | 24 +++++++++
 ...dubbo.registry.client.ServiceInstanceCustomizer |  3 +-
 10 files changed, 103 insertions(+), 108 deletions(-)