-
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
Support exclude fastjson2 or hessian2 serialization dependencies #13441
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 3.2 #13441 +/- ##
============================================
- Coverage 69.47% 69.45% -0.03%
Complexity 2 2
============================================
Files 1653 1655 +2
Lines 71634 71696 +62
Branches 10270 10277 +7
============================================
+ Hits 49768 49794 +26
- Misses 17157 17187 +30
- Partials 4709 4715 +6 ☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! |
@CrazyHZM @chickenlj PTAL |
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
* Add test cases to verify apache/dubbo#13442 * Add test cases to verify apache/dubbo#13441 * Fix headers
…che#13441) * Support exclude fastjson2 or hessian2 serialization dependencies * Fix style * Support check * Fix test cases * lint * Fix test cases * Style
What is the purpose of the change
ClassNotFound
exception will occurred when initBrief changelog
Verifying this change
Checklist