commit | 029a33c407d3cdc6fe3cb3b76b579037853cfd3f | [log] [tgz] |
---|---|---|
author | Robert Munteanu <rombert@apache.org> | Mon Oct 28 17:48:53 2024 +0100 |
committer | Robert Munteanu <rombert@apache.org> | Mon Oct 28 18:06:28 2024 +0100 |
tree | 11d9e2223f85a6bfe812a21eb1cc346d9c94166f | |
parent | c4fc54a72eba47a67d7f73e27c6a2125f9f1a868 [diff] |
SLING-12459 - Redirect sonarcloud notifications to commits@apache.sling.org
This module is part of the Apache Sling project.
If an OSGi component depends on a service (system) user, the user presenter can be used to announce the presence of the user as OSGi service.
The OSGi component can reference the service which represents the user, e.g.
@Reference( target = "(&(userId=sling-readall)(disabled=false)(systemUser=true))" ) private UserPresenter userPresenter