Relative Content

Tag Archive for jakarta-ee

Packages migrate in jakarta

I’m migrating my webapplications to tomcat 10.X.
Where can i found the complete list of packages migrate from javax.* to jakarta.*?

Exception with Jackson-Module-Jaxb-Annotation when upgrading to Jakarta EE

i am trying to upgrade my application from JEE 8 to Jakarta EE.
When I am starting the application, it is throwing this exception

with Jackson-Module-Jaxb-Annotations-2.17.1 trying to use the old javax.xml.bind classes rather than the jakarta.xml.bind classes that the application now has (I am using jakarta.xml.bind-api-4.0.2)