• Brian Clozel's avatar
    Polish Liveness and Readiness support · ffdf9a42
    Brian Clozel authored
    This commit moves the core Liveness and Readiness support to its own
    `availability` package. We've made this a core concept independent of
    Kubernetes.
    
    Spring Boot now produces `LivenessStateChanged` and
    `ReadinessStateChanged` events as part of the typical application
    lifecycle.
    
    Liveness and Readiness Probes (`HealthIndicator` components and health
    groups) are still configured only when deployed on Kubernetes.
    
    This commit also improves the documentation around Probes best practices
    and container lifecycle considerations.
    
    See gh-19593
    ffdf9a42
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...