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 ec8a5b9  Merge pull request #3135 from beiwei30:registry-refresh-redo, 
avoid dup refresh for registry config.
     add b9a03a9  remove @Async from core framework.
     add 612ba39  Merge branch 'master' of 
https://github.com/apache/incubator-dubbo
     add ee53c0a  Merge branch 'master' of 
https://github.com/apache/incubator-dubbo
     add 93a72ac  refactor method name to isReturnFuture
     add 4ad3c91  Add DubboBuilder
     add 58efafe  Add DubboBuilder
     add 66fbb3c  Config optimization. 1. add ConfigManager 2. 
Reference/Service hold reference of ConfigCenterConfig 3. change from-spring to 
include-spring-env
     add c509f1b  Check config instance in ConfigManager before create a new 
one.
     add 427e2d2  polish code
     add ac5afe3  support multiple default registries and protocols
     add 8056746  weird demo changes
     add e981dca  Merge branch 'master' into ConfigCenter-optimization
     add b6f437d  weird demo changes
     add 3d7f7f5  move init() method from ConfigCenterConfig
     add f081421  Merge branch '2.7.0-release' into ConfigCenter-optimization
     add daab283  optimize ConfigManager
     add e6b340d  Merge branch '2.7.0-release' into ConfigCenter-optimization
     new 90030e7  resolve conflicts

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:
 .../dubbo/common/config/ConfigurationUtils.java    |   25 +
 .../dubbo/config/AbstractInterfaceConfig.java      | 1546 ++++++++++----------
 .../apache/dubbo/config/AbstractServiceConfig.java |    4 +-
 .../apache/dubbo/config/ConfigCenterConfig.java    |  108 +-
 .../org/apache/dubbo/config/ReferenceConfig.java   |   76 +-
 .../org/apache/dubbo/config/ServiceConfig.java     |  117 +-
 .../apache/dubbo/config/context/ConfigManager.java |  307 ++++
 .../apache/dubbo/config/AbstractConfigTest.java    |    7 +-
 .../dubbo/config/spring/ConfigCenterBean.java      |   56 +-
 .../apache/dubbo/config/spring/ReferenceBean.java  |   19 +-
 .../apache/dubbo/config/spring/ServiceBean.java    |   21 +-
 .../src/main/resources/META-INF/compat/dubbo.xsd   |    2 +-
 .../src/main/resources/META-INF/dubbo.xsd          |    2 +-
 .../dubbo/demo/provider/DemoServiceImpl.java       |   68 +-
 14 files changed, 1338 insertions(+), 1020 deletions(-)
 create mode 100644 
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/context/ConfigManager.java

Reply via email to