jakartaee / servlet

Jakarta Servlet
https://eclipse.org/ee4j/servlet
Other
261 stars 85 forks source link

Version javax.servlet-api 4.0.1 still can be used #675

Closed bharathmit closed 2 months ago

bharathmit commented 2 months ago

We don't intend to switch to the newest version of jakarta.servlet-api jar; we are currently utilizing 4.0.1 javax.servlet-api.

We observed that the 4.0.1 has no vulnerabilities in the jars. So can we still used in code? Also may i know the end of life/support (EOL/EOS) of the 4.0.1 version?

markt-asf commented 2 months ago

Support questions regarding the older versions of the API in the javax package should be directed to the JCP.

That said, I would be amazed if there was a maintenance release of any of the Java EE APIs.

Finally, you should really be directing your question to the vendor of the Servlet container you are using.