mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
ab314aadd9
Update `YamlProcessor` to allow any value to be inserted for empty entries. This update will allow blank strings to be used instead of `null` which better aligns with the way that `.properties` files are loaded. This update also allows allows the specified `emptyValue` to be inserted instead of a blank String when the YAML contains `null` or `~` values. See gh-36197 See gh-19986 Signed-off-by: Phillip Webb <phil.webb@broadcom.com>