Skip to content
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

Upgrade to Jetty 12 #5264

Open
niloc132 opened this issue Mar 19, 2024 · 1 comment · May be fixed by #6037
Open

Upgrade to Jetty 12 #5264

niloc132 opened this issue Mar 19, 2024 · 1 comment · May be fixed by #6037
Assignees
Labels
2023_unscheduled core Core development tasks feature request New feature or request jetty
Milestone

Comments

@niloc132
Copy link
Member

See also #4703.

Jetty 11 (and 10) has reached End of Community Support, with End of Life tentatively scheduled for Jan 2025.

Beyond incrementing version numbers, updating to Jetty 12 will require some changes to our dependencies, and a few minor changes to JettyBackedGrpcServer.

Moving to Jetty 12 will require Java 17 as the minimum runtime version for the server.

One option could be to add a server-jetty12 and server-jetty12-app, and deprecate the server-jetty/server-jetty-app modules, but leave them in place for some time (as we have done with the netty modules).

@niloc132 niloc132 added feature request New feature or request triage jetty labels Mar 19, 2024
@rcaudy rcaudy added core Core development tasks and removed triage labels Mar 19, 2024
@rcaudy rcaudy added this to the 4. Unscheduled milestone Mar 19, 2024
@devinrsmith
Copy link
Member

I would probably argue that jetty-12 should keep the existing package name, and a jetty-11 would get server-jetty11, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2023_unscheduled core Core development tasks feature request New feature or request jetty
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants