-
Notifications
You must be signed in to change notification settings - Fork 40.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
text/xml not supported when using Jackson #1749
Comments
I guess you were using JAXB previously? The JAXB-based HttpMessageConverters support |
Good catch, I have created the related SPR-12366 issue, and will fix it shortly. The fix will be in Spring Framework 4.1.2, so Spring Boot 1.2 will also have the right behavior. |
This issue is now fixed in Spring Framework master with this commit, and will be available in next 4.1.2.BUILD-SNAPSHOT build. |
@sdeleuze Thanks |
Boot 1.2 snapshots are now using Spring 4.1.2 so you should no longer see this problem |
with #1580 there was support included for Jackson based XML serialization, but when we enable this support
we loose support for /text/xml processing by our rest templates. it seems that jackson only supports application/xml
The text was updated successfully, but these errors were encountered: