Skip to content

MicroProfile Health 3.1

Compare
Choose a tag to compare
@xstefank xstefank released this 25 Jun 13:16

Javadocs | Spec PDF | Spec html
This is the 3.1 release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.health</groupId>
  <artifactId>microprofile-health-api</artifactId>
  <version>3.1</version>
</dependency>

Changes in 3.1

The following changes occurred in the 3.1 release, compared to 3.0. A full list of changes may be found on the MicroProfile Health 3.1 milestone.

Incompatible Changes

  • None

API/SPI Changes

  • Added @Startup qualifier for the Kubernetes startup probes health check procedures (#274)
  • Introduction of /health/started endpoint that must call all the startup procedures

Functional Changes

  • Specify the behavior of the startup health checks (#274)
  • Specify the mp.health.default.startup.empty.response config property (#274)

Other Changes

  • Integrated MicroProfile Parent POM (#282)
  • Clarified mp.health.default.readiness.empty.response usage (#283)