mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 21:39:05 +00:00
Snake YAML allows for duplicate keys in map nodes. See https://code.google.com/p/snakeyaml/issues/detail?id=199 This commit uses a dedicated Constructor extension that explicitly checks for such duplicate keys. Issue: SPR-12318