From 7c2b893b012d25bbad36119f2e21c621d5d8a593 Mon Sep 17 00:00:00 2001 From: Udit Agarwal Date: Fri, 7 Nov 2025 12:32:39 +0530 Subject: [PATCH 1/2] Revise Java JDK prerequisites in install.md Updated Java JDK reference and added version information. Current document shows java 11 which is incorrect since this repository now uses version 21. --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index d3cfcce0c2b..80c90a253c6 100644 --- a/docs/install.md +++ b/docs/install.md @@ -6,7 +6,7 @@ This document covers the steps necessary to download, build, and deploy Nomulus. You will need the following programs installed on your local machine: -* A recent version of the [Java 11 JDK][java-jdk11]. +* A recent version of the [Java JDK][java-jdk]. Find the version used by nomulus from [.java-version](/.java-version) * [Google App Engine SDK for Java][app-engine-sdk], and configure aliases to the `gcloud` and `appcfg.sh` utilities ( you'll use them a lot). * [Git](https://git-scm.com/) version control system. @@ -132,7 +132,7 @@ entities in your newly deployed system. See the [first steps tutorial](./first-s for more information. [app-engine-sdk]: https://cloud.google.com/appengine/docs/java/download -[java-jdk11]: https://www.oracle.com/java/technologies/javase-downloads.html +[java-jdk]: https://www.oracle.com/java/technologies/javase-downloads.html ## Deploy the BEAM Pipelines From 462befc62b1e26b6aad78296905d6528d6a94ca0 Mon Sep 17 00:00:00 2001 From: Udit Agarwal Date: Fri, 7 Nov 2025 12:32:39 +0530 Subject: [PATCH 2/2] Revise Java JDK prerequisites in install.md Updated Java JDK reference and added version information. Current document shows java 11 which is incorrect since this repository now uses version 21. --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index d3cfcce0c2b..80c90a253c6 100644 --- a/docs/install.md +++ b/docs/install.md @@ -6,7 +6,7 @@ This document covers the steps necessary to download, build, and deploy Nomulus. You will need the following programs installed on your local machine: -* A recent version of the [Java 11 JDK][java-jdk11]. +* A recent version of the [Java JDK][java-jdk]. Find the version used by nomulus from [.java-version](/.java-version) * [Google App Engine SDK for Java][app-engine-sdk], and configure aliases to the `gcloud` and `appcfg.sh` utilities ( you'll use them a lot). * [Git](https://git-scm.com/) version control system. @@ -132,7 +132,7 @@ entities in your newly deployed system. See the [first steps tutorial](./first-s for more information. [app-engine-sdk]: https://cloud.google.com/appengine/docs/java/download -[java-jdk11]: https://www.oracle.com/java/technologies/javase-downloads.html +[java-jdk]: https://www.oracle.com/java/technologies/javase-downloads.html ## Deploy the BEAM Pipelines