Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] JDK 16 is now in the Release Candidate Phase
  • From: Rory O'Donnell <rory.odonnell@xxxxxxxxxx>
  • Date: Fri, 5 Feb 2021 10:50:19 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=l4PRKS2RyL5rnql4MRqT3d10dn9Lzt1Kl5lbj2jVbcI=; b=bwBLPjwZ0hbsLzCT4YYzjUavtRD2+4ztUKG4t6FstVa+EL5j4CQruCwzgs7rovzYZjK+nAt4k5pEvM0P4Sj8sH6VyhXV7NzALyaV8nbs0/bGwCCOk6YUO1eIG6TFx40cbY9VVT58b+nnIOu52OhOpyrnYcrVqCjp/sJtZYDck/z2E0HhaOYEFU2x1NoRZQoMwGhhT4h/ALIUU9zhUFk5mM8Jo/TL2dRUluvg8lxdGLOxSMefJQs99ObOPgguGxC6i4EWNmQaQHocLxSEYd5fhV33r07CIkfe6MDJWhO4+/yyXodtEeaKlvfGk2Qq9OufJuES+y1+EmxnF3KEHwz65g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=I7Wqz6xhsw9xF4ncshMVKaqVlDwZcFMHNEIAnB7YAVCR5RE41r+yErKgG4dXFL+PbFtLv9X+fyDlYt2jOhLURBh8wPp1h3FQEK6LTcAJHBGQeCqjy1to+OBhTfMowMTAlHYkgZN9Ohy+pDZr0JbOdgrNPykwAvAPV3YJzmu4qyMkXrg9XmP15OoqEs6kml4Ft+bV+Fp1M98c21q/FDnUsI8XMM3pAAvcVpEdRJzPxEfuqWuNxZA61Tsbg/8oCK93x/w3ETppswbXVXetQkXCgNx/l/4+GEsPNsnfF6HNIzkbhNIUZfzKZWkuEK4nJaZbPNjzp9Uf8AezWWCL61228g==
  • Delivered-to: jetty-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jetty-dev/>
  • List-help: <mailto:jetty-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jetty-dev>, <mailto:jetty-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jetty-dev>, <mailto:jetty-dev-request@eclipse.org?subject=unsubscribe>
  • User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.7.0


Hi Simone,  

Per the JDK 16 schedule , we are in the Release Candidate Phase [1] .

Please advise if you find any issues while testing the latest Early Access builds.

  • Schedule for JDK 16
    • 2021/02/04  Initial Release Candidate
    • 2021/02/18  Final Release Candidate
    • 2021/03/16  General Availability
  • Release Notes [2]

OpenJDK 16 Early Access build 35 is now available at http://jdk.java.net/16

  • These early-access, open-source builds are provided under the GNU General Public License, version 2, with the Classpath Exception.
  • Features [3] - the overall feature set is frozen. No further JEPs will be targeted to this release.
  • Changes in recent builds that maybe of interest:
    • Build 34:
      • JDK-8259025: Record compact constructor using Objects.requireNonNull
        • Reported by JUnit5
    • Build 32:
      • JDK-8259014: Incomplete support for Unix domain sockets in Windows 2019 Server

Project Lanai EA 9 Build 17-lanai+2-49 (2021/1/20) is available now
Project Loom Build 17-loom+2-42 (2021/1/14) based on JDK-17+5 is available now

OpenJDK 17 Early Access build 8 is now available at http://jdk.java.net/17

  • These early-access, open-source builds are provided under the GNU General Public License, version 2, with the Classpath Exception.
  • Changes in recent builds that maybe of interest:
    • Build 8:
      • JDK-8222850: Misleading cascade compiler error in switch _expression_ with undefined vars
        • Reported by jOOQ.
      • JDK-8217633: Configurable extensions with system properties
      • JDK-8249867: DOM LSSerializer control of newline after XML header
      • JDK-8256421: Added 2 HARICA Root CA Certificates
      • JDK-8259801: Enable XML Signature secure validation mode by default
    • Build 7:
      • JDK-8165276: Spec states to invoke the premain method in an agent class if it's public but implementation differs
      • JDK-8256895: Add support for RFC 8954: Online Certificate Status Protocol (OCSP) Nonce Extension
    • Build 6:
      • JDK- 8259048: (tz) Upgrade time-zone data to tzdata2020f

January 2021 Critical Patch Update Released:

  • As part of the Jan 2021 CPU we released JDK 15.0.2, JDK 11.0.10 LTS, JDK 8u281, and JDK 7u291 as well as OpenJDK 15.0.2 (publicly available).

Rgds, Rory

[1] https://mail.openjdk.java.net/pipermail/jdk-dev/2021-February/005062.html
[2] https://jdk.java.net/16/release-notes
[3] http://openjdk.java.net/projects/jdk/16/
 
-- 
Rgds, Rory O'Donnell
Quality Engineering Manager
Oracle EMEA, Dublin, Ireland

Back to the top