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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0e80cff  Update Sling HC migration guide after latest Felix HC release
0e80cff is described below

commit 0e80cffd5c229f6ef7015339d5028025e8351902
Author: georg.henzler <[email protected]>
AuthorDate: Tue Aug 4 13:45:41 2020 +0200

    Update Sling HC migration guide after latest Felix HC release
---
 .../jbake/content/documentation/bundles/sling-health-check-tool.md    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/jbake/content/documentation/bundles/sling-health-check-tool.md 
b/src/main/jbake/content/documentation/bundles/sling-health-check-tool.md
index 2516646..0131d4f 100644
--- a/src/main/jbake/content/documentation/bundles/sling-health-check-tool.md
+++ b/src/main/jbake/content/documentation/bundles/sling-health-check-tool.md
@@ -16,7 +16,7 @@ tags=healthchecks,operations
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.healthcheck.api</artifactId>
-            <version>2.0.2</version>
+            <version>2.0.4</version>
             <scope>provided</scope>
         </dependency>
 
@@ -37,8 +37,8 @@ Typically necessary steps:
 
 Only necessary if the the respective feature is used:
 
-* For the case the property `hc.async.cronExpression` is used, the bundle 
`org.apache.servicemix.bundles.quartz` needs to be available at runtime (as 
alternative it is possible to use `hc.async.intervalInSec` now)
 * For Health Checks using property `hc.warningsStickForMinutes`, this has been 
renamed to `hc.keepNonOkResultsStickyForSec` - here the unit has changed from 
min to sec in order to allow for second-magnitude values that can be useful for 
deployment scenarios
+* For the case the property `hc.async.cronExpression` is used, the bundle 
`org.apache.servicemix.bundles.quartz` may be added to use quartz for cron 
expressions (in the same way as it was the case for the Sling Health Checks). 
If the bundle is not present, a simple cron trigger implementation included in 
`org.apache.felix.healthcheck.core` will be used instead, see 
[FELIX-6265](https://issues.apache.org/jira/browse/FELIX-6265) for details.
 
 
 ## Migrate a runtime

Reply via email to