AWS corretto documentation change
Summary
Updated installation commands and expected output for Amazon Corretto 25 on generic Linux from version 25.0.2 to 25.0.3, including package names and build details.
Security assessment
Routine version update without explicit security context in the diff; no indication of security vulnerabilities or new security features.
Diff
diff --git a/corretto/latest/corretto-25-ug/generic-linux-install.md b/corretto/latest/corretto-25-ug/generic-linux-install.md index 1b6454835..6228d66c6 100644 --- a//corretto/latest/corretto-25-ug/generic-linux-install.md +++ b//corretto/latest/corretto-25-ug/generic-linux-install.md @@ -64 +64 @@ If so, add the public key via: - sudo dpkg --install java-25-amazon-corretto-jdk_25.0.2.10-1_amd64.deb + sudo dpkg --install java-25-amazon-corretto-jdk_25.0.3.9-1_amd64.deb @@ -78 +78 @@ In the terminal, run the following command to verify the installation. -Expected output for 25.0.2: +Expected output for 25.0.3: @@ -81,3 +81,3 @@ Expected output for 25.0.2: - openjdk version "25.0.2" 2026-01-20 LTS - OpenJDK Runtime Environment Corretto-25.0.2.10.1 (build 25.0.2+10-LTS) - OpenJDK 64-Bit Server VM Corretto-25.0.2.10.1 (build 25.0.2+10-LTS, mixed mode) + openjdk version "25.0.3" 2026-04-21 LTS + OpenJDK Runtime Environment Corretto-25.0.3.9.1 (build 25.0.3+9-LTS) + OpenJDK 64-Bit Server VM Corretto-25.0.3.9.1 (build 25.0.3+9-LTS, mixed mode) @@ -149 +149 @@ After the repository is added, you can install Corretto 25 by running this comma - sudo yum localinstall java-25-amazon-corretto-devel-25.0.2.10-1.x86_64.rpm + sudo yum localinstall java-25-amazon-corretto-devel-25.0.3.9-1.x86_64.rpm @@ -163 +163 @@ In the terminal, run the following command to verify the installation. -Expected output for 25.0.2: +Expected output for 25.0.3: @@ -166,3 +166,3 @@ Expected output for 25.0.2: - openjdk version "25.0.2" 2026-01-20 LTS - OpenJDK Runtime Environment Corretto-25.0.2.10.1 (build 25.0.2+10-LTS) - OpenJDK 64-Bit Server VM Corretto-25.0.2.10.1 (build 25.0.2+10-LTS, mixed mode) + openjdk version "25.0.3" 2026-04-21 LTS + OpenJDK Runtime Environment Corretto-25.0.3.9.1 (build 25.0.3+9-LTS) + OpenJDK 64-Bit Server VM Corretto-25.0.3.9.1 (build 25.0.3+9-LTS, mixed mode)