-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MapProperty requires non empty path #191
Comments
relevant: This only happens when Bean properties, basic types |
…explicit empty map in YAML file) - Use default value of property if it is at root path and the file is completely empty. Empty map / no data can be defined by explicitly setting an empty map to the YAML file (i.e. "{}")
New behavior: if there is a property at root level (i.e. path is |
MapProperty does not generate default values when it's path is an empty String.
ex. Bean
ex. Property
produces an empty file, while modifying path to be
path("test")
produces expected output ofThe text was updated successfully, but these errors were encountered: