I use this project to learn new technologies related to Java.
I change this project constantly improving and adding new examples, click here to follow up.
Java language has a ton of versions, each version version with new features, libraries, tools, etc.
How can I be in the know all this stuff? I still have a life!
A simple test-new-features application, since I am a Java developer, this project helps me keep up with new features of this language.
The examples are simple although most of them are running and you can see the result.
My focus here is ONLY final features, and preview features are ignored.
- Java (7 .. 21)
- Maven
These are the requirements:
- Git
# check the git version
git --version
- Java version >= 21
# check the Java version
java --version
- Maven version >= 3.8.8
# check the Maven version
mvn --version
Please get this project and install it on your repository before continuing.
To start, clone it:
git clone https://github.com/fernando-romulo-silva/java-versions
Just import it as a maven project on your IDE and run the examples.