Support servlet 5 aka jakarta.servlet
See original GitHub issueThe newer versions of many app-servers (e.g. Tomcat 10 and Jetty 11) have shifted to use the jakarta.servlet
namespace. Consider the possibility of supporting those in Vaadin apps.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:9
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Jakarta Servlet 5.0 | The Eclipse Foundation
Jakarta Servlet defines a server-side API for handling HTTP requests and responses. Jakarta Servlet 5.0 Release Record · Jakarta EE Platform 9 Release...
Read more >Preparing for Spring Boot 3.0
servlet in EE 9. Generally speaking, it's not possible to mix Java EE and Jakarta EE APIs in the same project. You need...
Read more >Renaming Jetty from javax.* to jakarta. - Webtide
This means that javax.servlet.Servlet will become jakarta.servlet.
Read more >Jakarta Servlet 5.0 - IBM
This feature enables support for HTTP Servlets written to the Jakarta Servlet 5.0 specification. You can package servlets in Jakarta EE specified WAR...
Read more >What is JSP? Introduction to Jakarta Server Pages - InfoWorld
JSP is built on top of the Java Servlet (aka Jakarta Servlet) specification and is one of the Java web technologies included for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think we need to do something for this for the next-LTS - not maybe immediately but at least have a plan for what/when.
Just a service notification; Spring 6 / Spring Boot 3 to be released in Q4 2022 requires Java 17+ and Jakarta 9+
https://spring.io/blog/2021/09/02/a-java-17-and-jakarta-ee-9-baseline-for-spring-framework-6