FYI, support for javac -source/-target-/--release 6 removed from JDK 12 repo
joe darcy
joe.darcy at oracle.com
Fri Jul 13 01:01:16 UTC 2018
Hello,
Previous discussion on whether or not to remove support for javac
-source/-target-/--release from JDK 11 settled instead on removing that
functionality from JDK 12 [1].
That removal has now been pushed to jdk/jdk. [2] A small related
enchantment shows the set of supported -source and -target alternatives
in javac's -help output.
Cheers,
-Joe
[1] http://mail.openjdk.java.net/pipermail/jdk-dev/2018-May/001190.html
[2] http://hg.openjdk.java.net/jdk/jdk/rev/860a3648c494
[3] http://hg.openjdk.java.net/jdk/jdk/rev/e0bce2635ec5
More information about the jdk-dev
mailing list