Uh oh!
There was an error while loading. Please reload this page.
[SPARK-58861][BUILD] Upgrade Jackson to 2.22.1 - #58116
Conversation
pan3793
commented
Aug 19, 2026
Given our policy of JVM dependency management - only allow upgrading on major version (security issue may be evaluated case by case), and the versioning policy of Jackson, maybe we should only pick the LTS Jackson to use https://github.com/FasterXML/jackson |
madsager-db
commented
Aug 19, 2026
I'm targeting the master branch here which I believe means that this is next version (Spark 5.0) only? Also, the patch version update is to the version we are already using. We are already on 2.22.0 which looks like it is not LTS, and this is just updating to the latest patch version to address security vulnerabilities in that minor version. So, the only changes this is bringing in is this: https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.22.1. |
madsager-db
commented
Aug 19, 2026
I wasn't aware of that one. It seems to do multiple libraries in one and has not landed yet. Maybe we can land this one to get these security fixes in and then work on the remainder in follow-ups? |
uros-b
left a comment
There was a problem hiding this comment.
+1, bump looks good to me, I won't merge yet until we all align
adding @HyukjinKwon and @dongjoon-hyun here to discuss more
HyukjinKwon
commented
Aug 25, 2026
Merged to master. |
HyukjinKwon
commented
Aug 25, 2026
Merge Summary:
Posted by |
What changes were proposed in this pull request?
This PR upgrades FasterXML Jackson from 2.22.0 to 2.22.1.
Why are the changes needed?
Jackson 2.22.1 is the latest patch release on the 2.22 line and addresses SPARK-58861.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
CI checks.
Was this patch authored or co-authored using generative AI tooling?
Generated-by: Codex GPT-5