-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement
Description
Expected Behavior
Webflux Security Documentation should be consistent with the examples and only use @EnableWebFluxSecurity
without the additional @Configuration
.
Current Behavior
One example only uses @EnableWebFluxSecurity
the rest use an additional @Configuration
.
Context
It makes it harder for the reader to understand if the @Configuration
is needed or not.
I suggest to keep it consistent and remove the @Configuration
with a hint that @EnableWebfluxSecurity
is already annotated with @Configuration
.
Metadata
Metadata
Assignees
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement