mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
Update `HealthEndpointConfiguration` to also include adapted reactive health contributors when project reactor is on the classpath. Prior to this commit, reactive contributors were only exposed in WebFlux applications. This was a regression from Spring Boot 2.1 that we didn't catch because all our own reactive contributors all have non-reactive equivalents. Closes gh-18805