Hi Gary, On Mon, 5 Jun 2023 at 18:57, Gary Gregory <garydgreg...@gmail.com> wrote: > From what I see at work and in the wild, the move from Java 8 to 11 was a > big deal. Sure, we are looking at 17 at work for the future but there is no > big rush because on some of the OSs/customers we deal with, going to Java > 17 requires an OS upgrade, which is a huge ask.
Thank you for the insight. The reason I brought this topic up is that: * the support for JDK 11 stops in September (security support will continue), * Spring is using Java 17, * I had the wrong impression that the Java world polarized between those that will stick to Java 8 forever (and Java EE 8) and those that use the latest LTS. Apparently I was wrong. Java 17 does not bring anything we can not live without. I mentioned switching to it, because I found a couple of classes that could be `sealed`. Piotr