]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-15056 It should be possible to create external issues with project location
authorTobias Stadler <ts.stadler@gmx.de>
Sat, 25 Jul 2020 20:02:39 +0000 (22:02 +0200)
committersonartech <sonartech@sonarsource.com>
Sat, 19 Jun 2021 20:02:56 +0000 (20:02 +0000)
server/sonar-docs/src/pages/setup/upgrade-notes.md

index bd10dfd8d9ed106f341e9bb2fb6e87d9a60afa4c..d18c9487f13fe94ff58d086e408edd181066cf66 100644 (file)
@@ -4,12 +4,15 @@ url: /setup/upgrade-notes/
 ---
 
 ## Release 9.0 Upgrade Notes  
-**Scanners require Java 11**
+**Scanners require Java 11**  
 Java 11 is required for SonarQube scanners. Use of Java 8 is no longer supported. See the documentation on [Moving Analysis to Java 11](/analysis/analysis-with-java-11/) for more information. ([MMF-2051](https://jira.sonarsource.com/browse/MMF-2051)).
 
 **JavaScript custom rule API removed**  
 The JavaScript custom rule API, which was previously deprecated, has been removed. Plugins can no longer use this API to implement custom rules. See the [JavaScript documentation](/analysis/languages/javascript/) for more information. ([SONAR-14928](https://jira.sonarsource.com/browse/SONAR-14928)).
 
+**Deprecated Plugin Java API dropped**  
+Parts of the Java API for plugins that were deprecated before SonarQube 7.0 have been dropped. You should compile plugins against SonarQube 9.0 to ensure they're compatible and to check if they're using a deprecated API that has been dropped.
+
 [Full release notes](https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15682)
 
 ## Release 8.9 LTS Upgrade Notes