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

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

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central hc License

Apache Sling Health Check Support Module

This module is part of the Apache Sling project.

Additional general purpose health checks. Module specific health checks should be located in the module they check.

DEPRECATED

Note that this functionality has moved to the org.apache.felix.healthcheck.generalchecks and org.apache.sling.auth.core modules

Migration to non-deprecated alternatives

Any configuration that was registered using the old PID should be moved to the new PID as below:

Deprecated Factory PIDNew Factory PID
org.apache.sling.hc.support.DefaultLoginsHealthCheckorg.apache.sling.auth.core.DefaultLoginsHealthCheck
org.apache.sling.hc.support.ScriptedHealthCheckorg.apache.felix.hc.generalchecks.ScriptedHealthCheck