Skip to content

Commit

Permalink
Add Temurin 23 release blog
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Sep 20, 2024
1 parent cd87aa1 commit b519615
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions content/blog/eclipse-temurin-23-available/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit b519615

Please sign in to comment.