Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[golo-dev] JDK 17 Early Access build 21 is available
  • From: Rory O'Donnell <rory.odonnell@xxxxxxxxxx>
  • Date: Mon, 10 May 2021 09:33:51 +0100
  • 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=Q28qwp4v4juIgFPSPO3p99R95qj9q3qe6b0pOPYborA=; b=GIysT3ikhIlO7QgWBQb34EE8J/fIkJTuhZlesU2tEDPo0/tSxj95iAT6THI+FrrIAliDQdcuRfTR6F5l9C7cYE3IJZpJOR005joPBq52BFhwqb8nxxPuHHBrR/crGu73OFqUlSW1iBSwR6K7nu9kh4r1EJW63RkeP2TF/LwiOWyq0DK3QNORzFi/Utk9d38sxW87sGBUkoC0ybhFA70nvMrIcbNcytKENEbr0QlEkJkCfaniCTmXxeYebESXYyk4cSjWdIwc0gYy0Mhgdhvlsc5dnes2knUa53xF2c+ryZ363tq3sBX2LW7W19OLdiSYHvjWW+Rir2D0PNf17nKtQA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=brcDzvEh/b5dpCMS1ZnLn4kU5bY46lcxaJ/h6EkjPLz6eHj4L1wPor3QoLmSZKUIhUJalhkZ0/kjZHlPdcSY3ZmRskzn6tUpQaaA0t6kcC7Qkg4hiqFiNQ5WPHlmNojZ3UJCCXRTo6FzCllmOsayAVT8O/1nr737uqMxSiB4TzsIeAQab6xp07mjtLmuuL7PgSitzot4rIudfl3qssEJ7F2AEHcqAgjZNBTKgZMHRdkDWJ9yvAnkUbIO01XgL7t6CSEiQB2Xe8wYyPG7ucpmIxUbpknyidSHMHlJJJNxx6D6FAs89ng8G3oQ1fiGL/inYMT/3YS4cSACHXeUhrtQuQ==
  • Delivered-to: golo-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/golo-dev/>
  • List-help: <mailto:golo-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/golo-dev>, <mailto:golo-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/golo-dev>, <mailto:golo-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.10.1


Hi Julien,

OpenJDK 17 Early Access build 21 is now available at https://jdk.java.net/17

  • Schedule
    • 2021/06/10         Rampdown Phase One
    • 2021/07/15         Rampdown Phase Two
    • 2021/08/05         Initial Release Candidate
    • 2021/08/19         Final Release Candidate
    • 2021/09/14         General Availability 
  • Changes in recent builds that maybe of interest:
    • Build 21:
      • JDK-8196415: JARs signed with SHA-1 algorithms are restricted by default.
      • JDK-8265989: System property for the native character encoding name.
      • JDK-8265137: java.util.Random suddenly has new public methods nowhere documented.
        • [Reported by Apache Lucene]
    • Build 20
      • JDK-8037397: RegEx pattern matching loses character class after intersection (&&) operator.
      • JDK-8264208: A new public method that returns the `Charset` used in the `Console.
    • Build 19
      • JDK-8228988: AnnotationParser throws NullPointerException on incompatible member type.
        • [Reported by ByteBuddy]
      • JDK-8258794: Support for CLDR version 39.
      • JDK-8262108: SimpleDateFormat formatting broken for sq_MK Locale.
        • [Reported by ApacheCommons]
    • Build 18
      • JDK-8260693: Provide the support for specifying a signer in keytool -genkeypair.
      • JDK-8263763: Synthetic constructor parameters of enum are not considered for annotation indices.
        • [Reported by ByteBuddy]

Topics of interest from 'Insider Java':

  • Security and Sandboxing Post SecurityManager : Link
  • Foreign Memory Access and NIO channels - Going Further : Link

Project Loom Early-Access Build: Build 17-loom+6-225 (2021/4/1)

April 2021 Critical Patch Update Released:

  • As part of the April 2021 CPU we released JDK 16.0.1, JDK 11.0.11 LTS, JDK 8u291 and JDK 7u301 as well as OpenJDK 16.0.1 (publicly available). 
Rgds,Rory
-- 
Rgds, Rory O'Donnell
Quality Engineering Manager
Oracle EMEA, Dublin, Ireland

Back to the top