Path: csiph.com!pasdenom.info!aioe.org!news.servidellagleba.it!bofh.it!news.nic.it!robomod From: Emmanuel Bourg Newsgroups: linux.debian.maint.java Subject: Re: OpenJDK for Bookworm and beyond Date: Thu, 10 Nov 2022 22:50:01 +0100 Message-ID: References: X-Original-To: Thorsten Glaser X-Mailbox-Line: From debian-java-request@lists.debian.org Thu Nov 10 21:40:21 2022 Old-Return-Path: X-Amavis-Spam-Status: No, score=-12.001 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, LDO_WHITELIST=-5, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_HI=-5] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 X-Greylist: delayed 446 seconds by postgrey-1.36 at bendel; Thu, 10 Nov 2022 21:40:02 UTC Authentication-Results: apache.org; auth=none MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.13.1 Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Mailing-List: archive/latest/23120 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/f7291be9-cfa0-5594-122c-7d485a314220@apache.org Approved: robomod@news.nic.it Lines: 20 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: debian-java@lists.debian.org X-Original-Date: Thu, 10 Nov 2022 22:32:06 +0100 X-Original-Message-ID: X-Original-References: <1645122d-d47b-cc7c-c451-4aab6228dcc3@apache.org> <8e639f93-f94e-066e-9ef8-379af7429b39@apache.org> <407d2fd0-692e-ce8c-70ef-0ad65a1694e3@apache.org> Xref: csiph.com linux.debian.maint.java:12479 Le 10/11/2022 à 22:15, Thorsten Glaser a écrit : > The application defines > > default-jre (>= 2:1.11) | java-runtime (>= 11) > > but openjdk-11-jre does not yet Provides java-runtime, > only java11-runtime. This will force the user to 17. But openjdk-17-jre also provides java11-runtime. So even with: default-jre (>= 2:1.11) | java11-runtime there is no guarantee Java 11 will be used. If you want Java 11 only, you'll be able to depend on: openjdk-11-jre | java-runtime (= 11) Emmanuel Bourg