Skip to content

fernando-romulo-silva/java-versions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Versions

License Project status

Project status

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.

The Problem

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!

About

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.

Technologies

  • Java (7 .. 21)
  • Maven

Requirements

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

To install

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.

About

A simple test-new-features Java application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages