You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build now ships as a Java 8 artifact (JDK 8 is the source of truth,
CI builds/tests/releases on it) while still compiling on JDK 11+. Update
the project guidance to describe the dual-target profiles and the Java 8
language/API floor, and list the newer-than-8 features that are off-limits
(var, List.of/copyOf, String.repeat, ProcessHandle, Thread.onSpinWait,
the Java 9 Provider(String,String,String) ctor, enhanced switch, text
blocks, instanceof pattern vars).
0 commit comments