]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12770 Update Java requirements
authorMikeBirnstiehl <michael.birnstiehl@sonarsource.com>
Mon, 2 Dec 2019 20:43:49 +0000 (14:43 -0600)
committerSonarTech <sonartech@sonarsource.com>
Thu, 5 Dec 2019 19:46:09 +0000 (20:46 +0100)
server/sonar-docs/src/pages/requirements/requirements.md

index b7f1cbd27cec85089887270e8906758d64017f49..c7d0b32fe8ced6bef3a470f460c6da43b2969cb1 100644 (file)
@@ -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  |