mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
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