AWS corretto documentation change
Summary
Updated installation commands and expected output for Amazon Corretto 21 from version 21.0.10 to 21.0.11, including package names and build details.
Security assessment
The changes are routine version updates with no mention of security vulnerabilities, weaknesses, or incidents in the diff. Version bumps may include security patches, but the diff lacks explicit security context.
Diff
diff --git a/corretto/latest/corretto-21-ug/generic-linux-install.md b/corretto/latest/corretto-21-ug/generic-linux-install.md index 268540865..ad9d88a97 100644 --- a//corretto/latest/corretto-21-ug/generic-linux-install.md +++ b//corretto/latest/corretto-21-ug/generic-linux-install.md @@ -64 +64 @@ If so, add the public key via: - sudo dpkg --install java-21-amazon-corretto-jdk_21.0.10.7-1_amd64.deb + sudo dpkg --install java-21-amazon-corretto-jdk_21.0.11.10-1_amd64.deb @@ -78 +78 @@ In the terminal, run the following command to verify the installation. -Expected output for 21.0.10: +Expected output for 21.0.11: @@ -81,3 +81,3 @@ Expected output for 21.0.10: - openjdk version "21.0.10" 2026-01-20 LTS - OpenJDK Runtime Environment Corretto-21.0.10.7.1 (build 21.0.10+7-LTS) - OpenJDK 64-Bit Server VM Corretto-21.0.10.7.1 (build 21.0.10+7-LTS, mixed mode, sharing) + openjdk version "21.0.11" 2026-04-21 LTS + OpenJDK Runtime Environment Corretto-21.0.11.10.1 (build 21.0.11+10-LTS) + OpenJDK 64-Bit Server VM Corretto-21.0.11.10.1 (build 21.0.11+10-LTS, mixed mode, sharing) @@ -149 +149 @@ After the repository is added, you can install Corretto 21 by running this comma - sudo yum localinstall java-21-amazon-corretto-devel-21.0.10.7-1.x86_64.rpm + sudo yum localinstall java-21-amazon-corretto-devel-21.0.11.10-1.x86_64.rpm @@ -163 +163 @@ In the terminal, run the following command to verify the installation. -Expected output for 21.0.10: +Expected output for 21.0.11: @@ -166,3 +166,3 @@ Expected output for 21.0.10: - openjdk version "21.0.10" 2026-01-20 LTS - OpenJDK Runtime Environment Corretto-21.0.10.7.1 (build 21.0.10+7-LTS) - OpenJDK 64-Bit Server VM Corretto-21.0.10.7.1 (build 21.0.10+7-LTS, mixed mode, sharing) + openjdk version "21.0.11" 2026-04-21 LTS + OpenJDK Runtime Environment Corretto-21.0.11.10.1 (build 21.0.11+10-LTS) + OpenJDK 64-Bit Server VM Corretto-21.0.11.10.1 (build 21.0.11+10-LTS, mixed mode, sharing)