6.1-RC1
Pre-release
Pre-release
MicroProfile 6.1 aligns with Jakarta EE 10 Core Profile and replaces MicroProfile OpenTracing with MicroProfile Telemetry. This release continues the Jakarta EE 9.1 jakarta.* namespace alignment with Jakarta specifications introduced in MicroProfile 5.0.
To get started with MicroProfile 6.0, add the following dependency to your pom.xml to get the complete MicroProfile stack:
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile</artifactId>
<version>6.1-RC1</version>
<type>pom</type>
<scope>provided</scope>
</dependency>