On 23/04/2023 15:16, Andy Seaborne wrote:
2/ javax.* -> jakarata.*This is the difference between Jetty 10 and Jetty11. Jetty 12.0 is currently in beta.But.Spring Boot 2 is based on javax (Jetty10) and Spring Boot 3 uses jakarta (Jetty11 configured).Spring Boot 2 to Spring Boot 3 includes other upgrades as well. [1] A way to deal with this is switch to jakarta.* at Jena 5.
The change javax.servlet to jakarta.servlet (with Jetty11) is quite straightforward.
Andy