Skip to content

Commit

Permalink
Merge pull request #2847 from psiinon/weekly/j17
Browse files Browse the repository at this point in the history
Weekly will now require Java 17
  • Loading branch information
kingthorin authored Oct 28, 2024
2 parents fa4478c + 5ed9fb9 commit 4bbcc17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions site/content/faq/what-operating-systems-are-supported.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions site/content/faq/what-versions-of-java-are-supported.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion site/data/download/e_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 4bbcc17

Please sign in to comment.