• Brian Clozel's avatar
    Fix missing liveness and readiness indicators · 8dedeb4c
    Brian Clozel authored
    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
    8dedeb4c
Name
Last commit
Last update
..
java/org/springframework/boot/actuate/autoconfigure Loading commit data...
resources/META-INF Loading commit data...