Skip to content

MicroProfile 2.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kwsutter kwsutter released this 05 Jun 20:39

MicroProfile 2.0 is the latest release of the MicroProfile project. This is a major new release
for MicroProfile 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.x branch of MicroProfile.

Based on our time-boxed process, the content for MicroProfile 2.0 will be MicroProfile 1.4 plus Java EE 8. Thus, the complete list of functional components for MicroProfile 2.0 includes...

  • MicroProfile Config 1.3
  • MicroProfile Fault Tolerance 1.1
  • MicroProfile Health Check 1.0
  • MicroProfile JWT Authentication 1.1
  • MicroProfile Metrics 1.1
  • MicroProfile OpenAPI 1.0
  • MicroProfile OpenTracing 1.1
  • MicroProfile Rest Client 1.1
  • CDI 2.0
  • Common Annotations 1.3
  • JAX-RS 2.1
  • JSON-B 1.0
  • JSON-P 1.1

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

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

NOTE: Due to recent code re-organization, the previous releases of MicroProfile are located in the microprofile-bom repository.