You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: upgrade Jetty from 11.0.26 to 12.0.33 (ee10) to fix CVEs (#144)
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
Copy file name to clipboardExpand all lines: platform-http-service-framework/src/main/java/org/hypertrace/core/serviceframework/http/jetty/JettyHttpServerBuilder.java
0 commit comments