Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [golo-dev] [External] : Re: Thank you! JDK 18 Early Access build 20 is now available
  • From: Rory O'Donnell <rory.odonnell@xxxxxxxxxx>
  • Date: Thu, 4 Nov 2021 08:12:01 +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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=8vVMMtTEhKvjntMAVIBdbTwRsXng5EUNHiI2BKCTY0M=; b=JZokK3FeGd2zrj1ZaTkJqeEKC7SylObciTTDqi8tiDuxcFh8I7vttNivztnTJSYV4cTJlEXeykzg81ZMnbVwMbwNWS8yr2yJj37Ai9oIyoXDdRW6Wym8Ek9SLZrixgxufve5QwiaI/4IePcYqgeJjxrGVNOlEe3HkXw62211bgVR5j4FwXIC/rXEmGkz+KX9h9N7GGOxMm09KjkZWgMGA+tlWtQ2lc8bbhhWUz8xoT60PonmfXW/nU0Z5lOPNFA10QYjMliRPJJyRqmumKFAmEaHxqLlkeCzUodbxjWuvaN2yVNVQC8QnO9qERmAaQksmb5kmPhtmcN3eztRMir4tw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=KqySu3VF8O+xefk8mkkoHeChn3uCSOEC4O4PPNJPaArnTULLB4f2hj1WKVF3Ed0JD43blzXLXNfOhR3eFLUYQNyIobu2T5dJpkXjiPRdeHl3ZXxXq5Bjfv4P8+tumzQ0vatl0bwR45dA+UFQo3lTNDkP3fSr48I5766a9MOf/imlNtjE8zZjkJU6dsF1XCCY5RIazF7ryxpHsiBIBFK08K5MIQG4N1fS94jWsozTB0qXhXSE2RzBJH+Af/hMf8YmYzQfjaU9UaQ/haDgjxL4I9QxPn1bALi+QwhaO+gM0HTPswN8UXcxuQ38yf4HOUBtrwYyoZvn8qH7jM9PQNSkQQ==
  • 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:91.0) Gecko/20100101 Thunderbird/91.2.1

Many thanks Julien!

On 04/11/2021 06:59, Julien Ponge wrote:
Hi Rory,

Many thanks for your work over the years, we wish you the very best for your retirement!

Cheers

On 26 Oct 2021, at 14:21, Rory O'Donnell <rory.odonnell@xxxxxxxxxx> wrote:

Hi Julien,
Thank you.

I'm retiring at the end of November 2021, it's time to spend more time with the family.

We started the Quality Outreach back in October 2014.  We now have 170+ projects participating.
Thank you for taking the time to provide Testing feedback , excellent bugs and support throughout
the last seven years.

It's been a pleasure working with you. I am delighted to say that the program will continue
with the support of the Java DevRel Team, with David Delabassee as your contact. David has
been assisting with on-boarding new projects for the last couple of years.

All the best, Rory


OpenJDK 18 Early Access build 20 is now available at https://urldefense.com/v3/__https://jdk.java.net/18/__;!!ACWV5N9M2RV99hQ!cQSRXoy5SqE4c4GS3yjrg4MVSNQWreQTSIACRwDtEXxYdX9PU_NcdJZ5QyvCxaNSA60$
	• These early-access , open-source builds are provided under the
		• GNU General Public License, version 2, with the Classpath Exception.
	• Release Notes are available at https://urldefense.com/v3/__https://jdk.java.net/18/release-notes__;!!ACWV5N9M2RV99hQ!cQSRXoy5SqE4c4GS3yjrg4MVSNQWreQTSIACRwDtEXxYdX9PU_NcdJZ5QyvCDv60hL4$
	• Features:
		• JEPs integrated to JDK 18, so far:
			• JEP 400: UTF-8 by Default
			• JEP 408: Simple Web Server
			• JEP 413: Code Snippets in Java API Documentation
		• JEPs targeted to JDK 18, so far
			• JEP 417: Vector API (Third Incubator)
		• JEPs proposed to target JDK 18:
			• JEP 416: Reimplement Core Reflection with Method Handles
	• Significant changes since the last availability email:
		• Build 20:
			• JDK-8275252: Migrate cacerts from JKS to password-less PKCS12
			• JDK-8275149: (ch) ReadableByteChannel returned by Channels.newChannel(InputStream) throws ReadOnlyBufferException
			• JDK-8266936: Add a finalization JFR event
			• JDK-8264849: Add KW and KWP support to PKCS11 provider
		• Build 19:
			• JDK-8274840: Update OS detection code to recognize Windows 11
			• JDK-8274407: (tz) Update Timezone Data to 2021c
			• JDK-8273102: Delete deprecated for removal the empty finalize() in java.desktop module
		• Build 18:
			• JDK-8274656: Remove default_checksum and safe_checksum_type from krb5.conf
			• JDK-8274471: Add support for RSASSA-PSS in OCSP Response
			• JDK-8274227: Remove "impl.prefix" jdk system property usage from InetAddress
			• JDK-8274002: [win11 and winserver2022] JDK executable installer from network drive starts with huge delay
			• JDK-8273670: Remove weak etypes from default krb5 etype list
		• Build 17:
			• JDK-8273401: Disable JarIndex Support In URLClassPath
			• JDK-8231640: (prop) Canonical property storage
			• Build 16:
			• JDK-8269039: Disable SHA-1 Signed JARs
