-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: configAn issue in spring-security-configAn issue in spring-security-configstatus: duplicateA duplicate of another issueA duplicate of another issuetype: breaks-passivityA change that breaks passivity with the previous releaseA change that breaks passivity with the previous releasetype: enhancementA general enhancementA general enhancement
Description
Currently, all Spring Security's @Enable
annotations are meta-annotated with @Configuration
. While convenient, this is not consistent with the rest of the Spring projects and most notably Spring Framework's @Enable
annotations.
Additionally, the introduction of support for @Configuration(proxyBeanMethods=false)
in Spring Framework provides a compelling reason to remove @Configuration
meta-annotation from Spring Security's @Enable
annotations and allow users to opt into their preferred configuration mode.
Metadata
Metadata
Labels
in: configAn issue in spring-security-configAn issue in spring-security-configstatus: duplicateA duplicate of another issueA duplicate of another issuetype: breaks-passivityA change that breaks passivity with the previous releaseA change that breaks passivity with the previous releasetype: enhancementA general enhancementA general enhancement