Skip to content

MicroProfile Health 3.0-RC5

Pre-release
Pre-release
Compare
Choose a tag to compare
@xstefank xstefank released this 19 Oct 09:30

Javadocs | Spec PDF | Spec html
This is the 3.0-RC5 release. Maven coordinates:

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

Changes in 3.0

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

Incompatible changes

  • Pruning @health qualifier (#252)
  • Fix HealthCheckResponse deserialization issue (#243)

Other changes

  • Add configuration value for default readiness status (#244)
  • Update dependencies scope and version to align on latest Jakarta EE 8 version (#214)