Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Since the change of namespace, more and more developers, libraries and frameworks are using JakartaEE instead of JavaEE. For example Spring Boot 3.x is using Jakarta namespace and Quarkus is developing version 3 which use Jakarta namespace and has been integrated in the main branch of the Quarkus repository.
Like Spring Boot 3 (also Spring Framework 6), Micronaut 3 and Helidon 3 are based on Jakarta EE.
Also Spring Boot 3, for example, is using Apache HttpComponent 5 :
- Spring Boot 3.1 (released in milestone and will be final in may) removed totally dependencies to Apache HttpComponent 4.