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 271361ce0 Automatic website deployment from 
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/488/
271361ce0 is described below

commit 271361ce05260d2402fb63080641ffbccf476d64
Author: jenkins <[email protected]>
AuthorDate: Mon Jun 13 15:25:33 2022 +0000

    Automatic website deployment from 
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/488/
---
 documentation/development/logging.html |  81 +++++-----
 sitemap.xml                            | 280 ++++++++++++++++-----------------
 2 files changed, 180 insertions(+), 181 deletions(-)

diff --git a/documentation/development/logging.html 
b/documentation/development/logging.html
index de4b30a7e..4a09cd6c5 100644
--- a/documentation/development/logging.html
+++ b/documentation/development/logging.html
@@ -135,53 +135,24 @@
                             </ul>
                         </nav><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!=title],h2,h3','ulClass':'menu-list'});
 } );</script><div class="content is-marginless">
 <div class="row"><div><section><div class="note">
-This document is for the new (November 2013) 4.x release of the Sling Commons 
Log components. Refer to
-<a href="http://sling.apache.org/documentation/legacy/logging.html";>Logging 
3.x</a> for older versions.
+Please make sure to always use the latest release of Apache Sling Commons Log. 
Check [Sling Releases](https://downloads.apache.org/sling/) for the latest 
available version.
 </div>
 <p><!-- TODO reactivate TOC once JBake moves to flexmark-java -->
 </p>
 <h2><a href="#introduction" id="introduction">Introduction</a></h2>
-<p>Logging in Sling is supported by the 
<code>org.apache.sling.commons.log</code> bundle, which is one of the first 
bundles installed and started by the Sling Launcher. This bundle along with 
other bundles manages the Sling Logging and provides the following features:</p>
+<p>Logging in Sling is supported by three bundles:</p>
 <ul>
-<li>Implements the OSGi Log Service Specification and registers the 
<code>LogService</code> and <code>LogReader</code> services</li>
-<li>Exports three commonly used logging APIs:</li>
-<li><a href="http://www.slf4j.org";>Simple Logging Facade for Java 
(SLF4J)</a></li>
-<li><a href="http://jakarta.apache.org/commons/logging";>Apache Commons 
Logging</a></li>
-<li><a href="http://logging.apache.org/log4j/index.html";>log4j</a></li>
-<li><a 
href="http://download.oracle.com/javase/6/docs/api/java/util/logging/package-summary.html";>java.util.logging</a></li>
-<li>Configures logging through Logback which is integrated with the OSGi 
environment</li>
-<li>Allows logging to be configured both via editing Logback xml or via OSGi 
Configurations</li>
+<li><code>org.apache.felix.log</code> : This is an implementation of the OSGi 
Log Service specification and providers OSGi services like the 
<code>LogService</code> and <code>LogReader</code> services</li>
+<li><code>org.apache.sling.commons.log</code> : This bundle contains <a 
href="https://logback.qos.ch/";>logback</a> and allows to configure logback 
logging based on OSGi configurations or logback XML. It also supports 
registering of some logback services via the OSGi service registry.</li>
+<li><code>org.apache.sling.commons.logservice</code> : This bundle binds 
(SLF4J)](http://www.slf4j.org) to the OSGi log service. and started by the 
Sling Launcher. This bundle along with other bundles manages the Sling Logging 
and provides the following features:</li>
 </ul>
+<p>Additionally, the latest version of (SLF4J)](http://www.slf4j.org) should 
be installed as bundles as well as any bridge for other logging frameworks.</p>
+<h2><a href="#important-changes" id="important-changes">Important 
Changes</a></h2>
+<p>This document describes the latest version. For older releases have a look 
at <a href="http://sling.apache.org/documentation/legacy/logging.html";>Logging 
3.x</a>.</p>
+<p>The latest release of commons log includes the latest version of 
logback.</p>
 <h3><a href="#v500-release" id="v500-release">v5.0.0 release</a></h3>
-<p>With Sling Log 5.0.0. release the webconsole support has been moved to a 
different bundle named Sling Commons Log WebConsole 
(org.apache.sling.commons.log.webconsole:1.0.0)</p>
-<p>Also with this release Logback 1.1.7 version is embedded and thus it 
requires slf4j-api:1.7.15. See <a 
href="https://issues.apache.org/jira/browse/SLING-6144";>SLING-6144</a> for 
details</p>
-<h2><a href="#webconsole-plugin" id="webconsole-plugin">WebConsole 
Plugin</a></h2>
-<p>The Web Console Plugin supports the following features:</p>
-<ul>
-<li>Display the list of loggers which have levels or appenders configured.</li>
-<li>List the file appenders with the location of current active log files.</li>
-<li>Show the contents of LogBack config files.</li>
-<li>Show the contents of various Logback config fragments.</li>
-<li>Show Logback Status logs.</li>
-<li>Inline edit the Logger setting</li>
-<li>Configure Logger with content assist for logger names</li>
-<li>Provides links to log file content allows log file content to be viewed 
from Web UI</li>
-</ul>
-<p><img src="sling-log-support.png" /></p>
-<h2><a href="#webtail" id="webtail">WebTail</a></h2>
-<p>The Web Console Plugin also supports tailing of the current active log 
files. It generates link to all active log files which can be used to see there 
content from within the browser. The url used is like</p>
-<p><code>http://localhost:8080/system/console/slinglog/tailer.txt?tail=1000&amp;grep=lucene&amp;name=%2Flogs%2Ferror.log</code></p>
-<p>It supports following parameters</p>
-<ul>
-<li><code>name</code> - Appender name like <em>/logs/error.log</em></li>
-<li><code>tail</code> - Number of lines to include in dump. -1 to include 
whole file</li>
-<li><code>grep</code> - Filter the log lines based on <code>grep</code> value 
which can be
-<ul>
-<li>Simple string phrase - In this case search is done in case insensitive way 
via String.contains</li>
-<li>regex - In this case the search would be done via regex pattern 
matching</li>
-</ul>
-</li>
-</ul>
+<p>With Sling Commons Log 5.0.0. release the webconsole support has been moved 
to a different bundle named Sling Commons Log WebConsole 
(org.apache.sling.commons.log.webconsole)</p>
+<p>Also with this release Logback 1.1.7 version is embedded and thus it 
requires at least slf4j-api:1.7.15. See <a 
href="https://issues.apache.org/jira/browse/SLING-6144";>SLING-6144</a> for 
details</p>
 <h2><a href="#initial-configuration" id="initial-configuration">Initial 
Configuration</a></h2>
 <p>The <code>org.apache.sling.commons.log</code> bundle gets its initial 
configuration from the following <code>BundleContext</code> properties:</p>
 <table>
@@ -260,6 +231,33 @@ This document is for the new (November 2013) 4.x release 
of the Sling Commons Lo
 <h5><a href="#size-rotation" id="size-rotation">Size Rotation</a></h5>
 <p>Log file rotation by size is specified by setting the 
<code>org.apache.sling.commons.log.file.size</code> property to a plain number 
or a number plus a size multiplier. The size multiplier may be any of 
<code>K</code>, <code>KB</code>, <code>M</code>, <code>MB</code>, 
<code>G</code>, or <code>GB</code> where the case is ignored and the meaning is 
probably obvious.</p>
 <p>When using Size Rotation, the 
<code>org.apache.sling.commons.log.file.number</code> defines the number of old 
log file generations to keep. For example to keep 5 old log files indexed by 0 
through 4, set the <code>org.apache.sling.commons.log.file.number</code> to 
<code>5</code> (which happens to be the default).</p>
+<h2><a href="#webconsole-plugin" id="webconsole-plugin">WebConsole 
Plugin</a></h2>
+<p>The Web Console Plugin supports the following features:</p>
+<ul>
+<li>Display the list of loggers which have levels or appenders configured.</li>
+<li>List the file appenders with the location of current active log files.</li>
+<li>Show the contents of LogBack config files.</li>
+<li>Show the contents of various Logback config fragments.</li>
+<li>Show Logback Status logs.</li>
+<li>Inline edit the Logger setting</li>
+<li>Configure Logger with content assist for logger names</li>
+<li>Provides links to log file content allows log file content to be viewed 
from Web UI</li>
+</ul>
+<p><img src="sling-log-support.png" /></p>
+<h2><a href="#webtail" id="webtail">WebTail</a></h2>
+<p>The Web Console Plugin also supports tailing of the current active log 
files. It generates link to all active log files which can be used to see there 
content from within the browser. The url used is like</p>
+<p><code>http://localhost:8080/system/console/slinglog/tailer.txt?tail=1000&amp;grep=lucene&amp;name=%2Flogs%2Ferror.log</code></p>
+<p>It supports following parameters</p>
+<ul>
+<li><code>name</code> - Appender name like <em>/logs/error.log</em></li>
+<li><code>tail</code> - Number of lines to include in dump. -1 to include 
whole file</li>
+<li><code>grep</code> - Filter the log lines based on <code>grep</code> value 
which can be
+<ul>
+<li>Simple string phrase - In this case search is done in case insensitive way 
via String.contains</li>
+<li>regex - In this case the search would be done via regex pattern 
matching</li>
+</ul>
+</li>
+</ul>
 <h2><a href="#logback-integration" id="logback-integration">Logback 
Integration</a></h2>
 <p>Logback integration provides following features</p>
 <ul>
@@ -270,6 +268,7 @@ This document is for the new (November 2013) 4.x release of 
the Sling Commons Lo
 <li>Support for referring to Appenders registered as OSGi services from with 
Logback config</li>
 <li>Exposes Logback runtime state through the Felix WebConsole Plugin</li>
 </ul>
+<p>Note, that for all loggers configured via OSGi configurations (see above) 
certain characters are escaped when outputting the log message and the 
exception message. For example newline and carriage return are replaced with an 
underscore.</p>
 <p>The following sections provide more details.</p>
 <h3><a href="#turbofilters-as-osgi-services" 
id="turbofilters-as-osgi-services">TurboFilters as OSGi Services</a></h3>
 <p><a href="http://logback.qos.ch/manual/filters.html#TurboFilter";>Logback 
TurboFilters</a> operate globally and are invoked for every Logback call. To 
register an OSGi <code>TurboFilter</code>, just to register an service that 
implements the <code>ch.qos.logback.classic.turbo.TurboFilter</code> 
interface.</p>
@@ -538,7 +537,7 @@ 
org.apache.sling.commons.log.pattern=&quot;{0,date,dd.MM.yyyy HH:mm:ss.SSS} *{4}
                             content/documentation/development/logging.md
                         </a>
                     </div>                    <div class="revisionInfo">
-                        Last modified by <span class="author">Thomas 
Wolfart</span> on <span class="comment">2018-07-17</span>
+                        Last modified by <span class="author">Carsten 
Ziegeler</span> on <span class="comment">2022-06-13</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 
diff --git a/sitemap.xml b/sitemap.xml
index f3d004f3c..38dd17ec5 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,9 +3,11 @@
     <url>
         
<loc>https://sling.apache.org/releases.html</loc><lastmod>2022-06-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/web-console-extensions.html</loc><lastmod>2022-05-31</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/logging.html</loc><lastmod>2022-06-13</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/osgi-installer.html</loc><lastmod>2022-05-31</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/web-console-extensions.html</loc><lastmod>2022-05-31</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/the-sling-engine/service-authentication.html</loc><lastmod>2022-05-25</lastmod>
     </url><url>
@@ -16,26 +18,26 @@
         
<loc>https://sling.apache.org/documentation/development.html</loc><lastmod>2022-05-11</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/apidocs.html</loc><lastmod>2022-03-21</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/slingstart.html</loc><lastmod>2022-03-18</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/the-sling-engine/the-sling-launchpad.html</loc><lastmod>2022-03-21</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/news.html</loc><lastmod>2022-03-18</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/slingstart.html</loc><lastmod>2022-03-18</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/news/sling-12-released.html</loc><lastmod>2022-03-18</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/getting-started.html</loc><lastmod>2022-03-21</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html</loc><lastmod>2022-03-17</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/news/sling-12-released.html</loc><lastmod>2022-03-18</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation.html</loc><lastmod>2022-03-17</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/content-packages.html</loc><lastmod>2022-03-08</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/karaf.html</loc><lastmod>2022-03-06</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/sling-pipes.html</loc><lastmod>2022-03-04</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/karaf.html</loc><lastmod>2022-03-06</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/repository-initialization.html</loc><lastmod>2022-03-02</lastmod>
     </url><url>
@@ -56,66 +58,20 @@
         
<loc>https://sling.apache.org/documentation/bundles/models.html</loc><lastmod>2022-01-03</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/security/log4shell.html</loc><lastmod>2021-12-17</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/content-loading-jcr-contentloader.html</loc><lastmod>2021-12-08</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/file-installer-provider.html</loc><lastmod>2021-12-01</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/hamcrest.html</loc><lastmod>2021-11-23</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/sling-api-crud-support.html</loc><lastmod>2021-11-23</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/readers.html</loc><lastmod>2021-10-01</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/sling-mock.html</loc><lastmod>2021-11-17</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/resource-access-security.html</loc><lastmod>2021-11-04</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/scripting.html</loc><lastmod>2021-08-23</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/configuration-installer-factory.html</loc><lastmod>2021-08-16</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/index.html</loc><lastmod>2021-07-30</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-htl.html</loc><lastmod>2021-07-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/graphql-core.html</loc><lastmod>2021-07-26</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/installer-provider-installhook.html</loc><lastmod>2021-07-24</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html</loc><lastmod>2021-07-21</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles.html</loc><lastmod>2021-07-13</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/project-information.html</loc><lastmod>2021-07-07</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/testing-paxexam.html</loc><lastmod>2021-06-16</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/url-decomposition.html</loc><lastmod>2021-05-19</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/wrap-or-decorate-resources.html</loc><lastmod>2021-05-19</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/content-package-installer-factory.html</loc><lastmod>2021-05-10</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-framework.html</loc><lastmod>2021-04-21</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/bindings.html</loc><lastmod>2021-03-31</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/resource-merger.html</loc><lastmod>2021-03-18</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/internationalization-support-i18n.html</loc><lastmod>2021-03-11</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/filters.html</loc><lastmod>2021-03-02</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/sling-query/basic-ideas.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/writers.html</loc><lastmod>2021-01-28</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/samples.html</loc><lastmod>2021-01-28</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/readers.html</loc><lastmod>2021-10-01</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/logical.html</loc><lastmod>2021-01-28</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/execution-monitoring.html</loc><lastmod>2021-01-28</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/bindings.html</loc><lastmod>2021-03-31</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/sling-oak-restrictions.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
@@ -126,14 +82,22 @@
         
<loc>https://sling.apache.org/documentation/bundles/sling-health-check-tool-deprecated.html</loc><lastmod>2019-04-03</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/servlet-helpers.html</loc><lastmod>2020-06-16</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/scripting.html</loc><lastmod>2021-08-23</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-thymeleaf.html</loc><lastmod>2017-11-22</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-jsp.html</loc><lastmod>2018-07-13</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-htl.html</loc><lastmod>2021-07-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/resource-merger.html</loc><lastmod>2021-03-18</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/resource-filter.html</loc><lastmod>2021-01-02</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/resource-editor.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/resource-access-security.html</loc><lastmod>2021-11-04</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/request-analysis.html</loc><lastmod>2017-11-22</lastmod>
     </url><url>
@@ -146,14 +110,24 @@
         
<loc>https://sling.apache.org/documentation/bundles/mime-type-support-commons-mime.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/metrics.html</loc><lastmod>2018-07-17</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html</loc><lastmod>2021-07-21</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/managing-permissions-jackrabbit-accessmanager.html</loc><lastmod>2020-10-11</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/log-tracers.html</loc><lastmod>2018-07-17</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/jcr-installer-provider.html</loc><lastmod>2020-09-18</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/internationalization-support-i18n.html</loc><lastmod>2021-03-11</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/installer-provider-installhook.html</loc><lastmod>2021-07-24</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/hapi.html</loc><lastmod>2017-12-18</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/graphql-core.html</loc><lastmod>2021-07-26</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/file-installer-provider.html</loc><lastmod>2021-12-01</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/dynamic-includes.html</loc><lastmod>2018-09-12</lastmod>
     </url><url>
@@ -170,10 +144,16 @@
         
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-override.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/content-package-installer-factory.html</loc><lastmod>2021-05-10</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/content-loading-jcr-contentloader.html</loc><lastmod>2021-12-08</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/content-distribution.html</loc><lastmod>2020-05-13</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/connection-timeout-agent.html</loc><lastmod>2019-06-27</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/configuration-installer-factory.html</loc><lastmod>2021-08-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/commons-html-utilities.html</loc><lastmod>2019-07-18</lastmod>
     </url><url>
@@ -186,192 +166,212 @@
         
<loc>https://sling.apache.org/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html</loc><lastmod>2019-01-14</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/sling-query/examples.html</loc><lastmod>2017-09-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-query/operators.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/sling-settings-org-apache-sling-settings.html</loc><lastmod>2020-09-18</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/xml-support.html</loc><lastmod>2017-11-22</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/feature-model.html</loc><lastmod>2020-06-18</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/ide-tooling/ide-tooling-incremental-build.html</loc><lastmod>2018-12-17</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/jspc.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/maven-launchpad-plugin.html</loc><lastmod>2018-07-13</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/null-analysis.html</loc><lastmod>2018-08-18</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/resourceresolver-mock.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/feature-model/feature-model-howto.html</loc><lastmod>2020-06-18</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/feature-model/howtos/sling-with-custom-project.html</loc><lastmod>2020-06-18</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/legacy/logging.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-actors.html</loc><lastmod>2017-11-22</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/dispatching-requests.html</loc><lastmod>2018-07-13</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/tutorials-how-tos/46-line-blog.html</loc><lastmod>2017-11-22</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-framework.html</loc><lastmod>2021-04-21</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/tutorials-how-tos/jackrabbit-persistence.html</loc><lastmod>2018-07-17</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/errors/403.html</loc><lastmod>2017-10-07</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/links.html</loc><lastmod>2019-07-26</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/news/sling-launchpad-9-released.html</loc><lastmod>2017-09-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/old-stuff/request-processing.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/old-stuff/scriptengineintegration.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/project-information/apache-sling-community-roles-and-processes.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/project-information.html</loc><lastmod>2021-07-07</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/sling-query/hierarchy-operators.html</loc><lastmod>2018-01-04</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-query/selectors.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/subsystem-installer-factory.html</loc><lastmod>2020-03-30</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/dependency-management.html</loc><lastmod>2018-07-13</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/getting-and-building-sling.html</loc><lastmod>2018-02-03</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/ide-tooling.html</loc><lastmod>2019-09-12</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/jsr-305.html</loc><lastmod>2018-08-18</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/maven-usage.html</loc><lastmod>2017-11-22</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/osgi-mock.html</loc><lastmod>2019-03-17</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/sling-mock.html</loc><lastmod>2021-11-17</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/feature-model/howtos/create-sling-composite.html</loc><lastmod>2020-06-18</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/getting-started/discover-sling-in-15-minutes.html</loc><lastmod>2019-07-09</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/pax-exam-utils.html</loc><lastmod>2017-12-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-tasks.html</loc><lastmod>2017-09-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/errorhandling.html</loc><lastmod>2017-11-22</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/the-sling-engine/request-listeners.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/tutorials-how-tos/getting-resources-and-properties-in-sling.html</loc><lastmod>2018-01-05</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/url-decomposition.html</loc><lastmod>2021-05-19</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/tutorials-how-tos/testing-sling-based-applications.html</loc><lastmod>2017-12-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/errors/404.html</loc><lastmod>2018-12-19</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/media.html</loc><lastmod>2017-09-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/news/sling-ide-tooling-11-released.html</loc><lastmod>2017-09-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/old-stuff/run-modes-org-apache-sling-runmode.html</loc><lastmod>2018-07-17</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/old-stuff/servlet-resolution.html</loc><lastmod>2018-07-13</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/project-information/project-license.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/sling-query/methods.html</loc><lastmod>2017-09-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-query/vs-jcr.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/validation.html</loc><lastmod>2017-11-22</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/configuration.html</loc><lastmod>2019-07-26</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/deprecating-sling-modules.html</loc><lastmod>2020-03-31</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/issue-tracker.html</loc><lastmod>2018-07-13</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/logging.html</loc><lastmod>2018-07-17</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/maventipsandtricks.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/sling-testing-tools.html</loc><lastmod>2017-12-09</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/version-policy.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/feature-model/howtos/create-sling-fm.html</loc><lastmod>2020-06-18</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/the-sling-engine/adapters.html</loc><lastmod>2020-11-10</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication.html</loc><lastmod>2018-05-14</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/featureflags.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/the-sling-engine/request-parameters.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html</loc><lastmod>2018-07-17</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/wrap-or-decorate-resources.html</loc><lastmod>2021-05-19</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/tutorials-how-tos.html</loc><lastmod>2020-08-06</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/guides.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/news/sling-10-released.html</loc><lastmod>2018-02-06</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/news/sling-ide-tooling-12-released.html</loc><lastmod>2018-01-21</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/old-stuff/assembly.html</loc><lastmod>2017-09-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/old-stuff/scriptengineintegration/groovy-support.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/old-stuff/sling-api.html</loc><lastmod>2018-07-13</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/project-information/project-team.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/sling-query/modifiers.html</loc><lastmod>2017-09-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-query.html</loc><lastmod>2020-06-16</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/client-request-logging.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/embedding-sling.html</loc><lastmod>2018-07-13</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/htl-maven-plugin.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/jcr-mock.html</loc><lastmod>2017-09-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/maven-archetypes.html</loc><lastmod>2018-03-31</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/monitoring-requests.html</loc><lastmod>2017-09-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/repository-based-development.html</loc><lastmod>2017-10-07</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/sling.html</loc><lastmod>2019-01-14</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/feature-model/howtos/kickstart.html</loc><lastmod>2020-06-18</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/the-sling-engine/architecture.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/default-mapping-and-rendering.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/news/sling-11-released.html</loc><lastmod>2018-10-23</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/old-stuff/launch-sling.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/old-stuff.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-query/operators.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/xml-support.html</loc><lastmod>2017-11-22</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/feature-model.html</loc><lastmod>2020-06-18</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/jspc.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/null-analysis.html</loc><lastmod>2018-08-18</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/feature-model/howtos/sling-with-custom-project.html</loc><lastmod>2020-06-18</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-actors.html</loc><lastmod>2017-11-22</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/dispatching-requests.html</loc><lastmod>2018-07-13</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/tutorials-how-tos/46-line-blog.html</loc><lastmod>2017-11-22</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/errors/403.html</loc><lastmod>2017-10-07</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/old-stuff/request-processing.html</loc><lastmod>2018-07-13</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/project-information/apache-sling-community-roles-and-processes.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-query/selectors.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles.html</loc><lastmod>2021-07-13</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/getting-and-building-sling.html</loc><lastmod>2018-02-03</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/jsr-305.html</loc><lastmod>2018-08-18</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/osgi-mock.html</loc><lastmod>2019-03-17</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/testing-paxexam.html</loc><lastmod>2021-06-16</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/getting-started/discover-sling-in-15-minutes.html</loc><lastmod>2019-07-09</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html</loc><lastmod>2018-07-13</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/errorhandling.html</loc><lastmod>2017-11-22</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/tutorials-how-tos/getting-resources-and-properties-in-sling.html</loc><lastmod>2018-01-05</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/errors/404.html</loc><lastmod>2018-12-19</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/news/sling-ide-tooling-11-released.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/old-stuff/run-modes-org-apache-sling-runmode.html</loc><lastmod>2018-07-17</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/project-information/project-license.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-query/vs-jcr.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/configuration.html</loc><lastmod>2019-07-26</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/hamcrest.html</loc><lastmod>2021-11-23</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/version-policy.html</loc><lastmod>2018-07-13</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html</loc><lastmod>2018-07-13</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/featureflags.html</loc><lastmod>2018-07-13</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/sling-api-crud-support.html</loc><lastmod>2021-11-23</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html</loc><lastmod>2018-07-17</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/guides.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/news/sling-ide-tooling-12-released.html</loc><lastmod>2018-01-21</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/old-stuff/scriptengineintegration/groovy-support.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/project-information/project-team.html</loc><lastmod>2018-07-13</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/sling-query.html</loc><lastmod>2020-06-16</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/client-request-logging.html</loc><lastmod>2018-07-13</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/htl-maven-plugin.html</loc><lastmod>2017-09-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/maven-archetypes.html</loc><lastmod>2018-03-31</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/repository-based-development.html</loc><lastmod>2017-10-07</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/default-mapping-and-rendering.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/filters.html</loc><lastmod>2021-03-02</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/the-sling-engine/sling-properties.html</loc><lastmod>2017-09-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/tutorials-how-tos/installing-and-upgrading-bundles.html</loc><lastmod>2018-06-01</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/news/sling-11-released.html</loc><lastmod>2018-10-23</lastmod>
+        
<loc>https://sling.apache.org/index.html</loc><lastmod>2021-07-30</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/news/sling-launchpad-8-released.html</loc><lastmod>2017-09-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/old-stuff/launch-sling.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/old-stuff/scriptengineintegration/xslt-processing-pipeline.html</loc><lastmod>2017-09-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/old-stuff.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/project-information/security.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>

Reply via email to