]> Savannah Git Hosting - gnulib.git/commitdiff
javacomp-script, javacomp: Document effects of yesterday's change.
authorBruno Haible <bruno@clisp.org>
Sun, 11 Jun 2023 22:57:35 +0000 (00:57 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Jun 2023 22:57:35 +0000 (00:57 +0200)
* NEWS: Mention yesterday's change.

ChangeLog
NEWS

index 573390dffbaf50b077a52cdf4903100ae94c8b05..cdca04ff5b4b3148f1448fa628dd4b5ed8ef929f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-06-11  Bruno Haible  <bruno@clisp.org>
+
+       javacomp-script, javacomp: Document effects of yesterday's change.
+       * NEWS: Mention yesterday's change.
+
 2023-06-11  Bruno Haible  <bruno@clisp.org>
 
        javacomp-script, javacomp: Silence javac warnings regarding [options].
diff --git a/NEWS b/NEWS
index 1457cb1413f8b8904852bae15ac1df1e183f1342..cfc8fe113af7b878994a6637bdfa6e2fa2792f6a 100644 (file)
--- 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