You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2018/04/24 14:30:18 UTC

[sling-org-apache-sling-installer-hc] branch master updated: SLING-7617 maintain hc tags properties with correct name "hc.tags"

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 551c798  SLING-7617 maintain hc tags properties with correct name "hc.tags"
551c798 is described below

commit 551c798a9eb82e728dfa2d0a768bd5213f104eac
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Apr 24 16:29:50 2018 +0200

    SLING-7617 maintain hc tags properties with correct name "hc.tags"
---
 .../java/org/apache/sling/installer/hc/OsgiInstallerHealthCheck.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/installer/hc/OsgiInstallerHealthCheck.java b/src/main/java/org/apache/sling/installer/hc/OsgiInstallerHealthCheck.java
index 27e84f8..ab2b595 100644
--- a/src/main/java/org/apache/sling/installer/hc/OsgiInstallerHealthCheck.java
+++ b/src/main/java/org/apache/sling/installer/hc/OsgiInstallerHealthCheck.java
@@ -63,7 +63,7 @@ public class OsgiInstallerHealthCheck implements HealthCheck {
             description="Checks that all OSGi configurations/bundles are successfully installed by the OSGi Installer (and are not skipped for some reason).")
     protected static @interface Configuration {
         @AttributeDefinition(name="Tags", description="Tags with which this healthcheck is associated")
-        String[] tags() default {"installer", "osgi"};
+        String[] hc_tags() default {"installer", "osgi"};
         
         @AttributeDefinition(name="URL Prefixes to consider", description = "Only those OSGi configurations/bundles whose location are starting with one of the given URL prefixes are checked (whether they are installed correctly). Open /system/console/osgi-installer for a list of valid prefixes.")
         String[] urlPrefixes() default "jcrinstall:/apps/";

-- 
To stop receiving notification emails like this one, please contact
kwin@apache.org.