Skip to content

Tag: jakarta-ee

upgrade servlet 4.0.1 to servlet 5.0

I am upgrading servlet 4.0.1 to servlet 5.0. I was using below maven dependency for servlet 4.0.1 When I am upgrading to servlet 5.0 then I see that There is a new term ‘Jakarta’ and servlet5 comes with Jakarta API with below maven dependency. So, there are below questions I tried to search on the…

Jetty 11 Doesn’t Detect Jakarta Servlets

This is a follow up to this question. I don’t think it’s a duplicate because the accepted answer indicates that Jetty 11 doesn’t work with javax servlets, but I’m asking why Jetty 11 doesn’t work with jakarta servlets. I have an example project here that uses Jetty 9 to deploy a …

Using Vaadin Flow with Jakarta EE 9

I see that Apache Tomcat 10 (alpha) is now available. The major feature there is support for Jakarta EE 9 where package names for APIs have changed from javax.* to jakarta.*. Jakarta EE 9 now has a milestone release available. Can the current versions of Vaadin Flow (14 or 16) be made to work with the new Jak…