-
Notifications
You must be signed in to change notification settings - Fork 115
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
Fix hessian codec bugs #167
Conversation
@wongoo Please help check TestList test case, local run is passed error stack:
|
Codecov Report
@@ Coverage Diff @@
## master #167 +/- ##
==========================================
+ Coverage 66.45% 67.42% +0.96%
==========================================
Files 21 22 +1
Lines 2573 2671 +98
==========================================
+ Hits 1710 1801 +91
+ Misses 667 666 -1
- Partials 196 204 +8
Continue to review full report at Codecov.
|
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.
LGTM
LGTM |
* fix skip class fields. * fix skip class fields & decode response attachments. * remove unit tests. * fix code review problems. * Fix when the return value is nil * refactor code. * add UnRegisterPOJO for tests. * refactor codes. * remove construct structInfo. * cancel export unRegisterPOJOs method
What this PR does:
Which issue(s) this PR fixes:
Fixes #164
Fixes #168
Special notes for your reviewer:
Does this PR introduce a user-facing change?: