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
Hi,
jaxb2-basics isn't compatible with Jakarta EE 9 classes provided by Spring 6.
E.g. JAXBEqualsStrategy uses javax.xml.bind.JAXBElement inside the logic that isn't compatible with the latest Spring version.
I'm wondering, if you have any plan to fix it?
Thanks!