-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Create new ConfigurationProperties Binder #8868
Comments
|
The |
Nested properties will only be validated if there is a bound value or they have an |
Wondering if #6911 can be fixed differently with the new implementation. |
philwebb
added a commit
to philwebb/spring-boot
that referenced
this issue
Apr 25, 2017
Create a new `Binder` class specifically designed to bind properties from one or more `ConfigurationPropertySources` to an object. The binder provides a replacement for `RelaxedBinder` and attempts to fix the limitations of the previous solution. Closes spring-projectsgh-8868
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A general placeholder for the new configuration properties binder work.
The text was updated successfully, but these errors were encountered: