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

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


    from 4188b884b2 Feature/modify xds subscribe (#10885)
     add d66349f982 Fix app level configuration not work (#11215)
     add f16febe70d Update NOTICE
     add 4a1aa856ab Store old revisions (#11241)
     add 36c9edc8ed Fix Multi Registry Override (#11245)
     add c2eef7b5ce Fix zk resubscribe failed (#11247)
     new 0419f25ac2 Merge branch 'apache-3.1' into apache-3.2

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:
 NOTICE                                             |  2 +-
 .../dubbo/common/constants/CommonConstants.java    | 11 ++-
 .../registry/client/AbstractServiceDiscovery.java  | 68 +++++++++++++++++
 .../dubbo/registry/client/ServiceDiscovery.java    | 10 ++-
 .../listener/ServiceInstancesChangedListener.java  | 38 +++++-----
 .../client/metadata/MetadataServiceDelegation.java | 28 +++----
 .../registry/integration/RegistryProtocol.java     | 57 ++++++++++-----
 .../registry/client/ServiceDiscoveryCacheTest.java | 85 ++++++++++++++++++++++
 .../client/support/MockServiceDiscovery.java       |  5 --
 .../multiple/MultipleServiceDiscovery.java         | 21 ++++--
 .../zookeeper/ZookeeperServiceDiscovery.java       |  3 +
 11 files changed, 256 insertions(+), 72 deletions(-)
 create mode 100644 
dubbo-registry/dubbo-registry-api/src/test/java/org/apache/dubbo/registry/client/ServiceDiscoveryCacheTest.java

Reply via email to