This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.hc.support-1.0.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-support.git
commit 9b083825fd49e3b0b711ebe78a06a4e207966683 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Tue Aug 13 13:51:12 2013 +0000 SLING-2987 - add filter.tags to info git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/healthcheck/healthchecks@1513493 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/sling/hc/healthchecks/impl/CompositeHealthCheck.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/apache/sling/hc/healthchecks/impl/CompositeHealthCheck.java b/src/main/java/org/apache/sling/hc/healthchecks/impl/CompositeHealthCheck.java index 863001c..59edcf6 100644 --- a/src/main/java/org/apache/sling/hc/healthchecks/impl/CompositeHealthCheck.java +++ b/src/main/java/org/apache/sling/hc/healthchecks/impl/CompositeHealthCheck.java @@ -67,6 +67,7 @@ public class CompositeHealthCheck implements HealthCheck { bundleContext = ctx.getBundleContext(); info = new HealthCheckInfo(ctx.getProperties()); filterTags = PropertiesUtil.toStringArray(ctx.getProperties().get(PROP_FILTER_TAGS), new String[] {}); + info.put(PROP_FILTER_TAGS, Arrays.asList(filterTags).toString()); log.info("Activated, will select HealthCheck having tags {}", Arrays.asList(filterTags)); } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
