From owner-freebsd-java@freebsd.org Mon May 27 10:05:59 2019 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 200B215BEE2F for ; Mon, 27 May 2019 10:05:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A28F18D179 for ; Mon, 27 May 2019 10:05:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5998215BEE2E; Mon, 27 May 2019 10:05:58 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D15515BEE2D for ; Mon, 27 May 2019 10:05:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9725E8D174 for ; Mon, 27 May 2019 10:05:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id D26081C1F0 for ; Mon, 27 May 2019 10:05:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4RA5uxs071281 for ; Mon, 27 May 2019 10:05:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4RA5uRg071280 for java@FreeBSD.org; Mon, 27 May 2019 10:05:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 237054] java/openjdk11: Needs to be integrated into bsd.java.mk Date: Mon, 27 May 2019 10:05:56 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tommyhp2@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2019 10:05:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237054 --- Comment #24 from Tommy P --- (In reply to Michael Osipov from comment #22) I know that Java 8 is LTS. I'm unable to find anything concrete regarding = EOL for OpenJDK 8. "OpenJDK 8u242 Thursday, August 29th 2019: jdk8u-dev forest open (tag: jdk8u242-b00)" from https://wiki.openjdk.java.net/display/jdk8u/Main As for Oracle JDK, "Oracle will continue to provide free public updates and auto updates of Java SE 8, until at least the end of December 2020 for Personal, Development and other Users. ... As of the April 16, 2019 quarte= rly critical patch update, Oracle Customers should access updates to Java SE 8 = for commercial use from Oracle through My Oracle Support and via auto update wh= ere applicable." from https://www.oracle.com/technetwork/java/java-se-support-roadmap.html It appears the cut off date available to public for both is likely end of 2= 020. Which is about 18 more months. While default version 11 is my recommendat= ion, it's easy for the maintainer to change it 1.8 in one line. >From 8 to 11, the following features/functionalities were removed/deprecated that may break certain functionalities: 9) JavaDB (aka Apache Derby) 10) javah tool 11) JavaFX, JavaEE, Corba removed from JDK Depecrated Nashorn JavaScript engine IMO, I think it's worthwhile upgrade for TLS 1.3 in addition to other GC improvements. --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=