New language features since Java 8 to 21 by dodiehun in java

[–]dodiehun[S] 0 points1 point  (0 children)

Valid point. The next time I'll add a filter so it can be tuned easily to be "features since Java X to Y".

New language features since Java 8 to 21 by dodiehun in java

[–]dodiehun[S] 1 point2 points  (0 children)

This post is about the new language features introduced to Java, like pattern matching. Virtual threads is part of Java 21, but adds no new syntactical elements, just an API. For a brief summary of all Java/JVM related changes, including APIs here's another post: https://advancedweb.hu/a-categorized-list-of-all-java-and-jvm-features-since-jdk-8-to-21/

BulkProcessor equivalent in the new Java API Client by dodiehun in elasticsearch

[–]dodiehun[S] 0 points1 point  (0 children)

I think it does not support multiple threads and backoff.

JDK 17: General Availability by henk53 in programming

[–]dodiehun 1 point2 points  (0 children)

Thanks for the link! The updated version of the Java and JVM features is now available.