spring-boot/spring-boot-project/spring-boot-actuator-autoco...
Brian Clozel 8dedeb4c6a Fix missing liveness and readiness indicators
Prior to this commit, the livenessState and readinessState health
indicators would not be configured automatically and would be missing
from the "liveness" and "readiness" health groups, leading to 404s when
hitting the `/actuator/health/liveness` or `/actuator/health/readiness`.

This commit ensures that the health indicators beans have the proper
name and revisits the auto-configuration conditions to reflect that as
well.

Fixes gh-22562
2020-08-01 20:57:34 +02:00
..
src Fix missing liveness and readiness indicators 2020-08-01 20:57:34 +02:00
build.gradle Remove redundant compiler arguments in Gradle build files 2020-07-22 06:42:48 +01:00