Skip to content

MicroProfile 1.3 RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@kwsutter kwsutter released this 27 Dec 14:11

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>