This repo has multiple branches and each branch represent different projects/proof of concepts for playing with Java technologies/frameworks.
P.S. Once tested, master will be moved to the corresponding branch.
Java 14 got GA few days ago... Here we go..! This branch contains some of the Java 14 which I have played with!
Some of these features were Preview in older Java version and standard now.
- Switch expression like Kotlin :)
- Nullpointer returns helpful exception log.
- record - data class like Kotlin :)
- Text blocks - Groovy style :)
Since most of us jumped from 8 to 14. Here are some of the features work taking notes: