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
So. Javax/Jakarta fiasco has made it untenable to have JAXB dependencies from other components, and this specifically affects Jackson XML format module. To sever this dependency we'll have to add a little bit of format-specific stuff in databind: essentially an add-on for AnnotationIntrospector that other components can implement/depend on.
Doing this is not ideal but seems like the simplest way to remove dependency between JAXB annotation handling and XML format module.