spring-boot/spring-boot-project/spring-boot-actuator-autoco...
Stephane Nicoll a4913712cb Do not expose the composite ReactiveHealthIndicator as a bean
Previously, a `ReactiveHealthIndicator` bean was exposed to define the
health indicator to use for the reactive endpoint. Having it exposed as
a bean has the side effect that the regular `HealthIndicator` composite
is picked up and a "reactive" entry is added to the health details.

This commit creates such indicator internally as it should be.

Closes gh-11222
2017-12-02 08:29:07 +01:00
..
src Do not expose the composite ReactiveHealthIndicator as a bean 2017-12-02 08:29:07 +01:00
pom.xml Provide reference documentation for Actuator web endpoints 2017-11-17 11:27:16 +00:00