This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git.
from cb2f6af fix protocol version compatibility (#6153)
add 292f861 fix alibaba RpcContext setAttachment(String,String)
add 85a97f7 Merge branch 'master' of https://github.com/apache/dubbo
add 117620f fix #5916, default behaviour of
DynamicConfiguration.publishConfig: do nothing if not implemented.
add 2919c31 Merge branch 'master' of https://github.com/apache/dubbo
add 2f6e9c7 Merge branch 'master' of https://github.com/apache/dubbo
add 1850f5d Merge branch 'master' of https://github.com/apache/dubbo
add 96de4d9 release 2.7.7
add 35c8de3 Merge branch '2.7.7-release'
add 1df50c1 change version to 2.7.8-SNAPSHOT
add e4dc8e9 Merge branch 'master' of https://github.com/apache/dubbo
add 497fc6a pick the first valid interface address before choosing
127.0.0.1
new ffdd9cc service instance subscription
The 1 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:
.../org/apache/dubbo/common/utils/NetUtils.java | 19 +
dubbo-dependencies-bom/pom.xml | 2 +-
.../dubbo-dependencies-zookeeper/pom.xml | 2 +-
.../org/apache/dubbo/metadata/MetadataInfo.java | 181 ++++++++
.../org/apache/dubbo/registry/NotifyListener.java | 6 +
.../registry/client/DefaultServiceInstance.java | 18 +
.../dubbo/registry/client/InstanceAddressURL.java | 132 ++++++
.../dubbo/registry/client/ServiceDiscovery.java | 3 +-
.../registry/client/ServiceDiscoveryRegistry.java | 491 +--------------------
.../dubbo/registry/client/ServiceInstance.java | 4 +
.../client/event/ServiceInstancesChangedEvent.java | 12 +-
.../listener/ServiceInstancesChangedListener.java | 113 ++++-
.../registry/integration/RegistryDirectory.java | 33 ++
pom.xml | 2 +-
14 files changed, 533 insertions(+), 485 deletions(-)
create mode 100644
dubbo-metadata/dubbo-metadata-api/src/main/java/org/apache/dubbo/metadata/MetadataInfo.java
create mode 100644
dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/client/InstanceAddressURL.java