JDK 12 & JAVA js style https://github.com/winterbe https://winterbe.com/posts/2018/09/24/java-11-tutorial/ // Prior to Java 10 you would declare variables like this: String text = "Hello Java 9"; // Now you can replace String with var. // Th
Migrate Maven Projects to Java 11 So you want to migrate to Java 11 but your Maven project is still sitting on Java 8? You don't care much about the new module system (Jigsaw) introduced in Java 9, you just want your application to run on the latest