mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
This commit updates config data property binding to ignore empty elements in `spring.config.location` and `spring.config.import` property values when a value is a comma-delimited string representing a collection. Fixes gh-26342