We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70228a7 commit fe2ad30Copy full SHA for fe2ad30
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+
3
+## 11.4
4
+* Deprecate `org.sonar.api.web.UserRole`
5
6
## 11.3
7
* Introduce `org.sonar.api.batch.sensor.SensorContext.addAnalysisData`.
8
plugin-api/src/main/java/org/sonar/api/web/UserRole.java
@@ -30,9 +30,11 @@
30
31
/**
32
* @since 1.11
33
+ * @deprecated since 11.4 not used by any extension point anymore
34
*/
35
@Retention(RetentionPolicy.RUNTIME)
36
@Target(ElementType.TYPE)
37
+@Deprecated(since = "11.4", forRemoval = true)
38
public @interface UserRole {
39
40
* Permissions which are implicitly available for any user, any group and to group "AnyOne" on public components.
0 commit comments