Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Easiest jetty replacement?


With regards to javax vs jakarta issues,  Jetty 12 is able to run both.   It supports the ee8 environment and it is pretty much bug-for-bug compatible with jetty 9.4 (same core servlet impIentation).


To belabor the point a bit, this use case is precisely why we added this feature in Jetty 12: so that all the people stuck on javax.servlet who do not have the opportunity to update still have an option to run a modern, maintained container outside of a support subscription. Shoot, you can even develop new Jakarta Servlets and cross-context dispatch within the same container with Jetty 12.1

cheers,
Jesse

Back to the top