Path: csiph.com!aioe.org!bofh.it!news.nic.it!robomod From: Ole Streicher Newsgroups: linux.debian.maint.java Subject: Re: Missing com.sum.javadoc Date: Mon, 05 Dec 2022 08:20:01 +0100 Message-ID: References: X-Original-To: debian-java@lists.debian.org X-Mailbox-Line: From debian-java-request@lists.debian.org Mon Dec 5 07:18:37 2022 Old-Return-Path: X-Amavis-Spam-Status: No, score=-6.352 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, HEADER_FROM_DIFFERENT_DOMAINS=0.249, KHOP_HELO_FCRDNS=0.399, LDO_WHITELIST=-5] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 X-Greylist: delayed 44634 seconds by postgrey-1.36 at bendel; Mon, 05 Dec 2022 07:03:04 UTC User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Lines: 15 X-Mailing-List: archive/latest/23130 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/87sfhumixm.fsf@burgos Approved: robomod@news.nic.it Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Mon, 05 Dec 2022 08:03:01 +0100 X-Original-Message-ID: <87sfhumixm.fsf@burgos> X-Original-References: <87fsdvvws4.fsf@poch> Xref: csiph.com linux.debian.maint.java:12487 Pierre Gruet writes: >> openjdk-17). It seems that com.sun.javadoc moved somewhere else. Is >> there a new dependency I need, or something to add to the class path? > > Yes, a few weeks ago Debian moved from OpenJDK11 to OpenJDK17 being > the default JDK and com.sun.javadoc has been removed in between. The > code using it should be reworked, for instance there is a migration > table [4] about the replacement of the com.sun.javadoc classes. Ah, OK, thank you. So I need to call upstream for that (it seems not a trivial class name replacement). Best Ole