-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
native hessian merge #3966
native hessian merge #3966
Conversation
@ralf0131 can you help me review |
this pr merge native-thrift and native-hessian |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## master #3966 +/- ##
===========================================
- Coverage 63.88% 63.79% -0.1%
Complexity 71 71
===========================================
Files 722 743 +21
Lines 31852 32125 +273
Branches 5115 5120 +5
===========================================
+ Hits 20348 20493 +145
- Misses 9162 9284 +122
- Partials 2342 2348 +6
Continue to review full report at Codecov.
|
What is the purpose of the change
#3961
Brief changelog
merge native-thrift to incubator-dubbo
Verifying this change
Follow this checklist to help us incorporate your contribution quickly and easily:
[Dubbo-XXX] Fix UnknownException when host config not exist #XXX
. Each commit in the pull request should have a meaningful subject line and body.mvn clean install -DskipTests=false
&mvn clean test-compile failsafe:integration-test
to make sure unit-test and integration-test pass.