This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch issue/composum-to-content-package
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to 
refs/heads/issue/composum-to-content-package by this push:
     new fd87a65  draft: include a composum service check in the readiness check
fd87a65 is described below

commit fd87a650ec487778b03cc17d6924555a29805036
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Mar 4 16:28:53 2022 +0200

    draft: include a composum service check in the readiness check
    
    This way the Starter is only considered 'ready' once a certain Composum
    service is up.
---
 src/main/features/healthcheck.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/features/healthcheck.json 
b/src/main/features/healthcheck.json
index d7c2d98..fa81614 100644
--- a/src/main/features/healthcheck.json
+++ b/src/main/features/healthcheck.json
@@ -67,7 +67,8 @@
                 "org.apache.sling.engine.auth.Authenticator",
                 "org.apache.sling.api.resource.ResourceResolverFactory",
                 "org.apache.sling.api.servlets.ServletResolver",
-                "javax.script.ScriptEngineManager"
+                "javax.script.ScriptEngineManager",
+                "com.composum.sling.nodes.service.ServletRegistry"
             ]
         },
         "org.apache.felix.hc.generalchecks.ThreadUsageCheck":{

Reply via email to