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 2022/07/19 02:55:16 UTC

[dubbo] branch 3.1 updated (ae143e3133 -> 102357d1f0)

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

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


    from ae143e3133 Replace logging implementation with ErrorTypeAware Logger in AbstractRegistry, AbstractRegistryFactory, and CacheableFailbackRegistry. (#10330)
     add 102357d1f0 [3.1] Support Dubbo call Spring Cloud (#10319)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/dubbo/metadata/MetadataInfo.java    | 12 ++++++
 .../client/ServiceDiscoveryRegistryDirectory.java  |  3 +-
 .../listener/ServiceInstancesChangedListener.java  | 27 +++++++++---
 .../metadata/ServiceInstanceMetadataUtils.java     |  8 +++-
 .../ServiceInstanceNotificationCustomizer.java     | 10 ++---
 ...CloudServiceInstanceNotificationCustomizer.java | 50 ++++++++++++++++++++++
 ....metadata.ServiceInstanceNotificationCustomizer |  1 +
 7 files changed, 96 insertions(+), 15 deletions(-)
 copy dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/RuleConverter.java => dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/client/metadata/ServiceInstanceNotificationCustomizer.java (79%)
 create mode 100644 dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/client/metadata/SpringCloudServiceInstanceNotificationCustomizer.java
 create mode 100644 dubbo-registry/dubbo-registry-api/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.registry.client.metadata.ServiceInstanceNotificationCustomizer