MicroProfile 1.3 RC2
Pre-release
Pre-release
MicroProfile 1.3 is the latest release of the MicroProfile project. It consists of MicroProfile 1.2 plus the following updates:
- (will be updated as we iterate through the RCx builds)
- Config 1.2
- Metrics 1.1
- OpenAPI 1.0
- Rest Client 1.0
To get started with MicroProfile 1.3, add the following dependency to your pom.xml:
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>