Uh oh!
There was an error while loading. Please reload this page.
[WIP][SPARK-53757] Upgrade Jetty to 12.0.12 - #52488
Conversation
This resolves CVE-2024-6763
The snapshot hasn't been officially released but contains fixes for the changes for JavaX being deprecated.
eschcam
commented
Sep 30, 2025
Waiting on hadoop 3.5.0 to be released as this resolves javax compatibility issues |
dongjoon-hyun
commented
Oct 2, 2025
Do we have any ETA for Apache Hadoop 3.5.0, @eschcam ? |
eschcam
commented
Oct 2, 2025
To my knowledge, a vote has not been passed yet for Hadoop 3.5.0 |
pan3793
commented
Oct 21, 2025
@eschcam I think the hadoop 3.5 release does not block us from upgrading Jetty 12, the real issue is the feature gap between Jetty 11 and 12, see more details at #45500 (comment) |
eschcam
commented
Oct 21, 2025
The reason the updated version of Hadoop is required is due to the migration away from using JavaX which is currently being implemented in the upcoming hadoop 3.5 |
pan3793
commented
Oct 21, 2025
@eschcam Can you elaborate more about your stated "javax compatibility issues"? AFAIK, Spark uses the Hadoop shaded client, which does not expose the |
dongjoon-hyun
commented
Nov 3, 2025
Thank you, @eschcam . Let me close this for now according to the status. Feel free to reopen this when the PR is ready to pass the CIs. |
What changes were proposed in this pull request?
Update Jetty from 11.0.25 to 12.0.12
Why are the changes needed?
Jetty 11.0.25 contains CVE-2024-6763
Does this PR introduce any user-facing change?
No
How was this patch tested?
Passed all CI tests
Was this patch authored or co-authored using generative AI tooling?
No