AWS corretto documentation change
Summary
Removed repository setup steps and installation/uninstallation examples, updated Java version output from 26.0.0.34.1 to 26.0.0.35.1
Security assessment
Routine version number update and documentation cleanup. While version updates may include security patches, the diff itself shows no specific security fixes or vulnerability references.
Diff
diff --git a/corretto/latest/corretto-26-ug/amazon-linux-install.md b/corretto/latest/corretto-26-ug/amazon-linux-install.md index d26e9b9c4..e0f4a950a 100644 --- a//corretto/latest/corretto-26-ug/amazon-linux-install.md +++ b//corretto/latest/corretto-26-ug/amazon-linux-install.md @@ -13,23 +12,0 @@ This topic describes how to install and uninstall Amazon Corretto 26 on a host o - 1. Enable the yum repository in Amazon Linux 2. This is not required on Amazon Linux 2022 and later. - -###### Example - - sudo amazon-linux-extras enable corretto8 - - 2. You can install Amazon Corretto 26 as either the runtime environment (JRE) or the full development environment (JDK). The development environment includes the runtime environment. - -Install Amazon Corretto 26 as JRE. - -###### Example - - sudo yum install java-26-amazon-corretto - -Install Amazon Corretto 26 as JDK. - -###### Example - - sudo yum install java-26-amazon-corretto-devel - - - - @@ -95,3 +72,3 @@ Expected output for 26.0.0: - openjdk version "26.0.0" 2026-02-05 - OpenJDK Runtime Environment Corretto-26.0.0.34.1 (build 26.0.0+34-FR) - OpenJDK 64-Bit Server VM Corretto-26.0.0.34.1 (build 26.0.0+34-FR, mixed mode) + openjdk version "26.0.0" 2026-02-19 + OpenJDK Runtime Environment Corretto-26.0.0.35.1 (build 26.0.0+35-FR) + OpenJDK 64-Bit Server VM Corretto-26.0.0.35.1 (build 26.0.0+35-FR, mixed mode) @@ -115,14 +91,0 @@ You can uninstall Amazon Corretto 26 with the following commands. -Uninstall JRE: - -###### Example - - - sudo yum remove java-26-amazon-corretto - -Uninstall JDK: - -###### Example - - - sudo yum remove java-26-amazon-corretto-devel -