6.0
MicroProfile 6.0 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.
Based on MicroProfile's time-boxed release process, this is a major release that includes the following updates:
- Jakarta EE 10 Core Profile
- MicroProfile Config 3.0
- MicroProfile Health 4.0
- MicroProfile Fault Tolerance 4.0
- MicroProfile JWT RBAC 2.1
- MicroProfile Metrics 5.0
- MicroProfile OpenAPI 3.1
- MicroProfile Telemetry 1.0
- MicroProfile Rest Client 3.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.0</version>
<type>pom</type>
<scope>provided</scope>
</dependency>