linghengqian commented on issue #31203: URL: https://github.com/apache/shardingsphere/issues/31203#issuecomment-2128840603
- @Comven So, this is actually an issue with Spring Framework's WebMVC. Even if `jackson-dataformat-xml` is not used and instead, xstream or another XML parsing library is utilized, the problem would still arise if one were to implement an `AbstractGenericHttpMessageConverter` akin to `MappingJackson2XmlHttpMessageConverter`. I lean towards this being an issue that should be raised at https://github.com/spring-projects/spring-framework/issues , specifically that merely introducing `jackson-dataformat-xml` should not activate the `MappingJackson2XmlHttpMessageConverter`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
