From 5ed9fb95527ce1ac8c2b434f0bd33eb3181e3dec Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Mon, 28 Oct 2024 14:20:43 +0000 Subject: [PATCH] Weekly will now require Java 17 Signed-off-by: Simon Bennetts --- site/content/faq/what-operating-systems-are-supported.md | 2 ++ site/content/faq/what-versions-of-java-are-supported.md | 1 + site/data/download/e_weekly.yml | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/site/content/faq/what-operating-systems-are-supported.md b/site/content/faq/what-operating-systems-are-supported.md index d49cc8c66..32ce7904d 100644 --- a/site/content/faq/what-operating-systems-are-supported.md +++ b/site/content/faq/what-operating-systems-are-supported.md @@ -8,4 +8,6 @@ weight: 7 ZAP should run on all operating systems that support Java 11 - it can even run on a [Raspberry Pi](/blog/2022-08-25-zap-on-raspberry-pi/)! +Note that the next version of ZAP (2.16.0) will require a minimum of Java 17. + If you experience any problems running ZAP then please report them to us. diff --git a/site/content/faq/what-versions-of-java-are-supported.md b/site/content/faq/what-versions-of-java-are-supported.md index ec3afb73d..11fdda600 100644 --- a/site/content/faq/what-versions-of-java-are-supported.md +++ b/site/content/faq/what-versions-of-java-are-supported.md @@ -6,6 +6,7 @@ weight: 2 --- ZAP should be able to run with all/newer Java versions, but might require a minimum for certain ZAP versions: +- ZAP 2.16.0 and later will require a minium of Java 17 - ZAP 2.12.0 and later requires a minimum of Java 11 - ZAP 2.7.0 and later requires a minimum of Java 8 - ZAP 2.0.0 and later requires a minimum of Java 7 diff --git a/site/data/download/e_weekly.yml b/site/data/download/e_weekly.yml index 1899c58be..a8eb50dcb 100644 --- a/site/data/download/e_weekly.yml +++ b/site/data/download/e_weekly.yml @@ -4,4 +4,4 @@ info: - These are just intended for people who want to use all of the features we've added since the last 'full' release but don't want the hassle of building ZAP from the source code. - While we endeavor to ensure that weekly releases are robust, things may be broken or only partially implemented. - It is cross platform (Windows, Linux and macOS) but does not include any installers. -- It requires [Java 11 or higher](https://adoptium.net/) to run. +- It requires [Java 17 or higher](https://adoptium.net/) to run.