This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch 2.7.0-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git.
from c679d0b Routers zookeeper path (#3173)
add d1aa4da give router rule a more layered extensiable ZK path: *
../routers/condition * ../routers/tag * ../routers/otherRouter
add fb5f1af Fix UT
add 5a87918 Adjust ZK to handle layered routers path
add 176a86b Remove BlackWhiteListRule
add 1b6bbf1 Adjust code to avoid possible ConcurrentModificationException
new a02f7a6 refresh only once
new c4e9b9d revert router from layered path to flat path:
/router/condition -> router-codition
new 1eebe74 refresh configCenter before start
new 39583d4 resolve merge conflicts
new 178282c fetch from ConfigManager if ConfigCenter is not set
The 5 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/config/AbstractInterfaceConfig.java | 80 +++++++++++-----------
.../apache/dubbo/config/AbstractServiceConfig.java | 16 +----
.../org/apache/dubbo/config/ProtocolConfig.java | 12 ++++
.../org/apache/dubbo/config/ReferenceConfig.java | 14 ++--
.../org/apache/dubbo/config/RegistryConfig.java | 9 +++
.../org/apache/dubbo/config/ServiceConfig.java | 28 +++++---
.../apache/dubbo/config/context/ConfigManager.java | 12 ++++
7 files changed, 103 insertions(+), 68 deletions(-)