You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by me...@apache.org on 2019/03/15 07:09:14 UTC

[incubator-dubbo] branch 2.7.1-release updated (bce2f44 -> 41a8958)

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

mercyblitz pushed a change to branch 2.7.1-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git.


    from bce2f44  Enhancement and Bugfix in 2.7.1 ( Part 1 ) (#3670)
     new e402e38  Polish /apache/incubator-dubbo#3429 : Fix The NPE issue
     new a8112d2  Polish /apache/incubator-dubbo#3615 : SpringStatusChecker execute errors on non-XML Spring configuration
     new 90466a5  Polish /apache/incubator-dubbo#3193 : Change the default behavior of @EnableDubboConfig.multiple()
     new 8362688  Polish /apache/incubator-dubbo#3189 : Simplify externalized configuration of Dubbo Protocol name
     new 41a8958  Merge remote-tracking branch 'upstream/2.7.1-release' into 2.7.1-release

The 3263 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:
 .../DubboConfigBindingBeanPostProcessor.java       | 57 +++++++++++++--
 .../annotation/DubboConfigBindingRegistrar.java    | 11 ++-
 .../context/config/DubboConfigBeanCustomizer.java  | 47 ++++++++++++
 ...pertyDefaultValueDubboConfigBeanCustomizer.java | 83 ++++++++++++++++++++++
 .../DubboConfigBindingBeanPostProcessorTest.java   | 58 ++++++++-------
 .../context/annotation/EnableDubboConfigTest.java  |  2 +-
 .../context/annotation/EnableDubboConfigTest.java  | 15 +++-
 .../src/test/resources/META-INF/config.properties  |  4 ++
 8 files changed, 241 insertions(+), 36 deletions(-)
 create mode 100644 dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/context/config/DubboConfigBeanCustomizer.java
 create mode 100644 dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/context/config/NamePropertyDefaultValueDubboConfigBeanCustomizer.java