org.springframework.boot.actuate.health currently mixes health indicator API and endpoint implementation details. I think it could be worth splitting the package up.

Comment From: donalmurtagh

It appears these types have been moved in v4. They are now here:

  • org.springframework.boot.health.contributor.Health
  • org.springframework.boot.health.contributor.HealthIndicator