-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
Description
In Sep. 2022 Jakarta EE 10 has been released. Spring Boot 3 and others fully migrated their dependencies from javax.* to jarakta.* Libraries, i.e. from
javax.xml.bind:jaxb-api to jakarta.xml.bind:jakarta.xml.bind-api or
javax.ws.rs:javax.ws.rs-api to jakarta.ws.rs:jakarta.ws.rs-api
Could you please also upgrade to the latest libraries in the 2.10.0 release?
Thanks.
Reactions are currently unavailable