-
living on the edge! @java/1572243891562381313
-
gradle support for java jdk 19 is reportedly ready, but not quite released yet github.com/gradle/gradle/issues/20372
-
Ah, so technically Java 19 has no new actual language features. Only "preview" and "incubator" features that can be enabled via various flags openjdk.org/projects/jdk/19/ So in reality, I'm guessing not many will use any of the new stuff yet
-
So while there are many bugfixes, and preview features, there's nothing substantial for us devs since Java 15/16 (that had multi-line strings and Records)
-
Blogged a bit about how awesome @sdkman_ is and Nvm and version managers are in general, based heavily on experiences in the above thread. (And oh hey, it's my first post on the @dev_obsessed company blog too!) devobsessed.com/blog/2022-09-28-language-version-manager-parachutes/