Error creating bean with name ‘entityManagerFactory’ When upgrade the app to Spring boot 3.3.0
I started getting this exception below in my integration test when I upgraded my spring boot version to 3.3.0. I’m not sure why Hibernate is trying to use Javax/xml annotation. Even though I added Jakarta dependencies to my pom file and with the new Spring boot version, it’s suppose to use Jakarta annotations not Javax. Any idea how to make Hibernate Auto Configuration uses Jakarta instead of Javax?