spring-security/docs/modules/ROOT/pages/reactive
Joshua Sattler 040111ae9e Remove Configuration meta-annotation from Enable* annotations
Before, Spring Security's @Enable* annotations were 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.

Closes gh-6613

Signed-off-by: Joshua Sattler <joshua.sattler@mailbox.org>
2022-07-30 03:48:42 +02:00
..
authentication Add Kotlin example for logout configuration of reactive authentication 2022-02-11 13:01:43 +01:00
authorization Remove Configuration meta-annotation from Enable* annotations 2022-07-30 03:48:42 +02:00
configuration Remove Configuration meta-annotation from Enable* annotations 2022-07-30 03:48:42 +02:00
exploits Merge Clean up Reference Documentation 2021-12-13 16:57:36 -06:00
integrations Add Kotlin example for SecuritySocketAcceptorInterceptor of RSocket 2022-03-09 17:49:43 +01:00
oauth2 Remove Configuration meta-annotation from Enable* annotations 2022-07-30 03:48:42 +02:00
test Add Kotlin example for WebTestClient setup docs 2022-07-22 13:47:07 -03:00
getting-started.adoc Add Reactive Getting Started Page 2021-09-23 15:50:14 -05:00
index.adoc rg "xref:\S+?#\S+\[\]" docs/modules -l -g "*.adoc" | while read adoc_file_to_replace; do 2021-09-23 15:49:45 -05:00