Skip to content

MicroProfile Health Check 2.0.1

Compare
Choose a tag to compare
@antoinesd antoinesd released this 23 May 09:01

This is a service release for MicroProfile 2.0 that removed a TCK test and its dependencies as they didn't wen't thru Eclipse IP process.

API binary is the same than previous version.

You can use this version by adding the following artifact:

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