You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The heuristics to work out when a @ConfigurationProperties class is bound as a bean vs when constructor binding is used are currently not clear. Whilst it might be possible to deduce them in the future, requiring a specific signal that constructor binding is needed should be added for 2.2.
The text was updated successfully, but these errors were encountered:
philwebb
changed the title
Add annotation required to switch on contructor binding
Add annotation required to switch on constructor binding
Oct 2, 2019
The heuristics to work out when a
@ConfigurationProperties
class is bound as a bean vs when constructor binding is used are currently not clear. Whilst it might be possible to deduce them in the future, requiring a specific signal that constructor binding is needed should be added for 2.2.The text was updated successfully, but these errors were encountered: