Amazon announces Corretto, a *free*, production-ready distribution of OpenJDK with LTS

Share
  • November 16, 2018

After re-affirming long-term support for Java in Amazon Linux a couple of weeks ago, Amazon announced at Devoxx Belgium the preview of Amazon Corretto, a free distribution of OpenJDK that offers LTS.

Corretto is multiplatform and production ready, and as already mentioned, it comes with long-term support that will include performance enhancements and security fixes, not to mention that it has big plans that include becoming the default OpenJDK on Amazon Linux 2 in 2019!

    DevOpsCon Whitepaper 2018

    Free: BRAND NEW DevOps Whitepaper 2018

    Learn about Containers,Continuous Delivery, DevOps Culture, Cloud Platforms & Security with articles by experts like Michiel Rook, Christoph Engelbert, Scott Sanders and many more.

Some of the features/benefits of using Corretto include:

  • You can upgrade versions only when you need to
  • Certified to meet the Java SE standard and can be used as a drop-in replacement for many Java SE distributions
  • Allows you to run the same environment in the cloud, on premises, and on your local machine
  • There are no additional paid features or restrictions

SEE ALSO: Recent changes and what’s next for Java: “OpenJDK is the future of Java”

Getting started

As mentioned above, Amazon Corretto is production ready and the preview currently supports Amazon Linux, Windows, macOS, and Docker, with additional support planned for general availability.

If you are eager to give it a go, all you need to do is download the package on the platform of your choice and confirm the Java version:

% java -version
openjdk version "1.8.0_192"
OpenJDK Runtime Environment (build 1.8.0_192-amazon-corretto-preview-b12)
OpenJDK 64-Bit Server VM (build 25.192-b12, mixed mode)

You can find a full set of instruction on all supported platforms here. You should also visit the documentation to learn more.

The post Amazon announces Corretto, a *free*, production-ready distribution of OpenJDK with LTS appeared first on JAXenter.

Source : JAXenter