Topics of Interest:
JDK 17:
	• Inside Java Podcast “Java 17 is Here!”
		• Part 1: https://urldefense.com/v3/__https://inside.java/2021/09/14/podcast-019/__;!!ACWV5N9M2RV99hQ!cQSRXoy5SqE4c4GS3yjrg4MVSNQWreQTSIACRwDtEXxYdX9PU_NcdJZ5QyvCctv2VwI$
		• Part 2: https://urldefense.com/v3/__https://inside.java/2021/09/27/podcast-020/__;!!ACWV5N9M2RV99hQ!cQSRXoy5SqE4c4GS3yjrg4MVSNQWreQTSIACRwDtEXxYdX9PU_NcdJZ5QyvCZ-LdHm0$
	• G1 GC & Parallel GC Improvements in JDK 17
		• https://urldefense.com/v3/__https://inside.java/2021/09/17/jdk-17-gc-updates/__;!!ACWV5N9M2RV99hQ!cQSRXoy5SqE4c4GS3yjrg4MVSNQWreQTSIACRwDtEXxYdX9PU_NcdJZ5QyvCBL8EopE$
	• ZGC - What's new in JDK 17
		• https://urldefense.com/v3/__https://inside.java/2021/10/05/zgc-in-jdk17/__;!!ACWV5N9M2RV99hQ!cQSRXoy5SqE4c4GS3yjrg4MVSNQWreQTSIACRwDtEXxYdX9PU_NcdJZ5QyvCLpv3Xhk$
	• JDK 17 Security Enhancements
		• https://urldefense.com/v3/__https://inside.java/2021/09/15/jdk-17-security-enhancements/__;!!ACWV5N9M2RV99hQ!cQSRXoy5SqE4c4GS3yjrg4MVSNQWreQTSIACRwDtEXxYdX9PU_NcdJZ5QyvCNRLk3cg$
	• The Vector API in JDK 17 (video)
		• https://urldefense.com/v3/__https://inside.java/2021/09/23/devlive-vector-api/__;!!ACWV5N9M2RV99hQ!cQSRXoy5SqE4c4GS3yjrg4MVSNQWreQTSIACRwDtEXxYdX9PU_NcdJZ5QyvC_aeQsDg$
	• Faster Charset Encoding
		• https://urldefense.com/v3/__https://inside.java/2021/10/17/faster-charset-encoding/__;!!ACWV5N9M2RV99hQ!cQSRXoy5SqE4c4GS3yjrg4MVSNQWreQTSIACRwDtEXxYdX9PU_NcdJZ5QyvCQ58bFn8$
JDK 18:
	• JEP 400 and the Default Charset
		• https://urldefense.com/v3/__https://inside.java/2021/10/04/the-default-charset-jep400/__;!!ACWV5N9M2RV99hQ!cQSRXoy5SqE4c4GS3yjrg4MVSNQWreQTSIACRwDtEXxYdX9PU_NcdJZ5QyvC87Btk90$
	• JDK 18 augmented `javac -Xlint:serial` checks
		• https://urldefense.com/v3/__https://inside.java/2021/10/20/augmented-serial-checks__;!!ACWV5N9M2RV99hQ!cQSRXoy5SqE4c4GS3yjrg4MVSNQWreQTSIACRwDtEXxYdX9PU_NcdJZ5QyvCwAnFldE$
Project Panama - Foreign Function & Memory API:
	• Finalizing the Foreign APIs
		• https://urldefense.com/v3/__https://inside.java/2021/09/16/finalizing-the-foreign-apis/__;!!ACWV5N9M2RV99hQ!cQSRXoy5SqE4c4GS3yjrg4MVSNQWreQTSIACRwDtEXxYdX9PU_NcdJZ5QyvCmUTcEjQ$
	• Resource Scope Dependencies
		• https://urldefense.com/v3/__https://inside.java/2021/10/12/panama-scope-dependencies/__;!!ACWV5N9M2RV99hQ!cQSRXoy5SqE4c4GS3yjrg4MVSNQWreQTSIACRwDtEXxYdX9PU_NcdJZ5QyvCXqoAkWg$
October 2021 Critical Patch Update Released
	• As part of the October 2021, we released JDK 17.0.1 LTS, JDK 11.0.13 LTS, JDK 8u311 and JDK 7u321 as well as OpenJDK 17.0.1 (publicly available).
Rgds,Rory

--
Rgds, Rory O'Donnell
Quality Engineering Manager
Oracle EMEA, Dublin, Ireland

_______________________________________________
golo-dev mailing list
golo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/golo-dev__;!!ACWV5N9M2RV99hQ!cQSRXoy5SqE4c4GS3yjrg4MVSNQWreQTSIACRwDtEXxYdX9PU_NcdJZ5QyvCDksXIak$

--
Rgds, Rory O'Donnell
Quality Engineering Manager
Oracle EMEA, Dublin, Ireland



Back to the top