MicroProfile Health 3.1
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)