Skip to content

MicroProfile 1.1

Compare
Choose a tag to compare
@kwsutter kwsutter released this 28 Aug 15:26

MicroProfile 1.1 is the latest release of the MicroProfile project. It consists of MicroProfile 1.0 (JAX-RS 2.0, CDI 1.2, and JSON-P 1.0) plus Config 1.0.

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

<dependency>
      <groupId>org.eclipse.microprofile</groupId>
      <artifactId>microprofile-bom</artifactId>
      <version>1.1.0</version>
      <type>pom</type>
</dependency>