-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Upgrade to Jackson 2.10.3 #53523
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 to Jackson 2.10.3 #53523
Conversation
This commit upgrades our Jackson dependency to 2.10.3. We intentionally exclude ingest-geoip, we will handle that one separately.
|
Pinging @elastic/es-core-infra (:Core/Infra/Core) |
dakrone
left a comment
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.
This LGTM, but it appears that the failure is actually valid and changes now that Jackson returns Float instead of Double, is this liable to cause us any actual problems down the road? Is this breaking for HLRC users?
rjernst
left a comment
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.
How can upgrading jackson separately in ingest-geoip work when jackson is a core dependency? We do not package core dependencies in modules/plugins, so jackson-core does not existing within the ingest-geoip module (but jackson-databind does).
|
@rjernst Good catch. Let me see about updating ingest-geoip in this pull request then. |
This commit upgrades our Jackson dependency to 2.10.3 and our GeoIP2 dependency to 2.13.1.
This commit upgrades our Jackson dependency to 2.10.3 and our GeoIP2 dependency to 2.13.1. Relates #53523
This reverts commit 7bc75f4 Signed-off-by: Mark Vieira <[email protected]>
|
This was reverted after it started causing a number of test failures in CI. See the linked issues ☝️ |
…"" This reverts commit 060b4ee.
Re-applies the change from #53523 along with test fixes. closes #53626 closes #53624 closes #53622 closes #53625 Co-authored-by: Nik Everett <[email protected]> Co-authored-by: Lee Hinman <[email protected]> Co-authored-by: Jake Landis <[email protected]>
Re-applies the change from #53523 along with test fixes. closes #53626 closes #53624 closes #53622 closes #53625 Co-authored-by: Nik Everett <[email protected]> Co-authored-by: Lee Hinman <[email protected]> Co-authored-by: Jake Landis <[email protected]>
This commit upgrades our Jackson dependency to 2.10.3. We intentionally exclude ingest-geoip, we will handle that one separately.
Relates #27032
Relates #45225