From d8f44ae45f7400271dee5e6c6bc26082ea1b33aa Mon Sep 17 00:00:00 2001 From: Micheal Angelo Date: Fri, 2 Jan 2026 19:09:36 +0530 Subject: [PATCH] Fix Java version requirement in java-basic README Updated Java requirement from Java 8 SE JRE to Java 21 JDK. --- sample-apps/java-basic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/java-basic/README.md b/sample-apps/java-basic/README.md index ad958afe..d9726c01 100644 --- a/sample-apps/java-basic/README.md +++ b/sample-apps/java-basic/README.md @@ -13,7 +13,7 @@ The project source includes function code and supporting resources: Use the following instructions to deploy the sample application. # Requirements -- [Java 8 runtime environment (SE JRE)](https://www.oracle.com/java/technologies/javase-downloads.html) +- [Java 21 (JDK)](https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html) - [Gradle 5](https://gradle.org/releases/) or [Maven 3](https://maven.apache.org/docs/history.html) - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. - [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer.