pippo-java / pippo

Micro Java Web Framework
http://www.pippo.ro
Apache License 2.0
787 stars 128 forks source link

Upgrade to servlet 5 spec #625

Closed gkresic closed 1 year ago

gkresic commented 1 year ago

Migrate to servlet 5 spec. As of 05.02.2023. Jetty and Tomcat supports it, but Undertow does not.

For reference:

Jetty versions: https://www.eclipse.org/jetty/download.php#version-table Tomcat verions: https://tomcat.apache.org/whichversion.html#Apache_Tomcat_Versions Undertow versions: https://undertow.io/downloads.html

Depends on #624

gkresic commented 1 year ago

Duplicate of #624