Skip to content

Commit cf3e1c8

Browse files
committed
JDK 23: update JEPs
1 parent 3c71abb commit cf3e1c8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ A project to explore more about the new features from Java 8 through Java 21.
1515
* Primitive Types in Patterns, `instanceof` and `switch` (preview)
1616
* Class-File API (preview 2)
1717
* Stream Gatherers (preview 2)
18+
* Marketdown documentation comments
19+
* Module import declarations (preview)
1820

1921
* [Java 22](java-22/) (Mar, 2024)
2022
* Statements before `super` (preview)

java-23/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ To run each example use: `java --enable-preview --source 23 <FileName.java>`
66

77
* [455](https://openjdk.org/jeps/455) - Primitive Types in Patterns, instanceof, and switch (Preview)
88
* [466](https://openjdk.org/jeps/466) - Class-File API (Second Preview)
9+
* [467](https://openjdk.org/jeps/467) - Markdown Documentation Comments
910
* [469](https://openjdk.org/jeps/469) - Vector API (Eighth Incubator)
1011
* [473](https://openjdk.org/jeps/473) - Stream Gatherers (Second Preview)
1112
* [474](https://openjdk.org/jeps/474) - ZGC: Generational Mode by Default

0 commit comments

Comments
 (0)