You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upgrade to latest version of spring boot (just released) and while the program compiles correctly it does not run anymore giving a class not found error:
Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlElement
at com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector.(JaxbAnnotationIntrospector.java:137) ~[jackson-module-jaxb-annotations-2.15.3.jar:2.15.3]
I'm using OpenJDK 21
I checked carefully all the release notes and I was not able to find anything related to that problem and the changes needed to correct the dependency problem: did I overlooked something?