Skip to content

[Dubbo-3903] Fix maven package error of dubbo-serialization-gson#3904

Merged
ralf0131 merged 1 commit intoapache:masterfrom
maoyiz:issue-3903
Apr 22, 2019
Merged

[Dubbo-3903] Fix maven package error of dubbo-serialization-gson#3904
ralf0131 merged 1 commit intoapache:masterfrom
maoyiz:issue-3903

Conversation

@maoyiz
Copy link
Copy Markdown
Contributor

@maoyiz maoyiz commented Apr 22, 2019

What is the purpose of the change

fix #3903

Brief changelog

/dubbo-serialization/dubbo-serialization-gson/pom.xml

Verifying this change

mvn package

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 #3904 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #3904      +/-   ##
============================================
- Coverage     63.66%   63.63%   -0.03%     
  Complexity       71       71              
============================================
  Files           712      712              
  Lines         31450    31450              
  Branches       5073     5073              
============================================
- Hits          20023    20014       -9     
- Misses         9134     9136       +2     
- Partials       2293     2300       +7
Impacted Files Coverage Δ Complexity Δ
.../apache/dubbo/remoting/transport/AbstractPeer.java 58.69% <0%> (-13.05%) 0% <0%> (ø)
...che/dubbo/remoting/transport/mina/MinaChannel.java 43.42% <0%> (-10.53%) 0% <0%> (ø)
...ng/exchange/support/header/HeartbeatTimerTask.java 73.68% <0%> (-5.27%) 0% <0%> (ø)
...c/main/java/org/apache/dubbo/rpc/RpcException.java 82.75% <0%> (-3.45%) 0% <0%> (ø)
...pache/dubbo/registry/support/AbstractRegistry.java 78.92% <0%> (-2.69%) 0% <0%> (ø)
...exchange/support/header/HeaderExchangeHandler.java 62.2% <0%> (+2.36%) 0% <0%> (ø) ⬇️
.../apache/dubbo/qos/protocol/QosProtocolWrapper.java 69.23% <0%> (+5.12%) 0% <0%> (ø) ⬇️
.../org/apache/dubbo/remoting/ExecutionException.java 21.05% <0%> (+5.26%) 0% <0%> (ø) ⬇️
...ng/transport/dispatcher/all/AllChannelHandler.java 57.14% <0%> (+5.71%) 0% <0%> (ø) ⬇️
...apache/dubbo/common/config/ConfigurationUtils.java 72% <0%> (+8%) 0% <0%> (ø) ⬇️
... and 1 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 4c96814...82707d0. Read the comment docs.

Copy link
Copy Markdown
Contributor

@ralf0131 ralf0131 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the pull request!

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.

'dubbo-serialization-gson' maven package error

3 participants