AWS corretto documentation change
Summary
Updated installation commands and expected output for Amazon Corretto 26 on generic Linux from version 26.0.0 to 26.0.1, including package names and build details.
Security assessment
Routine documentation update for a version change without any security context or evidence of security issues in the diff.
Diff
diff --git a/corretto/latest/corretto-26-ug/generic-linux-install.md b/corretto/latest/corretto-26-ug/generic-linux-install.md index aa0499f08..34a73100d 100644 --- a//corretto/latest/corretto-26-ug/generic-linux-install.md +++ b//corretto/latest/corretto-26-ug/generic-linux-install.md @@ -64 +64 @@ If so, add the public key via: - sudo dpkg --install java-26-amazon-corretto-jdk_26.0.0.35-2_amd64.deb + sudo dpkg --install java-26-amazon-corretto-jdk_26.0.1.8-1_amd64.deb @@ -78 +78 @@ In the terminal, run the following command to verify the installation. -Expected output for 26.0.0: +Expected output for 26.0.1: @@ -81,3 +81,3 @@ Expected output for 26.0.0: - openjdk version "26.0.0" 2026-03-17 - OpenJDK Runtime Environment Corretto-26.0.0.35.2 (build 26.0.0+35-FR) - OpenJDK 64-Bit Server VM Corretto-26.0.0.35.2 (build 26.0.0+35-FR, mixed mode) + openjdk version "26.0.1" 2026-04-21 + OpenJDK Runtime Environment Corretto-26.0.1.8.1 (build 26.0.1+8-FR) + OpenJDK 64-Bit Server VM Corretto-26.0.1.8.1 (build 26.0.1+8-FR, mixed mode) @@ -149 +149 @@ After the repository is added, you can install Corretto 26 by running this comma - sudo yum localinstall java-26-amazon-corretto-devel-26.0.0.35-2.x86_64.rpm + sudo yum localinstall java-26-amazon-corretto-devel-26.0.1.8-1.x86_64.rpm @@ -163 +163 @@ In the terminal, run the following command to verify the installation. -Expected output for 26.0.0: +Expected output for 26.0.1: @@ -166,3 +166,3 @@ Expected output for 26.0.0: - openjdk version "26.0.0" 2026-03-17 - OpenJDK Runtime Environment Corretto-26.0.0.35.2 (build 26.0.0+35-FR) - OpenJDK 64-Bit Server VM Corretto-26.0.0.35.2 (build 26.0.0+35-FR, mixed mode) + openjdk version "26.0.1" 2026-04-21 + OpenJDK Runtime Environment Corretto-26.0.1.8.1 (build 26.0.1+8-FR) + OpenJDK 64-Bit Server VM Corretto-26.0.1.8.1 (build 26.0.1+8-FR, mixed mode)