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 3dcaa3b ignore generic service config
new bae5d8a fix uts
new dfc4d74 fix uts
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:
...dubbo.registry.client.ServiceInstanceCustomizer | 1 -
.../org/apache/dubbo/metadata/MetadataInfo.java | 15 ++++++++---
.../registry/client/AbstractServiceDiscovery.java | 1 +
.../dubbo/registry/client/ServiceDiscovery.java | 1 -
.../metadata/ProtocolPortsMetadataCustomizer.java | 30 +++++++++++++++++-----
.../ServiceInstanceHostPortCustomizer.java | 22 ++++++++++++----
...dubbo.registry.client.ServiceInstanceCustomizer | 1 +
.../ProtocolPortsMetadataCustomizerTest.java | 20 +++++----------
.../ServiceInstanceHostPortCustomizerTest.java | 13 +++++-----
.../nacos/NacosServiceDiscoveryFactoryTest.java | 5 ++++
.../registry/nacos/NacosServiceDiscoveryTest.java | 4 +--
.../zookeeper/ZookeeperServiceDiscoveryTest.java | 10 +++++---
12 files changed, 79 insertions(+), 44 deletions(-)
rename {dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config =>
dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/client}/metadata/ServiceInstanceHostPortCustomizer.java
(81%)
rename {dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config =>
dubbo-registry/dubbo-registry-api/src/test/java/org/apache/dubbo/registry/client}/metadata/ServiceInstanceHostPortCustomizerTest.java
(88%)