SLING-11709 - Set up Jira autolinks to all Sling Github projects

Update .asf.yaml to respect defaults
1 file changed
tree: 933a733b141cd8da2d2f14d7349b65c225802344
  1. src/
  2. .asf.yaml
  3. .gitignore
  4. bnd.bnd
  5. CODE_OF_CONDUCT.md
  6. CONTRIBUTING.md
  7. Jenkinsfile
  8. LICENSE
  9. pom.xml
  10. README.md
README.md

Apache Sling

Build Status Test Status jcr License

Apache Sling JCR Presence

This module is part of the Apache Sling project.

User Presenter

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