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/04/12 07:37:18 UTC

[dubbo-spi-extensions] 01/01: [3.0]Adapt dns and k8s extensions to latest 3.0.8-SNAPSHOT, #107

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

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

commit 3cbdb515fb351a33d5d2c49064313849e4bffcab
Merge: 7ad1246 5d4cac7
Author: ken.lj <ke...@gmail.com>
AuthorDate: Tue Apr 12 15:37:13 2022 +0800

    [3.0]Adapt dns and k8s extensions to latest 3.0.8-SNAPSHOT, #107

 .../dubbo-registry-dns/pom.xml                     |   2 +-
 .../dubbo/registry/dns/DNSServiceDiscovery.java    |  20 +-
 .../registry/dns/DNSServiceDiscoveryFactory.java   |   2 +-
 .../dns/ReflectionBasedServiceDiscovery.java       | 285 ++++++++++++++++
 .../registry/dns/DNSServiceDiscoveryTest.java      | 358 ++++++++++----------
 .../dubbo-registry-kubernetes/pom.xml              |   7 +-
 .../kubernetes/KubernetesServiceDiscovery.java     |  17 +-
 .../KubernetesServiceDiscoveryFactory.java         |   2 +-
 .../kubernetes/KubernetesServiceDiscoveryTest.java | 364 ++++++++++-----------
 9 files changed, 670 insertions(+), 387 deletions(-)