From: Bruno Haible Date: Sun, 11 Jun 2023 22:57:35 +0000 (+0200) Subject: javacomp-script, javacomp: Document effects of yesterday's change. X-Git-Tag: v1.0~1219 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=6f42bdda6cd83866f3224831e2b0dd414edc4e5f;p=gnulib.git javacomp-script, javacomp: Document effects of yesterday's change. * NEWS: Mention yesterday's change. --- diff --git a/ChangeLog b/ChangeLog index 573390dffb..cdca04ff5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-06-11 Bruno Haible + + javacomp-script, javacomp: Document effects of yesterday's change. + * NEWS: Mention yesterday's change. + 2023-06-11 Bruno Haible javacomp-script, javacomp: Silence javac warnings regarding [options]. diff --git a/NEWS b/NEWS index 1457cb1413..cfc8fe113a 100644 --- a/NEWS +++ b/NEWS @@ -74,6 +74,12 @@ User visible incompatible changes Date Modules Changes +2023-06-10 javacomp-script These modules now compile the Java code with option + javacomp '-source 1.6' or higher. As a consequence, the + compiler may emit notes "... uses unchecked or + unsafe operations". To avoid these notes, add + template arguments to the types or functions. + 2023-04-28 largefile-required year2038-required Modules removed, for consistency with Autoconf