AWS corretto documentation change
Summary
Updated installation commands and expected output from Corretto 25.0.1 to 25.0.2
Security assessment
Version increment without security justification. No mention of patched vulnerabilities or security improvements.
Diff
diff --git a/corretto/latest/corretto-25-ug/generic-linux-install.md b/corretto/latest/corretto-25-ug/generic-linux-install.md index 9c62859df..676ad87b0 100644 --- a//corretto/latest/corretto-25-ug/generic-linux-install.md +++ b//corretto/latest/corretto-25-ug/generic-linux-install.md @@ -50 +50 @@ If so, add the public key via: - sudo dpkg --install java-25-amazon-corretto-jdk_25.0.1.9-1_amd64.deb + sudo dpkg --install java-25-amazon-corretto-jdk_25.0.2.10-1_amd64.deb @@ -62 +62 @@ In the terminal, run the following command to verify the installation. -Expected output for 25.0.1: +Expected output for 25.0.2: @@ -65,3 +65,3 @@ Expected output for 25.0.1: - openjdk version "25.0.1" 2025-10-21 LTS - OpenJDK Runtime Environment Corretto-25.0.1.9.1 (build 25.0.1+9-LTS) - OpenJDK 64-Bit Server VM Corretto-25.0.1.9.1 (build 25.0.1+9-LTS, mixed mode) + 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) @@ -119 +119 @@ After the repository is added, you can install Corretto 25 by running this comma - sudo yum localinstall java-25-amazon-corretto-devel-25.0.1.9-1.x86_64.rpm + sudo yum localinstall java-25-amazon-corretto-devel-25.0.2.10-1.x86_64.rpm @@ -131 +131 @@ In the terminal, run the following command to verify the installation. -Expected output for 25.0.1: +Expected output for 25.0.2: @@ -134,3 +134,3 @@ Expected output for 25.0.1: - openjdk version "25.0.1" 2025-10-21 LTS - OpenJDK Runtime Environment Corretto-25.0.1.9.1 (build 25.0.1+9-LTS) - OpenJDK 64-Bit Server VM Corretto-25.0.1.9.1 (build 25.0.1+9-LTS, mixed mode) + 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)