From 6f42bdda6cd83866f3224831e2b0dd414edc4e5f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 12 Jun 2023 00:57:35 +0200 Subject: [PATCH] javacomp-script, javacomp: Document effects of yesterday's change. * NEWS: Mention yesterday's change. --- ChangeLog | 5 +++++ NEWS | 6 ++++++ 2 files changed, 11 insertions(+) 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 -- 2.39.5