-
Notifications
You must be signed in to change notification settings - Fork 65
chore: Upgrade to Jackson 3.0.0 and remove workaround #4108
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: main
Are you sure you want to change the base?
Conversation
- Remove float-to-int coercion workaround methods from EndpointInvoker - Remove TreeTraversingParser limitation comments and logic - Update Jackson version from 3.0.0-rc9 to 3.0.0-rc11 - Issue #5319 is fixed in Jackson 3.0.0-rc11 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4108 +/- ##
=======================================
Coverage 86.27% 86.27%
=======================================
Files 123 123
Lines 8474 8474
Branches 1301 1301
=======================================
Hits 7311 7311
Misses 1140 1140
Partials 23 23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3814c40
to
45638d4
Compare
|
Looks like we can't remove the workaround yet. |
TreeTraversingParser
does not respectDeserializationFeature.ACCEPT_FLOAT_AS_INT
FasterXML/jackson-databind#5319 is fixed in Jackson 3.0.0-rc11