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 b5bb147 add customized class path for javassist. (#6705)
new d95aa7e make sure dynamic configuration is included after
globalConfiguration is cached.
new 962e6f8 fix, add dynamic config at the first place
new cbca885 fix service discovery address notification and migration bugs
new dec1760 refactor publish-interface key
The 4 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:
.../common/config/CompositeConfiguration.java | 12 +++++++++
.../apache/dubbo/common/config/Environment.java | 6 +++++
.../dubbo/common/constants/RegistryConstants.java | 2 +-
.../client/ServiceDiscoveryRegistryDirectory.java | 3 +++
.../listener/ServiceInstancesChangedListener.java | 30 +++++++++++-----------
.../DefaultMigrationAddressComparator.java | 2 +-
.../client/migration/MigrationInvoker.java | 9 ++++---
.../client/migration/MigrationRuleHandler.java | 24 +++++++++--------
.../java/org/apache/dubbo/registry/ZKTools.java | 2 +-
9 files changed, 59 insertions(+), 31 deletions(-)