mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
This commit makes sure to also include any `GenericConverter` flagged for inclusion in the conversion service to use to convert configuration keys. Previously, those were ignored as `Converter` and `GenericConverter` are two separate interfaces. Closes gh-4988