ARROW-1242: [JAVA] - upgrade jackson to mitigate security vulnerabilities (take 2)#957
Closed
mattdarwin wants to merge 6 commits intoapache:masterfrom
Closed
ARROW-1242: [JAVA] - upgrade jackson to mitigate security vulnerabilities (take 2)#957mattdarwin wants to merge 6 commits intoapache:masterfrom
mattdarwin wants to merge 6 commits intoapache:masterfrom
Conversation
Update from original
…242-upgrade-jackson
wesm
approved these changes
Aug 10, 2017
Member
wesm
left a comment
There was a problem hiding this comment.
+1. I don't think this merits cancelling the 0.6.0 RC0, but this can go in right after
Member
|
LGTM |
pribor
pushed a commit
to GlobalWebIndex/arrow
that referenced
this pull request
Oct 24, 2025
…ties (take 2) sorry, PR apache#929 failed to actually change the Jackson version, since the `jackson.version` variable defined in java/pom.xml is not used in java/vector/pom.xml That's now fixed in this PR. Author: Matt Darwin <(none)> Author: Matt <mattdarwin@yahoo.co.uk> Closes apache#957 from mattdarwin/ARROW-1242-upgrade-jackson and squashes the following commits: ad15e5f [Matt Darwin] Merge branch 'master' into ARROW-1242-upgrade-jackson ee29d65 [Matt Darwin] Merge branch 'master' of https://github.com/apache/arrow into ARROW-1242-upgrade-jackson 06d7745 [Matt Darwin] upgrading jackson to 2.7.9 PROPERLY this time... 284a4ce [Matt Darwin] Merge branch 'master' of https://github.com/apache/arrow d059517 [Matt Darwin] 1242 upgraing jackson to 2.7.9 bc3b6a0 [Matt] Merge pull request #1 from apache/master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
sorry, PR #929 failed to actually change the Jackson version, since the
jackson.versionvariable defined in java/pom.xml is not used in java/vector/pom.xmlThat's now fixed in this PR.