Skip to content

MicroProfile 1.3

Latest
Compare
Choose a tag to compare
@kwsutter kwsutter released this 03 Jan 17:44

MicroProfile 1.3 is the latest release of the MicroProfile project. It consists of MicroProfile 1.2 plus the following updates:

  • Config 1.2
  • Metrics 1.1
  • OpenAPI 1.0
  • OpenTracing 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>