Skip to content

MicroProfile 1.2 RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kwsutter kwsutter released this 18 Sep 16:36

MicroProfile 1.2 is the latest release of the MicroProfile project. It consists of MicroProfile 1.1 (MicroProfile 1.0 plus Config 1.0) plus the following updates:

  • Config 1.1
  • Fault Tolerance 1.0
  • Health Check 1.0
  • Metrics 1.0
  • JWT Propagation 1.0

To get started with MicroProfile 1.2, add the following dependency to your pom.xml:

<dependency>
      <groupId>org.eclipse.microprofile</groupId>
      <artifactId>microprofile</artifactId>
      <version>1.2</version>
      <type>pom</type>
</dependency>