mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
ffd9c62fc8
Some converters (Jackson, Gson, Protobuf) already do this. It is now also done in AbstractMessageConverterMethodArgumentResolver which enforces a consistent behavior across controller method arguments. Issue: SPR-12745