This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch dev-metadata
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git.
from 21b4334 Merge branch 'dev-metadata' of
github.com:apache/incubator-dubbo into dev-metadata
new 042ab09 support standard spring PropertySource
new e3916ef add cluster-style address support for configcenter
new d11b876 Merge branch 'dev-metadata' of
https://github.com/apache/incubator-dubbo into dev-metadata
The 3 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:
.../java/org/apache/dubbo/common/Constants.java | 2 +-
.../org/apache/dubbo/config/AbstractConfig.java | 2 +-
.../dubbo/config/AbstractInterfaceConfig.java | 16 ++++-
.../org/apache/dubbo/config/ApplicationConfig.java | 24 +------
.../apache/dubbo/config/ConfigCenterConfig.java | 84 ++++++++++++----------
.../org/apache/dubbo/config/ServiceConfig.java | 15 +++-
.../apache/dubbo/config/context/Environment.java | 22 ++++++
.../org/apache/dubbo/config/support/Parameter.java | 2 +
.../dubbo/config/spring/ConfigCenterBean.java | 53 +++++++++++---
.../src/main/resources/META-INF/compat/dubbo.xsd | 4 +-
.../src/main/resources/META-INF/dubbo.xsd | 4 +-
.../META-INF/spring/dubbo-demo-consumer.xml | 2 +-
.../META-INF/spring/dubbo-demo-provider.xml | 2 +-
.../governance/DynamicConfigurationFactory.java | 2 +-
.../support/apollo/ApolloDynamicConfiguration.java | 2 +-
.../archaius/ArchaiusDynamicConfiguration.java | 2 +-
16 files changed, 155 insertions(+), 83 deletions(-)