JDK 20 is now GA, JDK 21 Early-Access builds, and 2 important heads-up!

2023-03-28 Thread David Delabassee
Welcome to the latest OpenJDK Quality Outreach update! Last week was busy as we released both Java 20 and JavaFX 20. To celebrate the launch, we hosted a live event focused on Java 20, i.e. Level Up Java Day. All the sessions recordings will be made available shortly on the YouTube Java channe

Re: JDK 20 is now GA, JDK 21 Early-Access builds, and 2 important heads-up!

2023-03-28 Thread Apache
We need to look into this now that scoped variables are present. Ralph > On Mar 28, 2023, at 5:46 AM, David Delabassee > wrote: > > Welcome to the latest OpenJDK Quality Outreach update! > > Last week was busy as we released both Java 20 and JavaFX 20. To celebrate > the launch, we hosted a

Re: JDK 20 is now GA, JDK 21 Early-Access builds, and 2 important heads-up!

2023-03-28 Thread Matt Sicker
Exciting! I’ll note that we have support for the Kotlin equivalent to scoped variables in the Kotlin API, and one limitation we have there is that there’s no way to easily export and import maps into and out of the thread context. There’s some TODO comments left behind and an old Jira ticket, bu