mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
SpringReactiveOpaqueTokenIntrospector uses WebClient in its implementation so the auto-configuration of it must back off when spring-webflux is not on the classpath. Failing to do so results in a ClassNotFoundException for WebFlux's BodyInserters if the auto-configuration's other conditions are met. Fixes gh-50764