From nobody Wed Apr 01 21:22:43 2026 X-Original-To: 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 4fmHyP0kt0z6YY2Q; Wed, 01 Apr 2026 21:22:53 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [31.134.205.98]) (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 4fmHyM4t49z3pkZ; Wed, 01 Apr 2026 21:22:51 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=klop.ws header.s=rw2 header.b=vfavEeKk; dmarc=pass (policy=quarantine) header.from=klop.ws; spf=pass (mx1.freebsd.org: domain of ronald-lists@klop.ws designates 31.134.205.98 as permitted sender) smtp.mailfrom=ronald-lists@klop.ws Received: from crmpreview3.colo2.realworks.nl (localhost [127.0.0.1]) by crmpreview3.colo2.realworks.nl (Postfix) with ESMTP id 7E10B1401D1; Wed, 1 Apr 2026 23:22:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1775078564; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=gIli1aFlxGsj8fPC1obKRTK6M35q8dFMD/HblFzFdr4=; b=vfavEeKkosgnSkEbnD6wdCE7GieAASkSa1ecqbotXzbNaXPkqv6kaHjMGNwm8vzW5+BPuY RFkm2h+8ex+j0eETJ3+rIH8RMRhPFjqNAP9MRWw7rgvQO0Xa0MfdH9olGhGOfcc6Jrvdsu 3lEmArHh4fkFxsR6GwIMOczW4MNqdVli+eJCZHIw1lckOzlaeTLbyYJfWO76jqtTS6CrZs 5RMhiscl2h3Y0Vgwj1l+uspxeuIFlhv9XYkBv7yNxp1fFEHsjmCAv3ayYOx6kK2XgSahWt goAr3s4S0pBW4/kYX6gFag66Lbx871RiIzgItS1kxkCyrCYzXb4DpBVc8rVizg== Date: Wed, 1 Apr 2026 23:22:43 +0200 (CEST) From: Ronald Klop To: java@freebsd.org, ports@freebsd.org Message-ID: <1708554083.3504.1775078563170@localhost> Subject: java default to openjdk25 (soon) 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: multipart/alternative; boundary="----=_Part_3503_2000111447.1775078562899" X-Mailer: Realworks (789.81) Importance: Normal X-Priority: 3 (Normal) X-Spamd-Result: default: False [-3.30 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[klop.ws,quarantine]; MID_RHS_NOT_FQDN(0.50)[]; R_DKIM_ALLOW(-0.20)[klop.ws:s=rw2]; R_SPF_ALLOW(-0.20)[+ip4:31.134.205.64/26]; ONCE_RECEIVED(0.20)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ASN(0.00)[asn:51088, ipnet:31.134.200.0/21, country:NL]; ARC_NA(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; FROM_HAS_DN(0.00)[]; HAS_X_PRIO_THREE(0.00)[3]; TO_DN_NONE(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[java@freebsd.org,ports@freebsd.org]; RCPT_COUNT_TWO(0.00)[2]; DKIM_TRACE(0.00)[klop.ws:+] X-Rspamd-Queue-Id: 4fmHyM4t49z3pkZ X-Spamd-Bar: --- ------=_Part_3503_2000111447.1775078562899 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, The issue to set the Java default to 25 is pretty easy and almost done. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293559 This mail is an heads-up message to make users aware of the change. After the new quarterly 2026Q2 branch is created and my last ports fix is committed, then I want to set JAVA_DEFAULT=25 in Mk/bsd.default-versions.mk. This will only happen on the main branch. Hopefully this can happen on Thursday April 2th. NB: i386 will stay at JAVA_DEFAULT=21 as openjdk25 upstream dropped support for i386. Thank to the people involved in creating the openjdk25 port and the people testing and reviewing patches. Regards, Ronald. ------=_Part_3503_2000111447.1775078562899 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi,

The issue to set the Java default to 25 is pretty easy and almost done.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293559

This mail is an heads-up message to make users aware of the change.

After the new quarterly 2026Q2 branch is created and my last ports fix is committed, then I want to set JAVA_DEFAULT=25 in Mk/bsd.default-versions.mk. This will only happen on the main branch. Hopefully this can happen on Thursday April 2th.
NB: i386 will stay at JAVA_DEFAULT=21 as openjdk25 upstream dropped support for i386.

Thank to the people involved in creating the openjdk25 port and the people testing and reviewing patches.

Regards,
Ronald.
  ------=_Part_3503_2000111447.1775078562899--