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>
Comment From: andrei-ivanov
See #25354
Comment From: sbrannen
Closing as a duplicate of #25354.