-
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
[Dubbo-3727] Fix NullPointerException when protocoluff protocol serializes an empty object #3734
Conversation
upgrade slf4j & logback & fastjson
...t/src/test/java/org/apache/dubbo/common/serialize/protostuff/ProtostuffObjectOutputTest.java
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #3734 +/- ##
===========================================
+ Coverage 63.58% 63.6% +0.01%
Complexity 71 71
===========================================
Files 703 703
Lines 31000 31000
Branches 5022 5022
===========================================
+ Hits 19712 19716 +4
- Misses 9018 9020 +2
+ Partials 2270 2264 -6
Continue to review full report at Codecov.
|
LGTM |
@CrazyHZM Will this merge request be released in 2.7.1-RELEASE? |
This merge request will be released in 2.7.2. |
What is the purpose of the change
Fixed the problem that the protocoluff protocol is not judged empty when serialized
Brief changelog
XXXXX
Verifying this change
XXXXX
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.