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

enorman pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new 51dad5a  switch to latest releases
51dad5a is described below

commit 51dad5afd69e840a5ed0b30d3a2c15456c9bdbb4
Author: Eric Norman <enor...@apache.org>
AuthorDate: Fri Jul 1 17:24:55 2022 -0700

    switch to latest releases
    
    org.apache.felix.healthcheck.generalchecks:3.0.2
    org.apache.sling.hc.support:1.0.8
---
 src/main/features/healthcheck.json | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/main/features/healthcheck.json 
b/src/main/features/healthcheck.json
index 4fb4bbd..5cf50bf 100644
--- a/src/main/features/healthcheck.json
+++ b/src/main/features/healthcheck.json
@@ -10,7 +10,7 @@
             "start-order":"5"
         },
         {
-            
"id":"org.apache.felix:org.apache.felix.healthcheck.generalchecks:2.0.14",
+            
"id":"org.apache.felix:org.apache.felix.healthcheck.generalchecks:3.0.2",
             "start-order":"5"
         },
         {
@@ -18,7 +18,7 @@
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.hc.support:1.0.6",
+            "id":"org.apache.sling:org.apache.sling.hc.support:1.0.8",
             "start-order":"20"
         }
     ],
@@ -28,6 +28,12 @@
                 "bundles"
             ]
         },
+        "org.apache.sling.jcr.contentloader.hc.BundleContentLoadedCheck":{
+            "hc.tags":[
+                "bundles",
+                "content-loading"
+            ]
+        },
         "org.apache.felix.hc.generalchecks.CpuCheck":{
             "hc.tags":[
                 "cpu",

Reply via email to