-
Notifications
You must be signed in to change notification settings - Fork 12k
[ISSUE #9396] change fastjson dependency scope to runtime #9931
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
base: develop
Are you sure you want to change the base?
Conversation
…version - Upgrade fastjson2 version from 2.0.43 to 2.0.60 - Remove deprecated fastjson 1.x dependencies - Update import statements to use fastjson2 package - Replace fastjson serialization calls with fastjson2 equivalents - Clean up redundant dependency declarations in pom files - Update bazel workspace dependencies accordingly
|
@lizhimins Hi, it looks like some CI checks failed due to temporary issues. Could you please help re-run the failed checks? Thanks! |
可以在本地先运行一下 CI |
|
After discussing with other Committers, it is recommended to set the milestone to 5.5.0. |
|
We should wait a few more versions before completely removing the dependency. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #9931 +/- ##
=============================================
- Coverage 48.81% 48.73% -0.09%
+ Complexity 12763 12740 -23
=============================================
Files 1324 1324
Lines 96407 96407
Branches 12435 12435
=============================================
- Hits 47064 46984 -80
- Misses 43600 43671 +71
- Partials 5743 5752 +9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Which Issue(s) This PR Fixes
Fixes #9396
Brief Description
How Did You Test This Change?