Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Release Announcement: General Availability of Java 16 / JDK 16
  • From: Rory O'Donnell <rory.odonnell@xxxxxxxxxx>
  • Date: Tue, 16 Mar 2021 15:05:03 +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=hVnzFOuIOIwZOY9HuTac/6AE4/rh6RqlfllV6x2289Q=; b=YkWlrCxFnhfZFflWX/s+B8w0VpZ0hR9YqIU2VZhYZCRwgEubKQAMOAxncr8A2dFSte7moOgjx8SUiN3+eVCsYon3WKrIHks10/Z7F+30EQxPi5hWNA6iVhO10JZeGdGS2TvXekYbxe0dsmODzEltVQH+JGeDMhpLBqEh16QhNUh2GuNgCub4mnpaHAXMhlCcM9pmtKDCWGzKxudBCt/1TkAJV5LZbmi1/ZnxolxyahwZMXOOt700v2FARchrggqsPCxDB9aUFvyUAaKYJV36PB8stxypsqJ3OWxpP0jSCpTwD2JshwzxG8ijUMFiL64N9YgirJctr37gXV04I0tB0Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=UzBm6V20C8r40B6xbBOrRYVFm2Ry8kLwWTCZkXo70p0un8BmMs5aQhPxfj0xWPUIb2samb14qj2LGbzoME9b38EZgR06C33hvnEcbDCyYOon658y56g8SHt33I0hCi9Xs4Pj8ntdz3gfp51Iq/J9H192U6A7P8KhQlG4DwiJVGq/gcm6ai3CfHsLN9K2E9OWwKZyXH/Z/8S07J6oiginNUeiB+3BEJhZho1hvTbVhpChZCiBOCBZnAt7yNpHSNbrRwIBCA4/yHQbmXVN7Vo316tjaua7HLmx1BjcTyR9gch/gr5o44LqgbWwcE024j2l8WaJ+x1uWh1G6HQFO9JS+g==
  • 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.8.1


Hi Simone,

 

Release Announcement: General Availability of Java 16 / JDK 16

 

  • JDK 16, the reference implementation of Java 16, is now Generally Available. [1]
  • GPL-licensed OpenJDK builds from Oracle are available here: http://jdk.java.net/16/
  • JDK 16 Release notes

 

JDK 16 includes the following features [2]:

 

Thanks to everyone who contributed to JDK 16, whether by creating features or enhancements, logging bugs, or

downloading and testing the early-access builds.

 

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


  • Significant changes since the last availability email:
    • JDK-8259709: Disable SHA-1 XML Signatures (b13)
    • JDK-6323374: (coll) Optimize Collections.unmodifiable* and synchronized*(b13)
    • JDK-8139348: Deprecate 3DES and RC4 in Kerberos (b12)
    • JDK-8259662: Don't wrap SocketExceptions into SSLExceptions in SSLSocketImpl (b11)
    • JDK-8235139: Deprecate the socket impl factory mechanism(b10)
    • JDK-8225081: Remove Telia Company CA certificate expiring in April 2021(b9)

Project Lanai Early-Access Builds

Project Loom Early-Access Builds

Project Panama Early-Access Builds

 

Rgds,Rory

[1] https://mail.openjdk.java.net/pipermail/jdk-dev/2021-March/005188.html

[2] https://openjdk.java.net/projects/jdk/16/


Back to the top