You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by Imteyaz Khan <kh...@gmail.com> on 2018/12/29 14:06:32 UTC

Have raised PR for small for dubbo-config module

Hi All,
   I have raised a PR <https://github.com/apache/incubator-dubbo/pull/3101>
to remove hard coded value from few dubbo-config package's java class. Have
created the issue 3100
<https://github.com/apache/incubator-dubbo/issues/3100> for the  as well

https://github.com/apache/incubator-dubbo/pull/3101.

Below are the summary of modification (available in PR and issue details as
well)

*Replace existing hard coded values for dubbo-config below classes*

   - *dubbo-common/src/main/java/org/apache/dubbo/common/Constants.java*
   -
   *dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractConfig.java*
   -
   *dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java*
   -
   *dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractMethodConfig.java*
   -
   *dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractReferenceConfig.java*
   -
   *dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ConsumerConfig.java*

*Along with hard coded value replacement have done small refactoring to use
java stream and lambda.*