github eclipse/microprofile 2.0.1-RC3
MicroProfile 2.0.1-RC3

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

MicroProfile 2.0.1 is the seventh release for the Eclipse MicroProfile project. This is a patch release to correct an issue with the JSON-B maven dependency in the pom.xml. The defined content for MicroProfile 2.0 did not change -- MicroProfile 2.0 was a major release since the Java EE dependencies are now 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.0.1, add the following dependency to your pom.xml:

<dependency>
      <groupId>org.eclipse.microprofile</groupId>
      <artifactId>microprofile</artifactId>
      <version>2.0.1</version>
      <type>pom</type>
</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.