Java 27 and 26: runnable demos and captured output for every JEP, plus version lanes

Co-Authored-By: Claude Sonnet 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01B38FGKKam5SCGgwgduVAh3
This commit is contained in:
2026-09-21 15:08:50 +00:00
committed by Claude
co-authored by Claude Sonnet 5
commit f59c1de96d
152 changed files with 5049 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# javac LombokProbe.java with -processorpath lombok-<version>.jar, then java LombokProbe. Class: @Getter on one field.
Lombok 1.18.34 on JDK 25: javac failed: java.lang.ExceptionInInitializerError
Lombok 1.18.34 on JDK 26: javac failed: java.lang.ExceptionInInitializerError
Lombok 1.18.34 on JDK 27: javac failed: java.lang.ExceptionInInitializerError
Lombok 1.18.40 on JDK 25: compiled; getName() = ankur
Lombok 1.18.40 on JDK 26: compiled; getName() = ankur
Lombok 1.18.40 on JDK 27: javac failed: java.lang.ExceptionInInitializerError
Lombok 1.18.46 on JDK 25: compiled; getName() = ankur
Lombok 1.18.46 on JDK 26: compiled; getName() = ankur
Lombok 1.18.46 on JDK 27: javac failed: java.lang.ExceptionInInitializerError
Lombok 1.18.48 on JDK 25: compiled; getName() = ankur
Lombok 1.18.48 on JDK 26: compiled; getName() = ankur
Lombok 1.18.48 on JDK 27: compiled; getName() = ankur
# The same source with the jar on the class path only (no -processorpath), the way a hand-run javac used to find it:
JDK 21, Lombok 1.18.48 on the class path only: exit=0 Note: Annotation processing is enabled because one or more processors were found
JDK 25, Lombok 1.18.48 on the class path only: exit=1 <repo>/lanes/src/LombokProbe.java:11: error: cannot find symbol
JDK 23, Lombok 1.18.48 on the class path only: exit=1 <repo>/lanes/src/LombokProbe.java:11: error: cannot find symbol
JDK 24, Lombok 1.18.48 on the class path only: exit=1 <repo>/lanes/src/LombokProbe.java:11: error: cannot find symbol