Comments on: New Developer Friendly Features After Java 8 https://piotrminkowski.com/2021/02/01/new-developer-friendly-features-after-java-8/ Java, Spring, Kotlin, microservices, Kubernetes, containers Tue, 14 Dec 2021 13:39:18 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2021/02/01/new-developer-friendly-features-after-java-8/#comment-1079 Fri, 09 Apr 2021 12:13:35 +0000 https://piotrminkowski.com/?p=9400#comment-1079 In reply to Elmar Brauch.

Thanks!

]]>
By: Elmar Brauch https://piotrminkowski.com/2021/02/01/new-developer-friendly-features-after-java-8/#comment-1070 Mon, 05 Apr 2021 15:44:35 +0000 https://piotrminkowski.com/?p=9400#comment-1070 Good selection of new features.
I like also the new Pattern matching for instanceof, which allows direct assignment to a variable.
Since Java 16 it is a official feature, since 14 it was in preview state.

]]>
By: Marco https://piotrminkowski.com/2021/02/01/new-developer-friendly-features-after-java-8/#comment-1009 Tue, 02 Feb 2021 10:43:01 +0000 https://piotrminkowski.com/?p=9400#comment-1009 Thank you for sharing this article. I wrote one similar last November (I don’t like to post article directly in comment) and I agree with you that such features are very friendly for developers.
I’d like to add “NullPointerException” features in your list as “dev-helper” function in order to find out in which part has raised such error

]]>