github eclipse/microprofile 2.1-RC2
MicroProfile 2.1-RC2

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

MicroProfile 2.1 is the eighth release for the Eclipse MicroProfile project. Based on MicroProfile's time-boxed release process, this is an incremental release that includes an update to OpenTracing 1.2. MicroProfile 2.x releases are based on Java EE 8. If you are still dependent on Java EE 7, please consider using the 1.4 release of MicroProfile.

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

<dependency>
    <groupId>org.eclipse.microprofile</groupId>
    <artifactId>microprofile</artifactId>
    <version>2.1-RC2</version>
    <type>pom</type>
    <scope>provided</scope>
</dependency>

NOTE: Due to a recent code re-organization, the previous releases of MicroProfile (1.3 and before) are located in the microprofile-bom repository.

Don't miss a new microprofile release

NewReleases is sending notifications on new releases.