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

Green stylised leaf symbol representing the Spring Framework, shown with a smooth curved shape and a small stem inside a circular or rounded background , with 'spring' written on its right side. 2 minutes
Jakarta EE

Spring Framework 7.0 and Spring Data 2025.1.0 Embrace Jakarta EE 11 Compatibility

The recent releases of Spring Framework 7.0 and Spring Data 2025.1.0 mark an important milestone for the Java ecosystem, […]

Docker logo 4 minutes
Community

Level Up Your Jakarta EE Apps with Payara 7 and New Docker Images

We’re excited to share major updates around the Docker image story for the Payara Platform Community, aligned with our […]

Timeline showing Payara Platform Enterprise 4, 5, and 6 support phases (Full, Extended, Lifetime) from 2023–2033, along with JDK 8, 11, 17, and 21 support periods and end-of-life markers. 4 minutes
Thought Leadership

Understanding the Payara Platform Enterprise Software Lifecycle: How We Support Long-Term Stability 

Keeping an application server running smoothly isn’t so much about new features, but more about predictability and consistency. Software […]