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 new constructor binding is automatically applied when a constructor is present. If an application was relying on a custom constructor to inject other components, they'll be broken on upgrade as we'll try to call that constructor to bind properties.
Moving to @Bean will work but keeping @ConfigurationProperties on the type will not generate the expected metadata.
The new constructor binding is automatically applied when a constructor is present. If an application was relying on a custom constructor to inject other components, they'll be broken on upgrade as we'll try to call that constructor to bind properties.
Moving to
@Bean
will work but keeping@ConfigurationProperties
on the type will not generate the expected metadata.See spring-attic/spring-cloud-stream-binder-kafka#750 for a concrete example.
The text was updated successfully, but these errors were encountered: