-
Notifications
You must be signed in to change notification settings - Fork 934
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
upgrade hessian2 to fix java wrapper object decoding bug #2312
Conversation
There is an error in the integration test. This PR only contains some fix for hessian serialization. But the error is about registering server. Can anyone help to see what's problem? @justxuewei
|
Kudos, SonarCloud Quality Gate passed! |
Codecov Report
@@ Coverage Diff @@
## main #2312 +/- ##
==========================================
+ Coverage 44.05% 44.15% +0.09%
==========================================
Files 285 294 +9
Lines 17669 17845 +176
==========================================
+ Hits 7784 7879 +95
- Misses 9057 9128 +71
- Partials 828 838 +10 see 30 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
upgrade hessian2 to fix java wrapper object decoding bug.
see: apache/dubbo-go-hessian2#358