Java 26 : les JEP sont figées
lun, 08/12/2025 - 17:41
Java 26 arrivera en mars 2026. La liste des fonctionnalités prévues est maintenant fixée et connue. Cela signifie qu'aucune nouvelle JEP ne sera rajoutée au langage. 10 JEP sont attendues dont 5 sont des préversions ou en incubations :
- JEP 500: Prepare to Make Final Mean Final
- JEP 504: Remove the Applet API
- JEP 516: Ahead-of-Time Object Caching with Any GC
- JEP 517: HTTP/3 for the HTTP Client API
- JEP 522: G1 GC: Improve Throughput by Reducing Synchronization
- JEP 524: PEM Encodings of Cryptographic Objects (Second Preview)
- JEP 525: Structured Concurrency (Sixth Preview)
- JEP 526: Lazy Constants (Second Preview)
- JEP 529: Vector API (Eleventh Incubator)
- JEP 530: Primitive Types in Patterns, instanceof, and switch (Fourth Preview)
Page officielle : https://openjdk.org/projects/jdk/26/
A noter que Java 27 vient tout juste de s'ouvrir officiellement : les builds 0 et 1 sont disponibles. Pour le moment, aucune JEP n'est rattachée à cette version.

