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
@EnableSpringConfigured and its underlying SpringConfiguredConfiguration@Configuration class accidentally established a package cycle between beans.factory.aspectj and context.annotation due to the SpringConfiguredConfiguration's dependency on annotations such as @Configuration, @Bean and @Role.