mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
0a705f467d
This commit aligns `HttpMessageConverters` with the WebFlux codecs configuration by adding custom converters first, before the auto-detected and well-known ones. This is a general approach in Spring Framework, where custom implementations are more likely to handle specific uses cases and should be involved before considering the more general implementations. Fixes gh-35177