This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a89a433 Automatic website deployment
a89a433 is described below
commit a89a433962e1b529b884433b442616dc81bc6ce6
Author: jenkins <[email protected]>
AuthorDate: Fri Mar 29 23:59:29 2019 +0000
Automatic website deployment
---
documentation/bundles/sling-health-check-tool.html | 16 +++++++++++-----
sitemap.html | 2 +-
sitemap.xml | 2 +-
tags/healthchecks.html | 2 +-
tags/operations.html | 2 +-
5 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/documentation/bundles/sling-health-check-tool.html
b/documentation/bundles/sling-health-check-tool.html
index 4642007..fc4e174 100644
--- a/documentation/bundles/sling-health-check-tool.html
+++ b/documentation/bundles/sling-health-check-tool.html
@@ -1,7 +1,7 @@
<!DOCTYPE html><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
- <title>Apache Sling :: Sling Health Check Tools Migration Guide</title>
+ <title>Apache Sling :: Sling Health Checks Migration Guide to Felix
Health Checks</title>
<link rel="icon" href="/res/favicon.ico"/>
<link rel="stylesheet" href="/res/css/site.css"/>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"/>
@@ -76,19 +76,25 @@
</div>
</div><h1 class="pagetitle">
- Sling Health Check Tools Migration Guide
+ Sling Health Checks Migration Guide to Felix Health Checks
</h1><div id="generatedToC"></div><script
src='/res/jquery-3.2.1.min.js' type='text/javascript'></script><script
src='/res/tocjs-1-1-2.js' type='text/javascript'></script><script
type='text/javascript'>$(document).ready(function() {
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );</script>
<div class="row"><div class="small-12 columns"><section
class="wrap"><p><strong>Sling Health Checks are now deprecated</strong>. See <a
href="sling-health-check-tool-deprecated.html">Sling Health Check Tools
(deprecated)</a> for documentation prior to deprecation.</p>
-<h1><a href="#migrate-to-felix-health-checks"
name="migrate-to-felix-health-checks">Migrate to Felix Health Checks</a></h1>
<h2><a href="#migrate-custom-checks" name="migrate-custom-checks">Migrate
custom checks</a></h2>
<h3><a href="#adjust-maven-dependencies"
name="adjust-maven-dependencies">Adjust maven dependencies</a></h3>
<ul>
<li>Remove dependencies for
<code>org.apache.sling:org.apache.sling.hc.api</code> and
<code>org.apache.sling:org.apache.sling.hc.annotations</code> (if used)</li>
<li>Add</li>
</ul>
-<p>``` <dependency> <groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.healthcheck.api</artifactId>
<version>2.0.0</version> <scope>provided</scope> </dependency></p>
+<p>```</p>
<pre><code> <dependency>
<groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.healthcheck.api</artifactId>
+ <version>2.0.0</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.healthcheck.annotation</artifactId>
<version>2.0.0</version>
<scope>provided</scope>
@@ -116,7 +122,7 @@
</ul></section></div></div>
<footer class="footer">
<div class="revisionInfo">
- Last modified by <span class="author">georg.henzler</span>
on <span class="comment">Sat Mar 30 00:47:14 2019 +0100</span>
+ Last modified by <span class="author">georg.henzler</span>
on <span class="comment">Sat Mar 30 00:56:07 2019 +0100</span>
</div> <p>
Apache Sling, Sling, Apache, the Apache feather logo, and
the Apache Sling project logo are trademarks of The Apache Software Foundation.
All other marks mentioned may be trademarks or registered trademarks of their
respective owners.
</p><p>
diff --git a/sitemap.html b/sitemap.html
index b3262fd..8e9a5c2 100644
--- a/sitemap.html
+++ b/sitemap.html
@@ -202,7 +202,7 @@
<li><a
href="/documentation/bundles/caching-services.html">Sling Caching
Services</a></li>
<li><a href="/repolist.html">Sling Git
Repositories</a></li>
<li><a
href="/documentation/bundles/sling-health-check-tool-deprecated.html">Sling
Health Check Tools (deprecated)</a></li>
- <li><a
href="/documentation/bundles/sling-health-check-tool.html">Sling Health Check
Tools Migration Guide</a></li>
+ <li><a
href="/documentation/bundles/sling-health-check-tool.html">Sling Health Checks
Migration Guide to Felix Health Checks</a></li>
<li><a
href="/documentation/development/ide-tooling.html">Sling IDE tooling for
Eclipse User Guide</a></li>
<li><a
href="/documentation/bundles/metrics.html">Sling Metrics</a></li>
<li><a
href="/documentation/development/sling-mock.html">Sling Mocks</a></li>
diff --git a/sitemap.xml b/sitemap.xml
index b51a326..7576e41 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -200,7 +200,7 @@
<li><a
href="/documentation/bundles/caching-services.html">Sling Caching
Services</a></li>
<li><a href="/repolist.html">Sling Git
Repositories</a></li>
<li><a
href="/documentation/bundles/sling-health-check-tool-deprecated.html">Sling
Health Check Tools (deprecated)</a></li>
- <li><a
href="/documentation/bundles/sling-health-check-tool.html">Sling Health Check
Tools Migration Guide</a></li>
+ <li><a
href="/documentation/bundles/sling-health-check-tool.html">Sling Health Checks
Migration Guide to Felix Health Checks</a></li>
<li><a
href="/documentation/development/ide-tooling.html">Sling IDE tooling for
Eclipse User Guide</a></li>
<li><a
href="/documentation/bundles/metrics.html">Sling Metrics</a></li>
<li><a
href="/documentation/development/sling-mock.html">Sling Mocks</a></li>
diff --git a/tags/healthchecks.html b/tags/healthchecks.html
index 50f8f93..57dd722 100644
--- a/tags/healthchecks.html
+++ b/tags/healthchecks.html
@@ -58,7 +58,7 @@
<tags/>
</div><tableOfContents/>
-<div class="taglinks"><h2>Tagged with 'healthchecks'</h2><div
class="taglink"><a
href="/documentation/bundles/sling-health-check-tool-deprecated.html">Sling
Health Check Tools (deprecated)</a></div><div class="taglink"><a
href="/documentation/bundles/sling-health-check-tool.html">Sling Health Check
Tools Migration Guide</a></div><div class="tags"><h2>All tags</h2><span
class="tag"><a href="/tags/adaptTo.html">adaptTo<span
class="badge">1</span></a></span>
+<div class="taglinks"><h2>Tagged with 'healthchecks'</h2><div
class="taglink"><a
href="/documentation/bundles/sling-health-check-tool-deprecated.html">Sling
Health Check Tools (deprecated)</a></div><div class="taglink"><a
href="/documentation/bundles/sling-health-check-tool.html">Sling Health Checks
Migration Guide to Felix Health Checks</a></div><div class="tags"><h2>All
tags</h2><span class="tag"><a href="/tags/adaptTo.html">adaptTo<span
class="badge">1</span></a></span>
<span class="tag"><a href="/tags/api.html">api<span
class="badge">3</span></a></span>
<span class="tag"><a
href="/tags/authentication.html">authentication<span
class="badge">8</span></a></span>
<span class="tag"><a
href="/tags/bundles.html">bundles<span class="badge">3</span></a></span>
diff --git a/tags/operations.html b/tags/operations.html
index a9eb83f..efeb16c 100644
--- a/tags/operations.html
+++ b/tags/operations.html
@@ -58,7 +58,7 @@
<tags/>
</div><tableOfContents/>
-<div class="taglinks"><h2>Tagged with 'operations'</h2><div class="taglink"><a
href="/documentation/development/client-request-logging.html">Client Request
Logging</a></div><div class="taglink"><a
href="/documentation/tutorials-how-tos/installing-and-upgrading-bundles.html">Installing
and Upgrading Bundles</a></div><div class="taglink"><a
href="/documentation/development/logging.html">Logging</a></div><div
class="taglink"><a href="/documentation/legacy/logging.html">Logging (Legacy
3.x)< [...]
+<div class="taglinks"><h2>Tagged with 'operations'</h2><div class="taglink"><a
href="/documentation/development/client-request-logging.html">Client Request
Logging</a></div><div class="taglink"><a
href="/documentation/tutorials-how-tos/installing-and-upgrading-bundles.html">Installing
and Upgrading Bundles</a></div><div class="taglink"><a
href="/documentation/development/logging.html">Logging</a></div><div
class="taglink"><a href="/documentation/legacy/logging.html">Logging (Legacy
3.x)< [...]
<span class="tag"><a href="/tags/api.html">api<span
class="badge">3</span></a></span>
<span class="tag"><a
href="/tags/authentication.html">authentication<span
class="badge">8</span></a></span>
<span class="tag"><a
href="/tags/bundles.html">bundles<span class="badge">3</span></a></span>