@@ -22,18 +22,18 @@ found here:
2222
2323AspectJ 1.9.23 supports https://openjdk.java.net/projects/jdk/23/[Java 23], its final and preview features:
2424
25- 455: Primitive Types in Patterns, instanceof, and switch (Preview)
26- 466: Class-File API (Second Preview)
27- 467: Markdown Documentation Comments
28- 469: Vector API (Eighth Incubator)
29- 473: Stream Gatherers (Second Preview)
30- 471: Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal
31- 474: ZGC: Generational Mode by Default
32- 476: Module Import Declarations (Preview)
33- 477: Implicitly Declared Classes and Instance Main Methods (Third Preview)
34- 480: Structured Concurrency (Third Preview)
35- 481: Scoped Values (Third Preview)
36- 482: Flexible Constructor Bodies (Second Preview)
25+ * 455: Primitive Types in Patterns, instanceof, and switch (Preview)
26+ * 466: Class-File API (Second Preview)
27+ * 467: Markdown Documentation Comments
28+ * 469: Vector API (Eighth Incubator)
29+ * 473: Stream Gatherers (Second Preview)
30+ * 471: Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal
31+ * 474: ZGC: Generational Mode by Default
32+ * 476: Module Import Declarations (Preview)
33+ * 477: Implicitly Declared Classes and Instance Main Methods (Third Preview)
34+ * 480: Structured Concurrency (Third Preview)
35+ * 481: Scoped Values (Third Preview)
36+ * 482: Flexible Constructor Bodies (Second Preview)
3737
3838Some of these are API/JVM only so don't affect the compiler and should just work on Java 23 runtimes.
3939
0 commit comments