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

Servlet 6 #62

Open
rossabaker opened this issue Jun 19, 2022 · 4 comments
Open

Servlet 6 #62

rossabaker opened this issue Jun 19, 2022 · 4 comments

Comments

@rossabaker
Copy link
Member

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.

@rossabaker
Copy link
Member Author

In the meantime, there's a servlet-6 branch.

@rossabaker
Copy link
Member Author

Well, apparently Tomcat 10.1. Oof.

@rossabaker
Copy link
Member Author

After speaking with @dhinojosa, the plan is to EOL branches 0.23 through 0.25, and focus on Servlet 6 as 0.26.

@rossabaker
Copy link
Member Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant