Hashtag Jakarta EE #142

Welcome to issue number one hundred and forty-two of Hashtag Jakarta EE!

The release review for Jakarta EE 10 Platform and Jakarta EE 10 Web Profile was completed this Tuesday successfully. The official launch date is set for September 22, 2022. The artifacts are available in Maven Central, so you can go ahead and start using them already.

Jakarta EE 10 Platform

<dependency>
  <groupId>jakarta.platform</groupId>
  <artifactId>jakarta.jakartaee-api</artifactId>
  <version>10.0.0</version>
</dependency>

Jakarta EE 10 Web Profile

<dependency>
  <groupId>jakarta.platform</groupId>
  <artifactId>jakarta.jakartaee-web-api</artifactId>
  <version>10.0.0</version>
</dependency>

Jakarta EE 10 Core Profile

<dependency>
  <groupId>jakarta.platform</groupId>
  <artifactId>jakarta.jakartaee-core-api</artifactId>
  <version>10.0.0</version>
</dependency>

There are already several compatible implementations ready. The following were used for ratification of the specifications:

In addition to these, several additional certification requests have been filed (at the time of writing):

This is incredibly impressive given the number of updates, changes, and features delivered in Jakarta EE 10. It usually takes a little longer for other compatible implementations than the ones used for ratification to be ready. Great work by a vibrant community!

Leave a Reply

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

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