1. 22 Jul, 2020 34 commits
  2. 21 Jul, 2020 6 commits
    • Brian Clozel's avatar
      Merge branch '2.3.x' · c6df64ae
      Brian Clozel authored
      c6df64ae
    • Brian Clozel's avatar
      Polish "Improve liveness/readiness health config" · 03739e30
      Brian Clozel authored
      See gh-22107
      03739e30
    • Brian Clozel's avatar
      Merge branch '2.3.x' · 1d95e2f5
      Brian Clozel authored
      Closes gh-22483
      1d95e2f5
    • Brian Clozel's avatar
      Improve liveness/readiness health config · fe807d6c
      Brian Clozel authored
      Prior to this commit, the application availability infrastructure
      would mix the `AvailabilityState`, the `HealthIndicator` and the
      `HealthGroup` concepts and would not align with the rest.
      
      This commit auto-configures the livenessState and readinessState
      health indicators with the relevant configuration properties.
      Unlike other indicators, they are not enabled by default but might
      be in future versions.
      
      This also moves the `management.health.probes.enabled` property
      to `management.endpoint.health.probes.enabled` since "probes" here
      is not a health indicator but rather a configuration flag for the
      health endpoint.
      
      Finally, the probes auto-configuration is refined to automatically
      add liveness and readiness indicators for the probes group if
      they're not already present.
      
      Closes gh-22107
      fe807d6c
    • Andy Wilkinson's avatar
      Merge branch '2.3.x' · ffaaf6af
      Andy Wilkinson authored
      ffaaf6af
    • Andy Wilkinson's avatar
      Upgrade to Spring Framework 5.2.8.RELEASE · cb735588
      Andy Wilkinson authored
      Closes gh-22375
      cb735588