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
Supporting constructor binding on 3rd party classes the way @ImportAsConfigurationPropertiesBean does leads to some inconsistensies. The main one is that the annotation use constructor binding by default, which is at odds with what @ConfigurationProperties is doing.
This issue is to essentially revert #23172 introduced in the previous milestone.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Supporting constructor binding on 3rd party classes the way
@ImportAsConfigurationPropertiesBean
does leads to some inconsistensies. The main one is that the annotation use constructor binding by default, which is at odds with what@ConfigurationProperties
is doing.This issue is to essentially revert #23172 introduced in the previous milestone.
The text was updated successfully, but these errors were encountered: