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

index 04994db50cefab3f3a2ca3a1d1f8b744d6896751..5634bc08756afcbd4437bd628ab5e3647b968f1b 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  |