Refine YamlProcessor to allow different empty values by philwebb · Pull Request #36207 · spring-projects/spring-framework
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 spring-projectsgh-36197 See spring-projectsgh-19986 Signed-off-by: Phillip Webb <phil.webb@broadcom.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters