From 8d8bafa84419df39eedeb8fe95af916c792219fb Mon Sep 17 00:00:00 2001 From: MikeBirnstiehl Date: Mon, 2 Dec 2019 14:43:49 -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 b7f1cbd27ce..c7d0b32fe8c 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