]> source.dussan.org Git - sonarqube.git/commitdiff
DOC last minute updates
authorG. Ann Campbell <ann.campbell@sonarsource.com>
Tue, 19 Mar 2019 12:50:34 +0000 (13:50 +0100)
committerSonarTech <sonartech@sonarsource.com>
Tue, 19 Mar 2019 19:21:28 +0000 (20:21 +0100)
Reinstate drop of `sonar.langauge`, `sonar.profile`, and link to GH Checks page

server/sonar-docs/src/pages/setup/upgrade-notes.md

index 30e47ccd68967e92b2a465c5db92cddb5d11e673..1f3e1c62ad4f5d95eae9a17faa54451fc8230221 100644 (file)
@@ -4,8 +4,11 @@ url: /setup/upgrade-notes/
 ---
 
 ## Release 7.7 Upgrade Notes  
+**Deprecated parameters dropped**  
+`sonar.language`, and  `sonar.profile`, both deprecated since 4.5, are dropped in this version as is `sonar.analysis.mode`, which as been deprecated since 6.6. These now-unrecognized parameters will simply be ignored, rather than failing analysis.
+
 **PR decoration below GitHub Enterprise 2.14 swapped for GitHub checks**  
-This version adds support for GitHub Enterprise (GHE) checks, which were introduced in GHE 2.14, and drops support for PR decoration in GHE versions prior to 2.14. To use the new checks implementation, an application will need to be created in GHE, and further configuration will be required via the SonarQube UI. 
+This version adds support for GitHub Enterprise (GHE) checks, which were introduced in GHE 2.14, and drops support for PR decoration in GHE versions prior to 2.14. To use the new checks implementation, an application will need to be created in GHE, and further configuration will be required via the SonarQube UI. ([Details in the docs.](/instance-administration/github-application/).)
 
 **ElasticSearch update requires index rebuild, potentially more filespace**
 While it is generally possible to keep ElasticSearch indices in an upgrade (see [Configuring the Elasticsearch storage path](/setup/install-server/)), this version's upgrade of ElasticSearch will force all indices to be rebuilt. Additionally, more filespace may be required for this version's data ([SONAR-11826](https://jira.sonarsource.com/browse/SONAR-11826)).