]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS update Java reqs for Server and Analysis
authorMikeBirnstiehl <michael.birnstiehl@sonarsource.com>
Thu, 27 Jun 2019 09:20:33 +0000 (11:20 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 28 Jun 2019 06:45:58 +0000 (08:45 +0200)
server/sonar-docs/src/pages/requirements/requirements.md

index 54b92ea58e2274f3cfd28d742a992c6ed1fce2f1..7d6a5d42232cfbb53e320ff4e042069a6b1d3479 100644 (file)
@@ -22,16 +22,16 @@ 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. But SonarQube analysis and the SonarQube Server require specific versions of the JVM.
+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+.
 
 We recommend using the Critical Patch Update (CPU) releases.
 
-| Java           |                          |
-| -------------- | ------------------------ |
-| Oracle JRE     | ![](/images/check.svg) 11 |
-|                | ![](/images/cross.svg) 8  |
-| OpenJDK        | ![](/images/check.svg) 11 |
-|                | ![](/images/cross.svg) 8  |
+| Java           | Server                    | Analysis                  |
+| -------------- | ------------------------- | ------------------------- |
+| Oracle JRE     | ![](/images/check.svg) 11 | ![](/images/check.svg) 11 |
+|                | ![](/images/cross.svg) 8  | ![](/images/check.svg) 8  |
+| OpenJDK        | ![](/images/check.svg) 11 | ![](/images/check.svg) 11 |
+|                | ![](/images/cross.svg) 8  | ![](/images/check.svg) 8  |
 
 | Database                                                    |                                                                                                                                                                                                                                                                   |
 | ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |