From 500fbdf374ebbe9701bf64ceb234b3249daa8978 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Tue, 2 Jul 2019 09:59:40 +0200 Subject: [PATCH] Update API changes documentation --- .../src/pages/extend/developing-plugin.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/server/sonar-docs/src/pages/extend/developing-plugin.md b/server/sonar-docs/src/pages/extend/developing-plugin.md index 862241a6ab5..fa7f0846803 100644 --- a/server/sonar-docs/src/pages/extend/developing-plugin.md +++ b/server/sonar-docs/src/pages/extend/developing-plugin.md @@ -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 -- 2.39.5