You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/07/08 14:06:55 UTC

[dubbo] branch 3.0 updated (5611844 -> 05dac97)

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

albumenj pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


    from 5611844  issues 8194 fix  better  (#8215)
     add 05dac97  [3.0] verify method config, extract ConfigKeys (#8173)

No new revisions were added by this update.

Summary of changes:
 .../dubbo/config/AbstractInterfaceConfig.java      | 53 +++++++++++++++++---
 .../java/org/apache/dubbo/config/ConfigKeys.java   | 47 ++++++++++++++++++
 .../java/org/apache/dubbo/config/MethodConfig.java |  1 +
 .../apache/dubbo/config/context/ConfigManager.java |  3 +-
 .../org/apache/dubbo/config/MethodConfigTest.java  | 57 ++++++++++++++++++++++
 .../DubboConfigurationProperties.java              |  2 +
 6 files changed, 156 insertions(+), 7 deletions(-)
 create mode 100644 dubbo-common/src/main/java/org/apache/dubbo/config/ConfigKeys.java