Skip to content

Commit

Permalink
[New Product] Amazon Corretto (closes #2334)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwrobel committed Jan 31, 2023
1 parent 18659a1 commit 89b1d9e
Showing 1 changed file with 93 additions and 0 deletions.
93 changes: 93 additions & 0 deletions products/amazon-corretto.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
---
title: Amazon Corretto
category: lang
iconSlug: openjdk
permalink: /amazon-corretto
alternate_urls:
- /corretto
versionCommand: java -version
releasePolicyLink: https://aws.amazon.com/corretto/faqs/
changelogTemplate: "https://github.com/corretto/corretto-{{'__LATEST__'|split:'.'|first}}/blob/release-__LATEST__/CHANGELOG.md"
releaseDateColumn: true

# There is one repository for each major release (except for 15 and 16).
auto:
- git: https://github.com/corretto/corretto-jdk.git
- git: https://github.com/corretto/corretto-8.git
- git: https://github.com/corretto/corretto-11.git
- git: https://github.com/corretto/corretto-17.git
- git: https://github.com/corretto/corretto-18.git
- git: https://github.com/corretto/corretto-19.git

# Do not forget to update the "auto" configuration on each new major release.
# EOL dates can be found on https://aws.amazon.com/corretto/faqs/.
releases:
- releaseCycle: "19"
eol: 2023-04-01
latest: "19.0.2.7.1"
releaseDate: 2022-09-20
latestReleaseDate: 2023-01-17

- releaseCycle: "18"
eol: 2022-10-18
latest: "18.0.2.9.1"
releaseDate: 2022-03-22
latestReleaseDate: 2022-07-19

- releaseCycle: "17"
lts: true
eol: 2029-10-01
latest: "17.0.6.10.1"
releaseDate: 2021-09-16
latestReleaseDate: 2023-01-17

- releaseCycle: "16"
eol: 2021-10-19
latest: "16.0.2.7.1"
releaseDate: 2021-03-16
latestReleaseDate: 2021-07-20
link: https://github.com/corretto/corretto-jdk/blob/release-16.0.2.7.1/CHANGELOG.md

- releaseCycle: "15"
eol: 2021-03-16
latest: "15.0.2.07.1"
releaseDate: 2020-09-24
latestReleaseDate: 2021-01-20
link: https://github.com/corretto/corretto-jdk/blob/216fca10a21d6a26ca2846d4ca2861ea644a7a1e/CHANGELOG.md#january-2021-critical-patch-update-corretto-version-150271

- releaseCycle: "11"
lts: true
eol: 2027-09-01
latest: "11.0.18.10.1"
releaseDate: 2019-03-15
latestReleaseDate: 2023-01-17

# Note that the first release was 8.202.08.2.
- releaseCycle: "8"
lts: true
eol: 2026-06-30
latest: "8.362.08.1"
releaseDate: 2019-01-01
latestReleaseDate: 2023-01-17

---

> [Amazon Corretto](https://aws.amazon.com/corretto/) is a [GPLv2 with CPE](https://openjdk.java.net/legal/gplv2+ce.html)
> build of the Open Java Development Kit (OpenJDK) with long-term support and patches from Amazon.
> Corretto is certified using the Java Technical Compatibility Kit (TCK) to ensure it meets the Java
> SE standard. It is available on Linux, Windows, macOS and Docker.
Initially, only LTS versions of OpenJDK were released.
Since OpenJDK 15 Corretto follows the same cadence as OpenJDK, with 6-month rapid-release cycle.
Starting with OpenJDK 11, there is a new LTS releases every 3 years (six OpenJDK releases).
After OpenJDK 17, the LTS frequency will be increased to every 2 years (four OpenJDK releases).

LTS releases includes performance enhancements and security updates, both from the upstream OpenJDK
project and from Amazon. The list of Amazon patches can be seen in [each version's documentation](https://docs.aws.amazon.com/corretto/).
Updates are planned to be released quarterly, but urgent fixes (including security) outside the
regular quarterly cycle may occur.

Corretto is one of the many builds of OpenJDK. For recommendations on which JDK build to use, check
out [whichjdk.com](https://whichjdk.com/#amazon-corretto).

*[LTS]: Long Term Support

0 comments on commit 89b1d9e

Please sign in to comment.