Validate @ConfigurationProperties bean definitions
Add a bean definition post-processor that throws a better exception if @ConstructorBinding property beans are being instantiated as regular Spring beans. Prior to this commit, a constructor bound properties bean would fail with an unsatisfied dependency exception which isn't all that helpful. Closes gh-17831
Showing
Please register or sign in to comment