Apache Sling Health Check Support Components

Clone this repo:
  1. 332eb6c SLING-12459 - Redirect sonarcloud notifications to commits@apache.sling.org by Robert Munteanu · 6 weeks ago master
  2. e405f88 SLING-12094 - Use GitHub for the Maven scm.url value by Robert Munteanu · 1 year, 2 months ago
  3. f18e61e SLING-11709 - Set up Jira autolinks to all Sling Github projects by Robert Munteanu · 1 year, 8 months ago
  4. cb3cca2 [maven-release-plugin] prepare for next development iteration by Eric Norman · 2 years, 1 month ago maintenance
  5. c624263 [maven-release-plugin] prepare release org.apache.sling.hc.support-1.0.10 by Eric Norman · 2 years, 1 month ago org.apache.sling.hc.support-1.0.10

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