Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] JDK 17 is now in Rampdown Phase Two
  • From: Rory O'Donnell <rory.odonnell@xxxxxxxxxx>
  • Date: Thu, 15 Jul 2021 20:48:40 +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=ooron1me4bJze1R7l08NZXgSjP859fdd0C3z8yvSqYE=; b=P1hsiaw0Q3ChL873Do5mGG25iuiA0JueL8+LW7zXzd8k41Y0lPz5d+om9YRVWgZFK0yNYHHgO15MTAeSbccH8ep6Fo6RtHG2D+eWb7rYV55389kcOscjeoCN17JOlF4EtbSn5j4AlD5GPbd6ypn5ZWWmlKZ2NELJSf0i4cP5jqlzQeEOwyEseMIjBdNTiWOiyVBh3gL1DFYYfnDapSQh7/PvGwPDCle36TDGAt9bAbCWt4OIL/HY6CBme+aAwa4T4CGYy7oXoggruTaGoFPdcbgRwsa/tiV1YlFLtrMJ/N8yu48YWa34I7LB4UzEW7r1lZxt/Sri/LJkNsHAjNx2HA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=LorsaHlJlrWmyNjA2cXSW4+0Dt7WM4CwNO8xp0SkEN3hbh40bjOxHSdk/0d1C/psoAtHathktnuLu+xrODPpXSeg2uHJvqxz7l2IBExQ5y/HXSI5d+XPaj9LThMv5zl1tgfYQSIizdMnBUehHUZqs9YE+nmjPeBDvDmhW9/ZLJ/uyPOUOW0dGiMxv3AL3lwE6f2dFj4K0YAKs/Cc6h1SY+Zv/VGDAB+MhYGZ8RUD9kW31KExgaHruv81WLAqV6Wi2W1dryTiD7s3xV4IyKVBincE6sqyQeYM8XonssqV2mKcNLvg5vxA55K2mtM2iJEyItBQ1twJafO9+Gz3meZTuw==
  • 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.11.0


Hi Simone,

 

Per the JDK 17 schedule , we are in Rampdown Phase Two [1].

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

  • Schedule: 
    • 2021/07/15        Rampdown Phase Two 
    • 2021/08/05        Initial Release Candidate 
    • 2021/08/19        Final Release Candidate 
    • 2021/09/14        General Availability 

The overall feature set is frozen. No further JEPs will be targeted to this release.  

 

  • Features integrated in JDK 17:  


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

 

OpenJDK 18 Early Access build 6 is available at https://jdk.java.net/18  

  • These early-access , open-source builds are provided under the 
  • Release Notes are available at https://jdk.java.net/18/release-notes
  • Changes in recent builds that maybe of interest: 
    • JDK-8269697: JNI_GetPrimitiveArrayCritical() should not accept object array [build 6]
    • JDK-8253119: Remove the legacy PlainSocketImpl and PlainDatagramSocketImpl implementation [build 6]
    • JDK-8268960: Prohibit Null for Header Keys and Values in com.sun.net.httpserver.Headers [build 5] 
    • JDK-8256425: Obsolete Biased Locking in JDK 18 [build 4] 

 

Topics of Interest:   

  


Rgds,Rory  

  

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


Back to the top