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
@EnableMethodSecurity (and @EnableWebSecurity as well) dropped the meta annotation @Configuration between version 5.8 & 6.0.x. Projects that were relying on that annotation to register the class for component scanning will need to add the @Configuration annotation themselves.
Mentioned in spring-projects/spring-boot#33645 and opening here.
@EnableMethodSecurity
(and@EnableWebSecurity
as well) dropped the meta annotation@Configuration
between version 5.8 & 6.0.x. Projects that were relying on that annotation to register the class for component scanning will need to add the@Configuration
annotation themselves.I think this would be good to mention in the 6.0 Migration Guide
The text was updated successfully, but these errors were encountered: