Closed
Description
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