question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support servlet 5 aka jakarta.servlet

See original GitHub issue

The 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:open
  • Created 2 years ago
  • Reactions:9
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
plekucommented, Mar 25, 2021

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.

1reaction
knoobiecommented, Sep 3, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found