chore: Update Jetty to 12.1.9 and jakarta-servlet-api to 6.1.0#104
Open
sidharth-jain23 wants to merge 4 commits into
Open
chore: Update Jetty to 12.1.9 and jakarta-servlet-api to 6.1.0#104sidharth-jain23 wants to merge 4 commits into
sidharth-jain23 wants to merge 4 commits into
Conversation
- Migrate Jetty module coordinates to EE10 variants for Jetty 12 compatibility: - jetty-servlet -> org.eclipse.jetty.ee10:jetty-ee10-servlet - jetty-servlets -> org.eclipse.jetty.ee10:jetty-ee10-servlets - jetty-server remains org.eclipse.jetty:jetty-server (core module) - Bump jakarta-servlet-api from 6.0.0 to 6.1.0 (required by Jetty 12.1 EE10) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
eede3a0 to
3b5be85
Compare
aaron-steinfeld
previously approved these changes
May 14, 2026
The EE10 servlet modules (org.eclipse.jetty.ee10:*) are not managed by the core jetty-bom (org.eclipse.jetty:jetty-bom). Add the jetty-ee10-bom as a platform import and explicit versions to ensure resolution works. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
aaron-steinfeld
approved these changes
May 14, 2026
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.
Description
Upgrade Jetty from 11.0.26 to 12.1.9 to address security vulnerabilities in the older Jetty version. This also bumps jakarta-servlet-api from 6.0.0 to 6.1.0 as required by Jetty 12.1 EE10.
Jetty 12 restructured its module coordinates — servlet-related modules moved under the org.eclipse.jetty.ee10 group. This PR updates the BOM aliases accordingly:
Testing