What’s New in Eclipse MicroProfile 6.0?

Jakarta EE

The Eclipse MicroProfile project is a Jakarta EE based project that augments the platform with cloud-native APIs for developing applications for the cloud. MicroProfile has had five previous version releases, with the latest being 6.0. Versions prior to 6.0 were built on the Jakarta Contexts and Dependency Injection, Jakarta RESTful Web Services and Jakarta JSON APIs. 

However, MicroProfile 6.0 now builds on the Core Profile of Jakarta EE 10. Jakarta EE Core Profile contains a small set of the full platform APIs targeted at microservices runtimes and ahead-of-time compilations. This change also means MicroProfile switches to the use of the jakarta namespace introduced in Jakarta EE 9.

This is a breaking change that  you should be aware of. According to the project, “if you are still dependent on Jakarta EE 9.1, please consider using the 5.0 release of MicroProfile. If you are still dependent on Jakarta EE 8, please consider using the 4.1 release of MicroProfile. If you are still dependent on Java EE 8, please consider using the 3.3 release of MicroProfile. If you are still dependent on Java EE 7, please consider using the 1.4 release of MicroProfile.”

Notable changes in this release include the aforementioned switch to dependency on the Jakarta EE Core profile, breaking changes in MicroProfile Metrics and MicroProfile Telemetry  replacing MicroProfile OpenTracing. To use MicroProfile 6.0, you can add the following Maven coordinates to your project to pull in the full distribution. 

<dependency>
   <groupId>org.eclipse.microprofile</groupId>
   <artifactId>microprofile</artifactId>
   <version>6.0</version>
   <type>pom</type>
   <scope>provided</scope>
</dependency>

We will be covering taking a deeper look at the various changes in subsequent blog posts. In the meantime, if you are new to Eclipse MicroProfile, take a look at the MicroProfile dedicated section of our guides for detailed guides on the various APIs that make up the project. 

We also havethis e-Book available, ‘Explaining Microservices: No Nonsense Guide for Decision Makers’:Explaining Microservices Template-3

 

Comments (0)

Post a comment

Your email address will not be published. Required fields are marked *

Payara needs the contact information you provide to us to contact you about our products and services. You may unsubscribe from these communications at any time. For information on how to unsubscribe, as well as our privacy practices and commitment to protecting your privacy, please review our Legal & Privacy Policy.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Posts

SpringBoot Actuator Health for Microprofile Developers 7 minutes
Cloud & Microservices

Spring Boot Actuator Health for MicroProfile Developers

If you worked with MicroProfile Health, you already understand the value of exposing application health information through standardized endpoints. […]

Webinar banner for “High-Frequency Trading on Jakarta EE: GC Stress Testing with Azul C4 and Payara Micro,” March 25, 2026, 2 PM GMT. Features Azul and Payara Micro logos and speaker photos of Luqman Saeed, Jakarta EE Specialist, and Simon Ritter, Deputy CTO and Java Champion. 1 minute
Cloud & Microservices

High-Frequency Trading on Jakarta EE: Join Our Upcoming Live Webinar

Modern high-frequency trading (HFT) platforms operate under extreme performance constraints, processing tens of thousands of messages per second while […]

Illustration promoting the Payara Platform Community Survey, featuring bold text on a blue background alongside a clipboard with a checklist, star ratings, and check marks, with coral and fish graphics in an underwater theme. 1 minute
Community

Help Shape the Future of Payara Platform Community – Take Our 2026 Survey

Earlier this week, we’ve launched the 2026 Payara Platform Community Survey and we’d love to hear from you. If […]