The Quarkus MicroProfile Extension bundles all MicroProfile 6.1 specifications and SmallRye implementations into a single extension dependency for easy consumption.
To use the extension, add the dependency to the target project:
<dependency>
<groupId>io.quarkiverse.microprofile</groupId>
<artifactId>quarkus-microprofile</artifactId>
<version>3.3.0</version>
</dependency>
ℹ️ Recommended Quarkus version: 3.9.0
or higher
MP Version | Extension Version | Quarkus Version | Java Version | Compatible Certification Request |
---|---|---|---|---|
4.1 | 2.7.2.Final | 2.7.2.Final | 11 | ✅ |
5.0 | 3.0.0.Final | 3.0.0.Final | 11 | ✅ |
6.1 | 3.1.0 | 3.6.7 | 11 | ⏳ |
6.1 | 3.2.0 | 3.7.2 | 17 | ⏳ |
6.1 | 3.3.0 | 3.9.0 | 17 | ⏳ |