As of https://github.com/spring-projects/spring-framework/issues/33894, Spring Framework introduced its own HttpMessageConverters API.
We should take this opportunity to:
- revisit our own
HttpMessageConverterstype, maybe start deprecating it - review our client and server auto-configuration to try and support both
Comment From: wilkinsona
Superseded by #46411.