Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] JDK 17 Early Access build 21 is available
  • From: Rory O'Donnell <rory.odonnell@xxxxxxxxxx>
  • Date: Mon, 10 May 2021 09:41:33 +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=N9ZIt5ZMxnWkWSLQ+S99BePITg+8w6XJOQqrh+9zTqY=; b=eqHLkvsUEu2n9DPryfXQhDJr4HrSLvmRhWpVDblRV0xtKFRdYFzD3HesX79R1jUfipth9l+dIbCm9Yv4Hkie5hhmuLjdlaL59W6H5WpuJrNAdlIymMwfr2Q6R6YOLVqUm+5uThnkTgJFl5VE0bptkcaPmhltIMdeDMR3vAppMZoXC7x55kjA5PrRoVl3l2qhdcsoGOeOeaUukwa67AG5CMAouxy+DWJXyNb/pcuP+jShv1XqXHNG4bK5qD8Hojc9iOf9peE806ymJ1AZ3xdWrHiVo45dL512BJWiVDyckcwFDN3CKeFSJRbwvPP/X5oh6REmDkfLvIN9vqVt3p0zrA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=cmUXqTa5TM2Gz8FG5VqcaEq8C1szDa8HcPmFhNoh4QVl6iilI76wnAjZrIE2ONb4oqN/rXZ8t5+XA9HxO9/WnTNB2geoX24gaXrfaxKQ9fVyG45SuH4xF1Piv/A4t3UPCMaSr8VTch912eZtsEuWC+Vh2Y7p7t7Su+ZLjEVXHAdBCkuCtmc9fsOkeFK1I/W4wWOytQnedEMtTmAPT0kSvenJjX2RR2H6PIwUsrULDt/ugSjxVSZzpHaKv4w+Go+gBy73vOSbBWvHhW0evu6KsM4BB46ussLpI+9bb6CDiJtNsnkK4LF6y1VlRVXPF5JttlrjSnWKDJXny733LxnloA==
  • 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.10.1


Hi Simone,

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