Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

polish code #3823

Merged
merged 6 commits into from
Apr 9, 2019
Merged

polish code #3823

merged 6 commits into from
Apr 9, 2019

Conversation

chenlushun
Copy link
Contributor

What is the purpose of the change

polish code

Brief changelog

        dubbo-bom/pom.xml
        dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/AnnotationInjectedBeanPostProcessor.java
        dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/DubboConfigBindingBeanPostProcessor.java
        dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/ReferenceAnnotationBeanPostProcessor.java
        dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/ServiceAnnotationBeanPostProcessor.java
        dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/context/config/NamePropertyDefaultValueDubboConfigBeanCustomizer.java
        dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/schema/DubboBeanDefinitionParser.java
        dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/util/PropertySourcesUtils.java

Verifying this change

XXXXX

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a GITHUB_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GITHUB issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [Dubbo-XXX] Fix UnknownException when host config not exist #XXX. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add integration-test in test module.
  • Run mvn clean install -DskipTests=false & mvn clean test-compile failsafe:integration-test to make sure unit-test and integration-test pass.
  • If this contribution is large, please follow the Software Donation Guide.

@codecov-io
Copy link

Codecov Report

Merging #3823 into master will decrease coverage by 0.05%.
The diff coverage is 61.11%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #3823      +/-   ##
============================================
- Coverage     63.62%   63.56%   -0.06%     
  Complexity       71       71              
============================================
  Files           704      704              
  Lines         31065    31062       -3     
  Branches       5037     5037              
============================================
- Hits          19764    19744      -20     
- Misses         9032     9044      +12     
- Partials       2269     2274       +5
Impacted Files Coverage Δ Complexity Δ
...PropertyDefaultValueDubboConfigBeanCustomizer.java 66.66% <0%> (ø) 0 <0> (ø) ⬇️
...dubbo/config/spring/util/PropertySourcesUtils.java 86.95% <100%> (ø) 0 <0> (ø) ⬇️
...notation/ReferenceAnnotationBeanPostProcessor.java 82.66% <100%> (-0.88%) 0 <0> (ø)
...nnotation/DubboConfigBindingBeanPostProcessor.java 73.21% <100%> (ø) 0 <0> (ø) ⬇️
...onfig/spring/schema/DubboBeanDefinitionParser.java 67.42% <100%> (+0.14%) 0 <0> (ø) ⬇️
...nnotation/AnnotationInjectedBeanPostProcessor.java 65.75% <52%> (ø) 0 <0> (ø) ⬇️
...annotation/ServiceAnnotationBeanPostProcessor.java 82.48% <66.66%> (ø) 0 <0> (ø) ⬇️
.../apache/dubbo/remoting/transport/AbstractPeer.java 63.04% <0%> (-10.87%) 0% <0%> (ø)
...che/dubbo/remoting/transport/mina/MinaChannel.java 43.42% <0%> (-10.53%) 0% <0%> (ø)
...bo/rpc/cluster/support/FailbackClusterInvoker.java 67.21% <0%> (-3.28%) 0% <0%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fb5d96d...9838fb7. Read the comment docs.

Copy link
Member

@beiwei30 beiwei30 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@beiwei30 beiwei30 merged commit 288c1a5 into apache:master Apr 9, 2019
vio-lin pushed a commit to vio-lin/incubator-dubbo that referenced this pull request Apr 29, 2019
* polish code and fix some documentation errors

* polish code

* polish code

* polish code
vio-lin pushed a commit to vio-lin/incubator-dubbo that referenced this pull request Apr 29, 2019
@cvictory cvictory added this to the 2.7.2 milestone May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants