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
From jakarta.xml.bind-api v3.0.0, the namespace has been changed to jakarta.xml.bind.* instead of javax.xml.bind
The last working version is jakarta.xml.bind-api v2.7.8
The org.springframework.http.codec.support.BaseDefaultCodecs file hardcoded javax.xml.bind namespace with jaxb2Present = ClassUtils.isPresent("javax.xml.bind.Binder", classLoader);
So it's not working for the newer version of jakarta.xml.bind-api.
Would the support be considered to add in any near future release? Thanks!
Affects: <5.3.2>
The text was updated successfully, but these errors were encountered:
From jakarta.xml.bind-api v3.0.0, the namespace has been changed to
jakarta.xml.bind.*
instead ofjavax.xml.bind
The last working version is jakarta.xml.bind-api v2.7.8
The org.springframework.http.codec.support.BaseDefaultCodecs file hardcoded
javax.xml.bind
namespace withjaxb2Present = ClassUtils.isPresent("javax.xml.bind.Binder", classLoader);
So it's not working for the newer version of jakarta.xml.bind-api.
Would the support be considered to add in any near future release? Thanks!
Affects: <5.3.2>
The text was updated successfully, but these errors were encountered: