diff --git a/content/blog/eclipse-temurin-23-available/index.md b/content/blog/eclipse-temurin-23-available/index.md index 85a68b9af..f8a5a4170 100644 --- a/content/blog/eclipse-temurin-23-available/index.md +++ b/content/blog/eclipse-temurin-23-available/index.md @@ -17,17 +17,28 @@ Adoptium is happy to announce the immediate availability of Eclipse Temurin 23+3 ## Overview of Java 23 Features -[JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview)](https://openjdk.org/jeps/455) -[JEP 466: Class-File API (Second Preview)](https://openjdk.org/jeps/466) -[JEP 467: Markdown Documentation Comments](https://openjdk.org/jeps/467) -[JEP 469: Vector API (Eighth Incubator)](https://openjdk.org/jeps/469) -[JEP 473: Stream Gatherers (Second Preview)](https://openjdk.org/jeps/473) -[JEP 471: Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal](https://openjdk.org/jeps/471) -[JEP 474: ZGC: Generational Mode by Default](https://openjdk.org/jeps/474) -[JEP 476: Module Import Declarations (Preview)](https://openjdk.org/jeps/476) -[JEP 477: Implicitly Declared Classes and Instance Main Methods (Third Preview)](https://openjdk.org/jeps/477) -[JEP 480: Structured Concurrency (Third Preview)](https://openjdk.org/jeps/480) -[JEP 481: Scoped Values (Third Preview)](https://openjdk.org/jeps/481) -[JEP 482: Flexible Constructor Bodies (Second Preview)](https://openjdk.org/jeps/482) +* [JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview)](https://openjdk.org/jeps/455) + +* [JEP 466: Class-File API (Second Preview)](https://openjdk.org/jeps/466) + +* [JEP 467: Markdown Documentation Comments](https://openjdk.org/jeps/467) + +* [JEP 469: Vector API (Eighth Incubator)](https://openjdk.org/jeps/469) + +* [JEP 473: Stream Gatherers (Second Preview)](https://openjdk.org/jeps/473) + +* [JEP 471: Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal](https://openjdk.org/jeps/471) + +* [JEP 474: ZGC: Generational Mode by Default](https://openjdk.org/jeps/474) + +* [JEP 476: Module Import Declarations (Preview)](https://openjdk.org/jeps/476) + +* [JEP 477: Implicitly Declared Classes and Instance Main Methods (Third Preview)](https://openjdk.org/jeps/477) + +* [JEP 480: Structured Concurrency (Third Preview)](https://openjdk.org/jeps/480) + +* [JEP 481: Scoped Values (Third Preview)](https://openjdk.org/jeps/481) + +*[JEP 482: Flexible Constructor Bodies (Second Preview)](https://openjdk.org/jeps/482) For a complete list of the enhancements (including ones that only impact developers of OpenJDK), [see the JDK 23 overview over at OpenJDK](https://openjdk.org/projects/jdk/23/).