• 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
.github Loading commit data...
buildSrc Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
gradle/wrapper Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
build.gradle Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...