SLING-11961 Update Testing PaxExam to 4.0.0
2 files changed
tree: 03a6420785102b594dc296dfab45c81450ce70d0
  1. src/
  2. .asf.yaml
  3. .gitignore
  4. .sling-module.json
  5. bnd.bnd
  6. CODE_OF_CONDUCT.md
  7. CONTRIBUTING.md
  8. Jenkinsfile
  9. LICENSE
  10. pom.xml
  11. 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