Skip to content

MicroProfile Health 2.0 Release Candidate

Pre-release
Pre-release
Compare
Choose a tag to compare
@antoinesd antoinesd released this 14 May 12:12

Add this version to your project with:

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

Changes in 2.0

  • Message body of Health check response was modified, outcome was replaced by status [Breaking Change]
  • Deprecation of @Health annotation
  • Introduction of Health checks for @Liveness and @Readiness on /health/ready and /health/live endpoints
  • TCK enhancement and cleanup
  • Enhance examples in spec (introduce Health check procedures producers)
  • Explicit that Health check procedures are not called in predictable order