Path: csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod From: Emmanuel Bourg Newsgroups: linux.debian.maint.java Subject: Re: Q: javac -source and -target version Date: Tue, 10 Oct 2023 23:30:01 +0200 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Tue Oct 10 21:21:11 2023 Old-Return-Path: X-Amavis-Spam-Status: No, score=-13.368 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, LDO_WHITELIST=-5, NICE_REPLY_A=-3.058, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=-1, RCVD_IN_MSPIKE_WL=-0.01] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 Authentication-Results: apache.org; auth=none MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Mailing-List: archive/latest/23391 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/1b71091a-5c57-1f14-0052-e5d9abe5c371@apache.org Approved: robomod@news.nic.it Lines: 14 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: debian-java@lists.debian.org X-Original-Date: Tue, 10 Oct 2023 23:20:53 +0200 X-Original-Message-ID: <1b71091a-5c57-1f14-0052-e5d9abe5c371@apache.org> X-Original-References: <20231004203610.f74e4636690002bd633454d3@iijmio-mail.jp> <20231005080730.ab014b6dd1c1d9e87fac4639@iijmio-mail.jp> <1d7e0df4-594d-6507-dfa9-fa7021c4ee18@apache.org> <20231008122547.24af19f2639dca4b08612450@iijmio-mail.jp> Xref: csiph.com linux.debian.maint.java:12709 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