-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Upgrade to Servlet API 3.x and related dependencies #990
Comments
It was discussed during todays TMC meeting to move from Servlet API 2.5 to 3.0 but to keep the XML-based web deployment descriptor. |
Overview which version of Apache Tomcat supports which version of the Java Servlet API https://tomcat.apache.org/whichversion.html |
To fit with the JSF 2.2 upgrade the Servlet API should be upgraded to 3.1. see #991 |
With next major release version support for Servlet API 4.0 (Tomcat 9.x) should be considered. |
With PR #1271 the upgrade to Servlet API 3.1 has been completed and is available with deegree 3.5, the supported API matrix https://github.com/deegree/deegree3/wiki/End-of-Life-and-Support-Matrix has been updated. |
The request for enhancement to support higher versions of Servlet API are documented in issue #1401. |
Currently used:
deegree shall support Java Servlets 3.0 Specification (was part of Java EE 6), https://javaee.github.io/servlet-spec/
The text was updated successfully, but these errors were encountered: