Skip to content

MicroProfile Health 2.1 Final

Choose a tag to compare

@antoinesd antoinesd released this 10 Sep 16:04

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

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

Changes in 2.1

  • Add new method to create responses
  • Add config property to disable implementation Health Check procedures
  • Improve javadoc
  • Testing JSON format
  • Add delayed test
  • Add test name before each tests
  • Remove duplicate Arquillian import
  • Remove EL API transitive dependency