October 23, 2022
Kotlin 1.7.0 has been released on 9 June 2022 and with it comes a big list of improvements/new features along the way. In this article, we will have a closer look at the features offered to Kotlin developers working on the JVM. There were many more changes of course, such as in K…
Read article →October 23, 2022
Info This post is part of a blog post series titled 6 New Features in Java 19 That Make Your Life Easier . Note This feature is in incubator phase. In order to use it, compile the program with javac --release 19 --enable-preview --add-modules jdk.incubator.vector Main.java and ru…
Read article →October 23, 2022
Info This post is part of a blog post series titled 6 New Features in Java 19 That Make Your Life Easier . Note This is a preview feature. In order to use it, compile the program with javac --release 19 --enable-preview Main.java and run it with java --enable-preview Main . More …
Read article →October 23, 2022
Info This post is part of a blog post series titled 6 New Features in Java 19 That Make Your Life Easier . Note This is a preview feature. In order to use it, compile the program with javac --release 19 --enable-preview Main.java and run it with java --enable-preview Main . More …
Read article →October 23, 2022
Info This post is part of a blog post series titled 6 New Features in Java 19 That Make Your Life Easier . Note This is a preview feature. In order to use it, compile the program with javac --release 19 --enable-preview Main.java and run it with java --enable-preview Main . More …
Read article →October 23, 2022
Info This post is part of a blog post series titled 6 New Features in Java 19 That Make Your Life Easier . Note This feature is in incubator phase. In order to use it, compile the program with javac --release 19 --enable-preview --add-modules jdk.incubator.vector Main.java and ru…
Read article →October 15, 2022
Java 19 has been available since September 20, 2022 and I didn't want to miss the opportunity to write some blog posts about some cool new features. Most of them have been made available either as a preview feature or incubator module. This means that these features have to be ex…
Read article →