Skip to content

Amazon Corretto 11 is a no-cost, multi-platform, production-ready distribution of OpenJDK 11

License

Notifications You must be signed in to change notification settings

corretto/corretto-11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9cb32ac · Mar 4, 2025
Feb 25, 2025
Dec 6, 2024
Apr 20, 2023
Feb 24, 2025
Mar 30, 2022
Nov 12, 2024
Feb 25, 2025
Feb 20, 2025
Feb 25, 2025
Aug 2, 2021
May 10, 2023
Dec 14, 2017
Oct 7, 2016
Jan 16, 2025
Jun 21, 2022
Jun 21, 2022
May 30, 2016
Sep 21, 2016
Dec 8, 2020
Sep 30, 2024
Dec 8, 2020
Jul 8, 2023
Aug 18, 2022
Sep 12, 2017
Dec 8, 2020
Dec 17, 2021
Jun 18, 2021
Dec 4, 2021
Mar 4, 2025

Corretto 11

Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK). Corretto is used internally at Amazon for production services. With Corretto, you can develop and run Java applications on operating systems such as Amazon Linux 2, Windows, and macOS.

The latest binary Corretto 11 release builds can be downloaded from https://github.com/corretto/corretto-11/releases.

Documentation is available at https://docs.aws.amazon.com/corretto.

Licenses and Trademarks

Please read these files: "LICENSE", "ADDITIONAL_LICENSE_INFO", "ASSEMBLY_EXCEPTION", "TRADEMARKS.md".

Branches

develop : The default branch. It absorbs active development contributions from forks or topic branches via pull requests that pass smoke testing and are accepted.

master : The stable branch. Starting point for the release process. It absorbs contributions from the develop branch that pass more thorough testing and are selected for releasing.

ga-release : The source code of the GA release on 03/19/2019.

release-11.0.XX.YY.Z : The source code for each release is recorded by a branch or a tag with a name of this form. XX stands for the OpenJDK 11 update number, YY for the OpenJDK 11 build number, and Z for the Corretto-specific revision number. The latter starts at 1 and is incremented in subsequent releases as long as the update and build numbers remain constant.