quarkus
quarkus copied to clipboard
Jakarta - EE 10 - Update all the Jakarta APIs/Implementations to EE 10
For now, our upgrade recipes target EE 9, we need to upgrade to EE 10.
We can expect some issues:
- CDI introduces some new APIs that we will have to implement
- We need Hibernate ORM 6 - see https://github.com/quarkusio/quarkus/issues/26986
- Probably other fun things :)
/cc @manovotn, @maxandersen, @radcortez, @sanne
I think we can close this, it has been done for all the specs for which we can do it. And we have an issue for the one missing.