spring-boot/spring-boot-project/spring-boot-autoconfigure
Andy Wilkinson 4493958f13 Improve conditions for enabling WebFlux security
This commit correct a mistake where AuthenticationManager was used
instead of ReactiveAuthenticationManager. It also expands the
conditions so that WebFlux security will be enabled when the user
has defined their own SecurityWebFilterChain. In such a situation
no other security-related beans may be needed to use WebFlux
security as things may have been configured directly using the DSL.

Closes gh-37504
2023-09-30 09:06:00 +01:00
..
src Improve conditions for enabling WebFlux security 2023-09-30 09:06:00 +01:00
build.gradle Merge branch '3.1.x' 2023-09-29 15:02:19 +01:00