github eclipse/microprofile 1.4-RC1
MicroProfile 1.4-RC1

latest releases: 5.0, 5.0-RC2, 5.0-RC1...
pre-release5 years ago

MicroProfile 1.4 is the final planned release of the 1.x release train based on Java EE 7 APIs. Future releases will based on MicroProfile 2.0 and the core Java EE 8 APIs. This release consists of MicroProfile 1.3 plus the following updates:

  • Config 1.3
  • Fault Tolerance 1.1
  • JWT 1.1
  • OpenTracing 1.1
  • Rest Client 1.1

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

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

Don't miss a new microprofile release

NewReleases is sending notifications on new releases.