-
Notifications
You must be signed in to change notification settings - Fork 5
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
Servlet 6 #62
Comments
In the meantime, there's a |
Well, apparently Tomcat 10.1. Oof. |
After speaking with @dhinojosa, the plan is to EOL branches 0.23 through 0.25, and focus on Servlet 6 as 0.26. |
Although... as long as we don't use deprecated methods, Servlet 5 is compatible. It's in provided scope, so we don't force it transitively. And Jetty doesn't have a production Servlet 6 container yet. Unless we exploit new methods on Servlet 6, we're just making more churn and ruling out one of the major containers? |
Servlet 6 API is already here, but Jakarta EE 10 isn't out yet, and as far as I know, there are no servers that fully implement it yet. 0.26 is the natural fit for it, but that pins us if we have breaking changes in 0.25, and I expect demand will be super low. If this interests you, ping here, and let's talk.
The text was updated successfully, but these errors were encountered: