aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/requirements/requirements.md
diff options
context:
space:
mode:
authormichaelbirnstiehl <michael.birnstiehl@sonarsource.com>2019-06-04 15:29:54 -0500
committerSonarTech <sonartech@sonarsource.com>2019-06-12 20:21:09 +0200
commitf1bbfcd3ce20be2cf9df6347698a07dc8d6247fe (patch)
treec10ab8b5851cf8148e636a1b19af1733f491c14c /server/sonar-docs/src/pages/requirements/requirements.md
parentf5080a993c82264c8ec8b5606aa313e54aadc75d (diff)
downloadsonarqube-f1bbfcd3ce20be2cf9df6347698a07dc8d6247fe.tar.gz
sonarqube-f1bbfcd3ce20be2cf9df6347698a07dc8d6247fe.zip
DOCS update Java requirements
Diffstat (limited to 'server/sonar-docs/src/pages/requirements/requirements.md')
-rw-r--r--server/sonar-docs/src/pages/requirements/requirements.md40
1 files changed, 18 insertions, 22 deletions
diff --git a/server/sonar-docs/src/pages/requirements/requirements.md b/server/sonar-docs/src/pages/requirements/requirements.md
index 9ded6847350..3dc994cdc55 100644
--- a/server/sonar-docs/src/pages/requirements/requirements.md
+++ b/server/sonar-docs/src/pages/requirements/requirements.md
@@ -24,36 +24,34 @@ For additional requirements and recommendations relating to database and Elastic
### 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.
-We recommend using the Critical Path Update (CPU) releases.
+We recommend using the Critical Patch Update (CPU) releases.
+
+[[warning]]
+| ![Warning](/images/exclamation.svg) Support for Java 8 has been deprecated in SonarQube v7.8 and will be removed in SonarQube v7.9 LTS.
| Java | |
| -------------- | ------------------------ |
-| Oracle JRE | ![](/images/cross.svg) 9 |
-| | ![](/images/check.svg) 8 |
-| | ![](/images/cross.svg) 7 |
-| Open JDK | ![](/images/cross.svg) 9 |
-| | ![](/images/check.svg) 8 |
-| | ![](/images/cross.svg) 7 |
-| IBM JRE | ![](/images/cross.svg) |
-| GCJ | ![](/images/cross.svg) |
-| Oracle JRockit | ![](/images/cross.svg) |
+| Oracle JRE | ![](/images/check.svg) 11 |
+| | ![](/images/exclamation.svg) 8 – Support for Java 8 will be removed in SQ v7.9 LTS |
+| OpenJDK | ![](/images/check.svg) 11 |
+| | ![](/images/exclamation.svg) 8 – Support for Java 8 will be removed in SQ v7.9 LTS |
| Database | |
| ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| [PostgreSQL](http://www.postgresql.org/) | ![](/images/check.svg) 9.3 - 9.6 |
-| | ![](/images/check.svg) 10 |
+| [PostgreSQL](http://www.postgresql.org/) | ![](/images/check.svg) 10 |
+| | ![](/images/check.svg) 9.3–9.6 |
| | ![](/images/exclamation.svg) Must be configured to use UTF-8 charset |
-| [Microsoft SQL Server](http://www.microsoft.com/sqlserver/) | ![](/images/cross.svg) 2012 (MSSQL Server 11.0) |
-| | ![](/images/check.svg) 2014 (MSSQL Server 12.0) with bundled Microsoft JDBC driver. Express Edition is supported. |
+| [Microsoft SQL Server](http://www.microsoft.com/sqlserver/) | ![](/images/check.svg) 2017 (MSSQL Server 14.0) with bundled Microsoft JDBC driver. Express Edition is supported. |
| | ![](/images/check.svg) 2016 (MSSQL Server 13.0) with bundled Microsoft JDBC driver. Express Edition is supported. |
-| | ![](/images/check.svg) 2017 (MSSQL Server 14.0) with bundled Microsoft JDBC driver. Express Edition is supported. |
+| | ![](/images/check.svg) 2014 (MSSQL Server 12.0) with bundled Microsoft JDBC driver. Express Edition is supported. |
| | ![](/images/exclamation.svg) Collation must be case-sensitive (CS) and accent-sensitive (AS) (example: Latin1_General_CS_AS) |
| | ![](/images/exclamation.svg) READ_COMMITTED_SNAPSHOT must be set on the SonarQube database to avoid potential deadlocks under heavy load |
| | ![](/images/info.svg) Both Windows authentication (“Integrated Security”) and SQL Server authentication are supported. See the Microsoft SQL Server section in Installing/installation/installing-the-server page for instructions on configuring authentication. |
-| [Oracle](http://www.oracle.com/database/) | ![](/images/cross.svg) 10G |
+| [Oracle](http://www.oracle.com/database/) | ![](/images/check.svg) 19C |
+| | ![](/images/check.svg) 18C |
+| | ![](/images/check.svg) 12C with [Oracle 12.2.x](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html) drivers |
| | ![](/images/check.svg) 11G with backward-compatible [Oracle 12.2.x](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html) drivers |
-| | ![](/images/check.svg) 12C with [Oracle 12.2.x](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html) drivers |
-| | ![](/images/check.svg) XE Editions are supported
+| | ![](/images/check.svg) XE Editions
| | ![](/images/exclamation.svg) Must be configured to use a UTF8-family charset (see NLS_CHARACTERSET) |
| | ![](/images/exclamation.svg) The driver ojdbc14.jar is not supported |
| | ![](/images/exclamation.svg) Only the thin mode is supported, not OCI |
@@ -61,11 +59,9 @@ We recommend using the Critical Path Update (CPU) releases.
### Web Browser
To get the full experience SonarQube has to offer, you must enable JavaScript in your browser.
-| | |
+| Browser | |
| --------------------------- | --------------------------------------- |
-| Microsoft Internet Explorer | ![](/images/cross.svg) IE 9 |
-| | ![](/images/cross.svg) IE 10 |
-| | ![](/images/check.svg) IE 11 |
+| Microsoft Internet Explorer | ![](/images/check.svg) IE 11 |
| Microsoft Edge | ![](/images/check.svg) Latest |
| Mozilla Firefox | ![](/images/check.svg) Latest |
| Google Chrome | ![](/images/check.svg) Latest |