aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src
diff options
context:
space:
mode:
authornicolas-harraudeau-sonarsource <40498978+nicolas-harraudeau-sonarsource@users.noreply.github.com>2019-06-27 10:53:38 +0200
committersonartech <sonartech@sonarsource.com>2019-06-28 08:45:56 +0200
commit8f2342ebe6e4e8f467840785efc8c84275747c3c (patch)
treec68e95eab8cc34e5056550ce6ed9d60715120bbf /server/sonar-docs/src
parent17e69b3eaa22286495f24e41aff5043ae8c92e12 (diff)
downloadsonarqube-8f2342ebe6e4e8f467840785efc8c84275747c3c.tar.gz
sonarqube-8f2342ebe6e4e8f467840785efc8c84275747c3c.zip
DOC add SONARPY-339 to upgrade notes
Diffstat (limited to 'server/sonar-docs/src')
-rw-r--r--server/sonar-docs/src/pages/setup/upgrade-notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md
index 500e6fb03ba..5dd0fbd53a9 100644
--- a/server/sonar-docs/src/pages/setup/upgrade-notes.md
+++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md
@@ -10,8 +10,12 @@ SonarQube no longer supports MySQL. To migrate from MySQL to a supported databas
**Java 11 Required**
The SonarQube server now requires Java 11. Analyses may continue to use Java 8 if necessary.
+**Pylint should be run manually**
+Running Pylint automatically during python analysis has been deprecated, and is broken in this version on Windows. If needed, Pylint must be run ahead of time and the resulting report passed in to analysis. This [will be fixed](https://jira.sonarsource.com/browse/SONARPY-339) in a future version of SonarPython.
+
[Full Release Notes](https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=14945)
+
## Release 7.8 Upgrade Notes
**MySQL Deprecation and Migration**
This is the last version that will support MySQL. To migrate from MySQL to a supported database, see the free [MySQL Migrator tool](https://github.com/SonarSource/mysql-migrator).