mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 06:29:16 +00:00
Update `ConfigDataLocation.of` to return an empty location rather than null. Filtering of empty elements now happens in `ConfigDataProperties` and `ConfigDataEnvironment` which allows us to simplify `ConfigDataLocationBindHandler`. Closes gh-47221 Co-authored-by: Phillip Webb <phil.webb@broadcom.com>