mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 00:29:01 +00:00
This commit guards the creation of a ReactiveJwtDecoder with the presence of Spring WebFlux. WebClient is used behind the scenes and the sole presences of the authorization server and reactive types were not precise enough. Closes gh-49807