MicroProfile 1.2 RC2
Pre-release
Pre-release
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:
- Common Annotations 1.2
- 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>