Files
spring-boot/module/spring-boot-security-oauth2-resource-server
Stéphane Nicoll 29b03edf6f Do not configure a ReactiveJmtDecoder without spring-webflux
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
2026-03-27 11:11:22 +01:00
..