]> source.dussan.org Git - sonarqube.git/commitdiff
DOC add upgrade note
authorG. Ann Campbell <ann.campbell@sonarsource.com>
Fri, 14 Jun 2019 08:45:14 +0000 (10:45 +0200)
committerSonarTech <sonartech@sonarsource.com>
Sat, 15 Jun 2019 18:21:05 +0000 (20:21 +0200)
server/sonar-docs/src/pages/setup/upgrade-notes.md

index e88e688870367e9dbcf4097d673fd1b17638e902..e7bb1bd30a73f22aaee2f800014060790575191f 100644 (file)
@@ -16,6 +16,9 @@ Only the following scanner versions are compatible with SonarQube 7.8:
 * SonarQube Scanner Maven 3.3.0.603+
 * SonarQube Scanner Gradle 2.3+
 
+**Analysis fails with old branch parameter**
+`sonar.branch` was deprecated in 6.7. With this version analysis fails when it is used. Where it is still in use, simply remove the `sonar.branch` property and update your `sonar.projectKey` value to `key:branch`.
+
 **Notifications changes**  
 Several changes have been made to notificatons. The notifications algorithm has been replaced with one that offers better performance during background task processing. Issue change notifications spawned by analysis or bulk change now generate only one email per event rather than one email per issue. The ability to subscribe globally to new issues notifications and notifications for issues resolved as False Positive or Won't fix has been dropped, as have all such subscriptions. Issue-related notifications on PRs have also been dropped.