Tim Holloway wrote:Actually, if my memory doesn't fail, Spring Boot 2.5 changes JEE from the traditional javax namespace to the jakarta namespace and therefore class packages related to JEE would also have to be changed.
Your memory fails, because the switch to
jakarta was done in Spring Boot 3.0.0 (along with requiring
Java 17 or higher). All 2.x versions still use
javax.