chore: upgrade Jetty from 11.0.26 to 12.0.33 (ee10) to fix CVEs#144
Merged
sidharth-jain23 merged 1 commit intomainfrom Apr 17, 2026
Merged
chore: upgrade Jetty from 11.0.26 to 12.0.33 (ee10) to fix CVEs#144sidharth-jain23 merged 1 commit intomainfrom
sidharth-jain23 merged 1 commit intomainfrom
Conversation
Migrate from Jetty 11 to Jetty 12 using ee10 servlet compatibility layer: - Add Jetty 12.0.33 ee10 dependencies to local version catalog - Switch build scripts from commonLibs.jetty.* to localLibs.jetty.ee10.* - Update servlet imports from o.e.j.servlet.* to o.e.j.ee10.servlet.* - Update servlets imports from o.e.j.servlets.* to o.e.j.ee10.servlets.* - Fix setVirtualHosts(String[]) to setVirtualHosts(List<String>) - Fix ErrorPageErrorHandler type (no longer extends ErrorHandler in Jetty 12) - Override jetty-bom to 12.0.33 via api(platform()) to propagate to consumers - Regenerate all gradle lock files Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> AI-Session-Id: 8f5c969e-486a-4c9e-8229-95b5363e598d AI-Tool: claude-code AI-Model: unknown
avinashkolluru
approved these changes
Apr 17, 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.
Migrate from Jetty 11 to Jetty 12 using ee10 servlet compatibility layer: