Apache Sling Health Check Support Components

Clone this repo:
  1. e405f88 SLING-12094 - Use GitHub for the Maven scm.url value by Robert Munteanu · 7 months ago master
  2. f18e61e SLING-11709 - Set up Jira autolinks to all Sling Github projects by Robert Munteanu · 1 year, 1 month ago
  3. cb3cca2 [maven-release-plugin] prepare for next development iteration by Eric Norman · 1 year, 6 months ago maintenance
  4. c624263 [maven-release-plugin] prepare release org.apache.sling.hc.support-1.0.10 by Eric Norman · 1 year, 6 months ago org.apache.sling.hc.support-1.0.10
  5. 6f55db5 SLING-11687 Update to Sling Bundle Parent 49 by Eric Norman · 1 year, 6 months ago

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