-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[WIP][SPARK-53757] Upgrade Jetty to 12.0.12 #52488
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: master
Are you sure you want to change the base?
Conversation
This resolves CVE-2024-6763
The snapshot hasn't been officially released but contains fixes for the changes for JavaX being deprecated.
Waiting on hadoop 3.5.0 to be released as this resolves javax compatibility issues |
Do we have any ETA for Apache Hadoop 3.5.0, @eschcam ? |
To my knowledge, a vote has not been passed yet for Hadoop 3.5.0 |
@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) |
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 |
@eschcam Can you elaborate more about your stated "javax compatibility issues"? AFAIK, Spark uses the Hadoop shaded client, which does not expose the |
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