]> source.dussan.org Git - sonarqube.git/commitdiff
Update API changes documentation
authorJulien HENRY <julien.henry@sonarsource.com>
Tue, 2 Jul 2019 07:59:40 +0000 (09:59 +0200)
committerSonarTech <sonartech@sonarsource.com>
Wed, 3 Jul 2019 18:21:14 +0000 (20:21 +0200)
server/sonar-docs/src/pages/extend/developing-plugin.md

index 862241a6ab5613fe4ed57da1735d4d28753dd993..fa7f084680393c2cf92e935df6034494c89f8501 100644 (file)
@@ -421,7 +421,26 @@ The rules are:
     @Deprecated
     public void foo() {
     ```
+
 ## API Changes
+
+### Release 7.9
+No changes
+
+### Release 7.8
+
+![](/images/check.svg) Added
+* `org.sonar.api.web.WebAnalytics`
+
+![](/images/exclamation.svg) Deprecated
+* `org.sonar.api.i18n.I18`
+* `org.sonar.api.SonarQubeVersion` use `org.sonar.api.SonarRuntime` instead
+* `org.sonar.api.profiles.XMLProfileParser`
+* `org.sonar.api.notifications.NotificationChannel`
+
+![](/images/cross.svg) Removed
+* Pico components relying on reflection to have their `start` or `stop` method called. Make your component implements `org.sonar.api.Startable` instead.
+
 ### Release 7.7
 
 ![](/images/check.svg) Added