You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2019/05/26 14:48:54 UTC

[sling-org-apache-sling-karaf-features] branch master updated: SLING-8435 Provide Felix Health Check feature

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6c59743  SLING-8435 Provide Felix Health Check feature
6c59743 is described below

commit 6c597438aa745f57c8108684f402c6208b6b3e75
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun May 26 16:47:57 2019 +0200

    SLING-8435 Provide Felix Health Check feature
---
 src/main/feature/feature.xml | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 80d59d7..8fe42ee 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -223,11 +223,10 @@
     <bundle dependency="true">mvn:org.apache.jackrabbit/jackrabbit-jcr-commons/2.18.0</bundle>
   </feature>
   <feature name="sling-healthcheck" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.hc.api/1.0.2</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.hc.core/1.2.10</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.hc.support/1.0.4</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.hc.webconsole/1.1.2</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.hc.api/1.0.4</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.hc.support/1.0.6</bundle>
     <!-- dependencies -->
+    <feature version="${project.version}">felix-healthcheck</feature>
     <feature version="${project.version}">sling</feature>
     <feature version="${project.version}">sling-jcr</feature>
     <feature version="${project.version}">sling-scripting</feature>
@@ -594,6 +593,17 @@
     <feature version="${project.version}">sling-auth-form</feature>
     <feature version="${project.version}">composum</feature>
   </feature>
+  <!-- Apache Felix Healthcheck -->
+  <feature name="felix-healthcheck" version="${project.version}">
+    <bundle>mvn:org.apache.felix/org.apache.felix.healthcheck.api/2.0.2</bundle>
+    <bundle>mvn:org.apache.felix/org.apache.felix.healthcheck.core/2.0.6</bundle>
+    <bundle>mvn:org.apache.felix/org.apache.felix.healthcheck.generalchecks/2.0.4</bundle>
+    <bundle>mvn:org.apache.felix/org.apache.felix.healthcheck.webconsoleplugin/2.0.0</bundle>
+    <!-- dependencies -->
+    <feature>scr</feature>
+    <feature>webconsole</feature>
+    <bundle dependency="true">mvn:org.apache.commons/commons-lang3/3.9</bundle>
+  </feature>
   <!-- Apache Jackrabbit -->
   <feature name="jackrabbit" version="${project.version}">
     <bundle>mvn:org.apache.jackrabbit/jackrabbit-api/2.18.0</bundle>