From: MikeBirnstiehl Date: Thu, 27 Jun 2019 09:20:33 +0000 (+0200) Subject: DOCS update Java reqs for Server and Analysis X-Git-Tag: 8.0~438 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3367f7fe7e9697343fdfa9a7dc2d1af0c2248805;p=sonarqube.git DOCS update Java reqs for Server and Analysis --- diff --git a/server/sonar-docs/src/pages/requirements/requirements.md b/server/sonar-docs/src/pages/requirements/requirements.md index 54b92ea58e2..7d6a5d42232 100644 --- a/server/sonar-docs/src/pages/requirements/requirements.md +++ b/server/sonar-docs/src/pages/requirements/requirements.md @@ -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 | | | ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |