mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
0579e61a65
Previously, the only way to add the collection converters to a registry was to add *all* default converters. A new "addCollectionConverters" public method is now available to only register them. Issue: SPR-13618