I'm trying to download Java SE 12 or JDK 12 but there's no longer a link to download that: https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html
It says:
"Java SE 12 Downloads
Java SE 12 has reached end of support. Users of Java SE 12 should switch to Java SE 13.
Please visit our Java SE Downloads page to get the current version of Java SE.
You will be redirected to the Java SE Downloads page in 20 seconds. Please update your bookmarks to the Java SE Downloads page. "
And looking for downloads you only are able to download Java SE11 or Java SE13 (12 is not in the list)
Do anybody knows why is this situation? I'm cloning a Project that's in Java 12, should I migrate to Java 13 instead?
Thanks Naman and Hooknc you are right. I add this as a valid answer beacause I don't find how to mark your comment as an answer.
The main part is:
And
Basically is better to use Java 8 or 11 for a long term project and you're able to use current brand new Java version having in mind that you may need to update/migrate to newer version if it's a Short Term Release.