Skip to content

apache/sling-org-apache-sling-hc-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 PID New Factory PID
org.apache.sling.hc.support.DefaultLoginsHealthCheck org.apache.sling.auth.core.DefaultLoginsHealthCheck
org.apache.sling.hc.support.ScriptedHealthCheck org.apache.felix.hc.generalchecks.ScriptedHealthCheck