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:
- Eclipse GlassFish 7.0.0-M8 – Jakarta EE 10 Platform
- Eclipse GlassFish 7.0.0.M8 Web Profile – Jakarta EE 10 Web Profile
- WildFly 27.0.0.Alpha1 – Jakarta EE 10 Core Profile
In addition to these, several additional certification requests have been filed (at the time of writing):
- FUJITSU Software Enterprise Application Platform 1.1.0 – Jakarta EE 10 Platform
- Open Liberty 22.0.0.10-beta – Jakarta EE 10 Core Profile
- Payara Server Community 6.2022.1.Alpha3 – Jakarta EE 10 Core Profile
- Payara Server Community 6.2022.1.Alpha4 – Jakarta EE 10 Platform
- WildFly 27.0.0.Alpha5 – Jakarta EE 10 Platform
- WildFly 27.0.0.Alpha5 – akarta EE 10 Web Profile.
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!