From nobody Thu Dec 12 09:41:45 2024 X-Original-To: freebsd-java@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y86tq5vGgz5g2Ss for ; Thu, 12 Dec 2024 09:41:55 +0000 (UTC) (envelope-from haraldei@anduin.net) Received: from mail.anduin.net (mail.anduin.net [185.42.170.45]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y86tn3Crsz460c for ; Thu, 12 Dec 2024 09:41:52 +0000 (UTC) (envelope-from haraldei@anduin.net) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=anduin.net header.s=dkim2021 header.b=FurY+PVd; spf=pass (mx1.freebsd.org: domain of haraldei@anduin.net designates 185.42.170.45 as permitted sender) smtp.mailfrom=haraldei@anduin.net; dmarc=pass (policy=reject) header.from=anduin.net DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anduin.net; s=dkim2021; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:To:From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=uAif89yWYhuljEtJaQxOe4Dg8fX/OK+ZlfMVQkle+qs=; t=1733996512; x=1734860512; b=FurY+PVdjLkfa1nqDU7Vm9JfkHCDo8k111vi3vjzitTCPAOLg0ZJkGxUaehzu50WxJU+Iqa7DYK s5Nd7PcCk/SH3LgG8YU6HhaWupnk6kxL1zc5QHTbaDWHlBXfJbnyM7X23AR2le1cZKSB+H98h5I14 E0hLhd3bOGWTP+Z1ONvESLKR2cTY92K0VbJgS5G7I1vO0Hkt3dgCYzE844iAcMy6piSPKDq9W33bH 7PChBW6uJA4yrbcVTYNiukcv4Ouw+SqnNlRzBtcP8yGZPyV77mtiF5PEFA7UkkbJQakFnQplXOHdP sjBgw4MHIH/YK9ZMgbYplK7gdH1xdJvFopqA==; Received: by mail.anduin.net with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.97.1 (FreeBSD)) (envelope-from ) id 1tLfhd-00000000BTk-2HCz for freebsd-java@freebsd.org; Thu, 12 Dec 2024 09:41:51 +0000 Date: Thu, 12 Dec 2024 10:41:45 +0100 From: Harald Eilertsen To: freebsd-java@freebsd.org Subject: Re: Introduction and a bit of status Message-ID: <3axdegjwgszepp2kv3it4yydlqm6p24k22uygbktf4dgbrwnf6@veogbwgiza24> Mail-Followup-To: freebsd-java@freebsd.org References: <86wmgbbnpk.fsf@ltc.des.dev> <01010193b93b597a-1dcab97f-7a89-4e5d-ae70-a5564e296db0-000000@us-west-2.amazonses.com> List-Id: Porting Java to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-java List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-java@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01010193b93b597a-1dcab97f-7a89-4e5d-ae70-a5564e296db0-000000@us-west-2.amazonses.com> X-SA-Authenticated: Yes X-Spam-Score: -1.9 X-Spam-Level: - X-Spam-Report: host: mail.modirum.com | contact: hostmaster@modirum.com | scores: BAYES_00=-1.9,NO_RELAYS=-0.001 | autolearn=no autolearn_force=no, score=0 X-Spamd-Result: default: False [-3.50 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MID_RHS_NOT_FQDN(0.50)[]; DMARC_POLICY_ALLOW(-0.50)[anduin.net,reject]; R_DKIM_ALLOW(-0.20)[anduin.net:s=dkim2021]; R_SPF_ALLOW(-0.20)[+ip4:185.42.170.45/32]; MIME_GOOD(-0.10)[text/plain]; ASN(0.00)[asn:62248, ipnet:185.42.170.0/24, country:EE]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; MISSING_XM_UA(0.00)[]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_ONE(0.00)[1]; MLMMJ_DEST(0.00)[freebsd-java@freebsd.org]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[anduin.net:+] X-Rspamd-Queue-Id: 4Y86tn3Crsz460c X-Spamd-Bar: --- On Thu, Dec 12, 2024 at 04:58:14AM +0000, Greg Lewis wrote: > I'm behind on merges for the JDK current (which will > become JDK 24) JDK24 has been branched a week ago, so mainline is now for JDK25. > but what is there does build for me at the moment. Good to know. I haven't tried after I found out I need the previous version as a bootstrap for the current. (I'm still very new to the build system and codebase, so have to feel my way around a bit still :) Would be really cool if we could have a JDK24 port ready by the time it's released. H!