Skip to content

Commit

Permalink
[New Product] Amazon Corretto (closes #2334)
Browse files Browse the repository at this point in the history
Co-authored-by: Nemo <commits@captnemo.in>
  • Loading branch information
marcwrobel and captn3m0 authored Feb 8, 2023
1 parent d1558f3 commit 7cca161
Showing 1 changed file with 105 additions and 0 deletions.
105 changes: 105 additions & 0 deletions products/amazon-corretto.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
---
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"
regex: '^(?<version>[\d\.]+)$'
template: '{{version}}'
- git: "https://github.com/corretto/corretto-8.git"
regex: '^(?<version>[\d\.]+)$'
template: '{{version}}'
- git: "https://github.com/corretto/corretto-11.git"
regex: '^(?<version>[\d\.]+)$'
template: '{{version}}'
- git: "https://github.com/corretto/corretto-17.git"
regex: '^(?<version>[\d\.]+)$'
template: '{{version}}'
- git: "https://github.com/corretto/corretto-18.git"
regex: '^(?<version>[\d\.]+)$'
template: '{{version}}'
- git: "https://github.com/corretto/corretto-19.git"
regex: '^(?<version>[\d\.]+)$'
template: '{{version}}'

# 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-__LATEST__/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)
> licensed 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 release every 3 years (every sixth OpenJDK release).
After OpenJDK 17, the LTS frequency will be increased to every 2 years (every fourth OpenJDK release).

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 7cca161

Please sign in to comment.