documentation support for servlet 3.1 #15165
andradefil
started this conversation in
General
Replies: 1 comment 2 replies
|
The question comes down to ... What's the difference between Servlet 3.1 (EE7) vs Servlet 4.0 (EE8)?
So aside from a few NEW APIs, there's no functional difference between Servlet 3.1 (EE7) and Servlet 4.0 (EE8). Go ahead, use Jetty 12, with the EE8 environment with your legacy webapp without fear. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Jetty Version
jetty 12.1
Jetty Environment
jetty 12 ee8
Java Version
17
Question
Is Java Servlet 3.1 really supported by Jetty 12? Jetty 10 dropped Servlet 3.1 in favor of 4.0, yet the Jetty 12 downloads page lists 3.1 as supported again.
https://jetty.org/download.html#version-history
There is no Java EE 7 environment, and the dependency graph shows that the Jetty EE8 package depends on Servlet 4.0
All reactions