Path: csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod From: Hans-Christoph Steiner Newsgroups: linux.debian.maint.java Subject: Re: Kotlin and OpenJDK 8 in Bookworm? Date: Mon, 13 Feb 2023 16:40:02 +0100 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Mon Feb 13 15:39:14 2023 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.9 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no X-Policyd-Weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .at. - helo: .wout5-smtp.messagingengine. - helo-domain: .messagingengine.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -5.5 X-Me-Sender: X-Me-Received: X-Me-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrudeiuddgjeeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffggfvvehfhfhoufgjtgfgsehtjeertddttdejnecuhfhrohhmpefjrghn shdqvehhrhhishhtohhphhcuufhtvghinhgvrhcuoehhrghnshesrghtrdhorhdrrghtqe enucggtffrrghtthgvrhhnpeeggfetkeevjeffvedujeeutdffkeelieehfffhgfekudev gefhudeukeeggffhkeenucffohhmrghinhepuggvsghirghnrdhorhhgnecuvehluhhsth gvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhephhgrnhhssegrthdrohhr rdgrth X-Me-Proxy: Feedback-ID: i264a41e9:Fastmail MIME-Version: 1.0 Content-Language: en-US Organization: @||@ Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Mailing-List: archive/latest/23213 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/2d06aab5-7401-4758-89e8-27a0112ca80f@at.or.at Approved: robomod@news.nic.it Lines: 29 Sender: robomod@news.nic.it X-Original-Cc: debian-java@lists.debian.org X-Original-Date: Mon, 13 Feb 2023 16:38:43 +0100 X-Original-Message-ID: <2d06aab5-7401-4758-89e8-27a0112ca80f@at.or.at> X-Original-References: <298c5e7142ad9fc677f2f567242c8ea3@apache.org> <9894af91a4c2e53f65da4a6ed7f7be4005e491dd.camel@debian.org> <8e164cb4-4886-ed32-38c3-6bfa7c5a91c8@at.or.at> <4c14535e-b52d-160-a4fa-d3dfa45a1647@tarent.de> Xref: csiph.com linux.debian.maint.java:12560 Thorsten Glaser: > On Mon, 13 Feb 2023, Hans-Christoph Steiner wrote: > >> Great work there! I would still love to see openjdk-8 in bookworm. > > That ship has sailed yesterday. No new entries into testing are now > possible any more. Damn, that might mean a lot of Android packages are not going to be in bookworm. We're in a very similar boat as Kotlin/Gradle, with upstream still building things with JDK8. We have piles of time-consuming hacks to keep things going. >> We're >> going to loose a bunch of Android things because doclava cannot run newer JDKs. >> Upstream still uses JDK8 to build it in the current Android code. > > You mean you lost these after stretch when openjdk-8 was not shipped > with buster any more, of course. android-framework-23 is in bullseye. So I doublechecked, it is actually just a conflict with JDK17, due to the removal of com.sun.javadoc, which was deprecated in JDK11. JDK8 would cover that though. I have no idea how much work it'd be to port to the new API https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011567 .hc