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
We have a few places across the codebase where we are accidentally using lite configuration mode with @Bean methods on a class that is not annotated with @Configuration. To avoid unexpected behaviour and to pave the way for #9068, we should make sure that we're only using @Bean on @Configuration classes.
The text was updated successfully, but these errors were encountered:
We have a few places across the codebase where we are accidentally using lite configuration mode with
@Bean
methods on a class that is not annotated with@Configuration
. To avoid unexpected behaviour and to pave the way for #9068, we should make sure that we're only using@Bean
on@Configuration
classes.The text was updated successfully, but these errors were encountered: