From 46f6436ae98f492e5a0bd88a52d6983c375a0f60 Mon Sep 17 00:00:00 2001 From: Tobias Stadler Date: Sat, 25 Jul 2020 22:02:39 +0200 Subject: [PATCH] SONAR-15056 It should be possible to create external issues with project location --- server/sonar-docs/src/pages/setup/upgrade-notes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index bd10dfd8d9e..d18c9487f13 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -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 -- 2.39.5