Skip to content

Commit f1b041d

Browse files
committed
PLUGINAPI-136 Deprecate org.sonar.api.issues.DefaultTransitions
1 parent b6e4d36 commit f1b041d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## 11.4
4+
* Deprecate `org.sonar.api.issue.DefaultTransitions`
45
* Deprecate `org.sonar.api.web.UserRole`
56
* Remove deprecated extension points ~~`org.sonar.api.profiles.ProfileExporter`~~ and ~~`org.sonar.api.profiles.ProfileImporter`~~.
67

plugin-api/src/main/java/org/sonar/api/issue/DefaultTransitions.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626

2727
/**
2828
* @since 3.6
29+
* @deprecated since 11.4 not used by any extension point anymore
2930
*/
31+
@Deprecated(since = "11.4", forRemoval = true)
3032
public interface DefaultTransitions {
3133

3234
/**

0 commit comments

Comments
 (0)