Skip to content

Commit fe2ad30

Browse files
committed
PLUGINAPI-135 Deprecate org.sonar.api.web.UserRole
1 parent 70228a7 commit fe2ad30

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
3+
## 11.4
4+
* Deprecate `org.sonar.api.web.UserRole`
5+
26
## 11.3
37
* Introduce `org.sonar.api.batch.sensor.SensorContext.addAnalysisData`.
48

plugin-api/src/main/java/org/sonar/api/web/UserRole.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@
3030

3131
/**
3232
* @since 1.11
33+
* @deprecated since 11.4 not used by any extension point anymore
3334
*/
3435
@Retention(RetentionPolicy.RUNTIME)
3536
@Target(ElementType.TYPE)
37+
@Deprecated(since = "11.4", forRemoval = true)
3638
public @interface UserRole {
3739
/**
3840
* Permissions which are implicitly available for any user, any group and to group "AnyOne" on public components.

0 commit comments

Comments
 (0)