diff options
author | nicolas-harraudeau-sonarsource <40498978+nicolas-harraudeau-sonarsource@users.noreply.github.com> | 2019-06-27 10:53:38 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-06-28 08:45:56 +0200 |
commit | 8f2342ebe6e4e8f467840785efc8c84275747c3c (patch) | |
tree | c68e95eab8cc34e5056550ce6ed9d60715120bbf /server/sonar-docs/src | |
parent | 17e69b3eaa22286495f24e41aff5043ae8c92e12 (diff) | |
download | sonarqube-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.md | 4 |
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). |