From 3367f7fe7e9697343fdfa9a7dc2d1af0c2248805 Mon Sep 17 00:00:00 2001 From: MikeBirnstiehl Date: Thu, 27 Jun 2019 11:20:33 +0200 Subject: [PATCH] DOCS update Java reqs for Server and Analysis --- .../src/pages/requirements/requirements.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 | | | ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- 2.39.5