mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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>