You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,20 @@ Ensures Bundle-SymbolicName headers conform to naming conventions, with support
28
28
29
29
### DS Component Provided Services
30
30
Validates that Declarative Services components only provide services whose fully qualified class names match specified patterns.
31
-
Apart from the explicitly managed configuration there is implicit allows for all those commons services which have multi-tenancy support built-in via a specific (validated) OSGi property. Those
32
-
are validated on a different level.
31
+
32
+
#### Implicitly Allowed Services
33
+
34
+
In addition to explicitly configured patterns, the following services are always allowed by default because they are known to support multi-tenancy or are unlikely to cause namespace clashes:
0 commit comments