Java 20 / JDK 20: General Availability
mail.openjdk.org
Java 20 / JDK 20: General Availability
1–10 of 356 posts
Re: Java 20 / JDK 20: General Availability
#2Re: Java 20 / JDK 20: General Availability
#3Re: Java 20 / JDK 20: General Availability
#4Re: Java 20 / JDK 20: General Availability
#5Note all the new cool stuff is incubator and preview status and I'm a little worried that this will still be the case for the JDK 21 stable release.
Re: Java 20 / JDK 20: General Availability
#6Note all the new cool stuff is incubator and preview status and I'm a little worried that this will still be the case for the JDK 21 stable release.
Re: Java 20 / JDK 20: General Availability
#7Announcement: https://inside.java/2023/03/21/the-arrival-of-java-20/
VM improvements: https://tschatzl.github.io/2023/03/14/jdk20-g1-parallel-gc-c...
Non-JEP Improvements: https://nipafx.dev/java-20-guide/
Re: Java 20 / JDK 20: General Availability
#8Note all the new cool stuff is incubator and preview status and I'm a little worried that this will still be the case for the JDK 21 stable release.
Re: Java 20 / JDK 20: General Availability
#9I remember the excitement from the different alpha/beta versions that were coming out in 1994/1995.
Re: Java 20 / JDK 20: General Availability
#10 case Tuner t && guitar.isInTune() -> ...;
and case Tuner t if guitar.isInTune() -> ...;
both seem as clear as case Tuner t when guitar.isInTune() -> ...;
...am I misunderstanding the reasoning here? Is it being introduced to keep the grammar definition simpler?1: https://foojay.io/today/its-java-20-release-day-heres-whats-...