mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
This commit detects case where the same set of keys are exposed several times and prevents the compilation to complete. Previously, duplicate keys were silently added to the meta-data. Closes gh-5939