Re: Q: javac -source and -target version
Emmanuel Bourg <[email protected]>
| Newsgroups | gmane.linux.debian.devel.java |
|---|---|
| Message-ID | <[email protected]> |
Hi Hideki, Le 08/10/2023 à 05:25, Hideki Yamane a écrit : > Thank you, and how about adding java_compat_level=8 for Java21? > Since some FTBFS reports are there. > https://salsa.debian.org/java-team/java-common/-/merge_requests/3 java_compat_level=8 is supported in java-common/0.75+exp1 in experimental. If you want to test the compatibility with Java 21 you can install default-jdk from experimental, it will switch the default JDK to Java 21 and update the java_compat_level macro. Emmanuel Bourg