spring-boot/core
Moritz Halbritter 7ada32ca77 Make ConfigDataLocation.of non-nullable
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>
2025-09-16 12:06:36 -07:00
..
spring-boot Make ConfigDataLocation.of non-nullable 2025-09-16 12:06:36 -07:00
spring-boot-autoconfigure Update PropertyMapper to better support nullability 2025-09-05 14:43:33 -07:00
spring-boot-autoconfigure-processor
spring-boot-docker-compose Improve null-safety of core/spring-boot-docker-compose 2025-09-16 13:52:13 +02:00
spring-boot-properties-migrator
spring-boot-test Further improve null-safety of JsonContentAssert 2025-09-16 13:42:24 +02:00
spring-boot-testcontainers