From 7c37a297c9ad2d6ff85b593b960e62cd8b1e0285 Mon Sep 17 00:00:00 2001 From: MikeBirnstiehl Date: Mon, 2 Dec 2019 14:50:04 -0600 Subject: [PATCH] SONAR-12770 Update Java requirements --- server/sonar-docs/src/pages/requirements/requirements.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/server/sonar-docs/src/pages/requirements/requirements.md b/server/sonar-docs/src/pages/requirements/requirements.md index 04994db50ce..5634bc08756 100644 --- a/server/sonar-docs/src/pages/requirements/requirements.md +++ b/server/sonar-docs/src/pages/requirements/requirements.md @@ -22,11 +22,13 @@ For additional requirements and recommendations relating to database and Elastic ## Supported Platforms ### Java -The SonarQube Java analyzer is able to analyze any kind of Java source files regardless of the version of Java they comply to. However, SonarQube analysis requires version 8+ of the JVM and the SonarQube Server requires version 11+. +SonarQube scanners require version 8 or 11 of the JVM and the SonarQube server requires version 11. Versions beyond Java 11 are not officially supported. + +The SonarQube Java analyzer is able to analyze any kind of Java source files regardless of the version of Java they comply to. We recommend using the Critical Patch Update (CPU) releases. -| Java | Server | Analysis | +| Java | Server | Scanners | | -------------- | ------------------------- | ------------------------- | | Oracle JRE | ![](/images/check.svg) 11 | ![](/images/check.svg) 11 | | | ![](/images/cross.svg) 8 | ![](/images/check.svg) 8 | -- 2.39.5