IdP fails to start after upgrading to Jetty12

Cantor, Scott cantor.2 at osu.edu
Fri May 23 14:30:31 UTC 2025


javax.* is an old API, you're probably running 12 in an older mode, not the proper one for jakata.* API apps. V5 is a jakarta app and requires Java Servlet 5+, which is EE9+.

-- Scott




More information about the users mailing list