Skip to content

[Dubbo-3111] Change NOTICE file to embracing the new year fix #3111#3112

Merged
beiwei30 merged 1 commit intoapache:masterfrom
CrazyHZM:changeNOTICE
Jan 2, 2019
Merged

[Dubbo-3111] Change NOTICE file to embracing the new year fix #3111#3112
beiwei30 merged 1 commit intoapache:masterfrom
CrazyHZM:changeNOTICE

Conversation

@CrazyHZM
Copy link
Copy Markdown
Member

@CrazyHZM CrazyHZM commented Jan 2, 2019

What is the purpose of the change

XXXXX

Brief changelog

XXXXX

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
Copy Markdown

Codecov Report

Merging #3112 into master will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #3112      +/-   ##
============================================
+ Coverage     63.54%   63.57%   +0.03%     
  Complexity       75       75              
============================================
  Files           652      652              
  Lines         28174    28174              
  Branches       4791     4791              
============================================
+ Hits          17902    17913      +11     
+ Misses         8012     8002      -10     
+ Partials       2260     2259       -1
Impacted Files Coverage Δ Complexity Δ
.../apache/dubbo/remoting/transport/AbstractPeer.java 58.69% <0%> (-4.35%) 0% <0%> (ø)
...he/dubbo/remoting/transport/netty/NettyServer.java 67.85% <0%> (-3.58%) 0% <0%> (ø)
...pache/dubbo/registry/support/AbstractRegistry.java 80.07% <0%> (-1.13%) 0% <0%> (ø)
...dubbo/remoting/exchange/support/DefaultFuture.java 74.49% <0%> (+1.34%) 0% <0%> (ø) ⬇️
...e/dubbo/remoting/transport/netty/NettyChannel.java 62.35% <0%> (+5.88%) 0% <0%> (ø) ⬇️
...ava/org/apache/dubbo/config/DubboShutdownHook.java 84.37% <0%> (+6.25%) 0% <0%> (ø) ⬇️
...che/dubbo/remoting/transport/mina/MinaChannel.java 55.26% <0%> (+11.84%) 0% <0%> (ø) ⬇️

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 04aae2a...fda0f34. Read the comment docs.

@beiwei30 beiwei30 merged commit d41408e into apache:master Jan 2, 2019
khanimteyaz pushed a commit to khanimteyaz/incubator-dubbo that referenced this pull request Jan 18, 2019
@CrazyHZM CrazyHZM deleted the changeNOTICE branch May 14, 2019 09:29
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.

3 participants