spring-security/docs/modules/ROOT/pages/reactive/oauth2/client
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
..
authorization-grants.adoc Remove Configuration meta-annotation from Enable* annotations 2022-07-30 03:48:42 +02:00
authorized-clients.adoc Separate OAuth 2.0 Client Reactive Docs 2021-11-04 12:45:39 -06:00
client-authentication.adoc Add support for customizing claims in JWT Client Assertion 2022-03-17 09:50:25 -05:00
core.adoc Separate OAuth 2.0 Client Reactive Docs 2021-11-04 12:45:39 -06:00
index.adoc Remove Configuration meta-annotation from Enable* annotations 2022-07-30 03:48:42 +02:00