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

commit c7d924251b09e0459ae474b71b5d22aa4f24e05e
Author: jenkins <[email protected]>
AuthorDate: Thu Mar 7 10:45:09 2024 +0000

    Automatic website deployment from 
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/847/
---
 documentation/the-sling-engine/resources.html |  32 ++++-
 downloads.html                                |   7 +
 pagefind/fragment/en_4c5aa6e.pf_fragment      | Bin 7678 -> 0 bytes
 pagefind/fragment/en_b8d5119.pf_fragment      | Bin 16352 -> 0 bytes
 pagefind/fragment/en_cacbe4b.pf_fragment      | Bin 0 -> 16367 bytes
 pagefind/fragment/en_d69e3fd.pf_fragment      | Bin 0 -> 8003 bytes
 pagefind/index/en_149391c.pf_index            | Bin 0 -> 40301 bytes
 pagefind/index/en_1840c13.pf_index            | Bin 0 -> 39031 bytes
 pagefind/index/en_19f92b1.pf_index            | Bin 40083 -> 0 bytes
 pagefind/index/en_1ff9fad.pf_index            | Bin 0 -> 3733 bytes
 pagefind/index/en_2044fd9.pf_index            | Bin 40165 -> 0 bytes
 pagefind/index/en_292dfb3.pf_index            | Bin 39012 -> 0 bytes
 pagefind/index/en_3846203.pf_index            | Bin 38928 -> 0 bytes
 pagefind/index/en_44a225c.pf_index            | Bin 40231 -> 0 bytes
 pagefind/index/en_4bfa298.pf_index            | Bin 0 -> 38989 bytes
 pagefind/index/en_58a6533.pf_index            | Bin 0 -> 37748 bytes
 pagefind/index/en_5d8e5d6.pf_index            | Bin 37733 -> 0 bytes
 pagefind/index/en_5f2f733.pf_index            | Bin 40833 -> 0 bytes
 pagefind/index/en_749ee27.pf_index            | Bin 40291 -> 0 bytes
 pagefind/index/en_7ddffe8.pf_index            | Bin 38984 -> 0 bytes
 pagefind/index/en_80666db.pf_index            | Bin 0 -> 38938 bytes
 pagefind/index/en_869238a.pf_index            | Bin 0 -> 40085 bytes
 pagefind/index/en_9599632.pf_index            | Bin 3731 -> 0 bytes
 pagefind/index/en_9821e85.pf_index            | Bin 0 -> 41923 bytes
 pagefind/index/en_99ae335.pf_index            | Bin 0 -> 41359 bytes
 pagefind/index/en_9cc87ec.pf_index            | Bin 0 -> 48674 bytes
 pagefind/index/en_a68e13f.pf_index            | Bin 39915 -> 0 bytes
 pagefind/index/en_a99223b.pf_index            | Bin 0 -> 40376 bytes
 pagefind/index/en_aef046f.pf_index            | Bin 37927 -> 0 bytes
 pagefind/index/en_b94151b.pf_index            | Bin 0 -> 40847 bytes
 pagefind/index/en_bffbe64.pf_index            | Bin 0 -> 40927 bytes
 pagefind/index/en_c084aa7.pf_index            | Bin 0 -> 37954 bytes
 pagefind/index/en_c5815b2.pf_index            | Bin 41303 -> 0 bytes
 pagefind/index/en_c5d2af5.pf_index            | Bin 0 -> 39963 bytes
 pagefind/index/en_c8962e1.pf_index            | Bin 41229 -> 0 bytes
 pagefind/index/en_cfdffdf.pf_index            | Bin 0 -> 40157 bytes
 pagefind/index/en_d4a163a.pf_index            | Bin 0 -> 40805 bytes
 pagefind/index/en_d4f2e14.pf_index            | Bin 0 -> 41314 bytes
 pagefind/index/en_e32da7d.pf_index            | Bin 40725 -> 0 bytes
 pagefind/index/en_e76835c.pf_index            | Bin 41911 -> 0 bytes
 pagefind/index/en_fcbc613.pf_index            | Bin 40916 -> 0 bytes
 pagefind/index/en_fd31801.pf_index            | Bin 48638 -> 0 bytes
 pagefind/pagefind-entry.json                  |   2 +-
 pagefind/pagefind.en_6be691324e.pf_meta       | Bin 1829 -> 0 bytes
 pagefind/pagefind.en_f5fba35af4.pf_meta       | Bin 0 -> 1820 bytes
 releases.html                                 |   3 +-
 sitemap.xml                                   | 190 +++++++++++++-------------
 47 files changed, 133 insertions(+), 101 deletions(-)

diff --git a/documentation/the-sling-engine/resources.html 
b/documentation/the-sling-engine/resources.html
index 00f27e2d9..a4acf0b4d 100644
--- a/documentation/the-sling-engine/resources.html
+++ b/documentation/the-sling-engine/resources.html
@@ -158,10 +158,10 @@
 <tr><td> Resource Type </td><td> Each resource has a resource type which is 
used by the Servlet and Script resolver to find the appropriate Servlet or 
Script to handle the request for the Resource. </td></tr>
 <tr><td> Resource Super Type </td><td> The (optional explicit) super type of 
the Resource. See the section <em>Resource Types</em> below for more details. 
</td></tr>
 <tr><td> Adapters </td><td> Resources are always <code>Adaptable</code> and 
therefore can be adapted to a different view. See the section <em>Resource 
Adapters</em> below for more details. </td></tr>
-<tr><td> Metadata </td><td> Resources in general support <a 
href="http://sling.apache.org/apidocs/sling8/org/apache/sling/api/resource/ResourceMetadata.html";><code>ResourceMetadata</code></a>
 providing access to values such as the length of a binary resource (which can 
be streamed) or the Resource's content type. </td></tr>
+<tr><td> Metadata </td><td> Resources in general support <a 
href="https://sling.apache.org/apidocs/sling12/org/apache/sling/api/resource/ResourceMetadata.html";><code>ResourceMetadata</code></a>
 providing access to values such as the length of a binary resource (which can 
be streamed) or the Resource's content type. </td></tr>
 </tbody>
 </table>
-<p>For a complete description of the <code>Resource</code> interface, please 
refer to the <a 
href="http://sling.apache.org/apidocs/sling8/org/apache/sling/api/resource/Resource.html";><code>Resource</code></a>
 JavaDoc.</p>
+<p>For a complete description of the <code>Resource</code> interface, please 
refer to the <a 
href="https://sling.apache.org/apidocs/sling12/org/apache/sling/api/resource/Resource.html";><code>Resource</code></a>
 JavaDoc.</p>
 <p>The properties are either exposed via the <code>ValueMap</code> or 
<code>ModifiableValueMap</code> adaptable or by calling 
<code>Resource.getValueMap()</code>.</p>
 <p>To get the <em>main</em> binary property from a given resource one can 
adapt it to an <code>InputStream</code>. Most resource providers return the 
underlying wrapper binary in that case. The handling of arbitrary binary 
properties is resource provider specific (some expose lazy 
<code>InputStreams</code> others may not support binary properties via 
<code>ValueMap</code> at all).</p>
 <h3><a href="#resource-types" id="resource-types">Resource Types</a></h3>
@@ -180,7 +180,7 @@
 <p>Resource Types form a type hierarchy much like Java classes form a type 
hierarchy. Each resource type has a resource super type, either explicitly 
defined as for example for JCR or Servlet Resources or implicitly. The implicit 
Resource Super Type is at the same time the root Resource Type much like the 
<code>java.lang.Object</code> class is called 
<code>sling/servlet/default</code> (for historical reasons). The 
<code>sling/servlet/default</code> Resource Type is the only type without  [...]
 <h3><a href="#adapters" id="adapters">Adapters</a></h3>
 <p>The object types to which Resources may be adapted mostly depends on the 
Resource Provider providing the resource. For example all JCR node based 
resources always adapt to <code>javax.jcr.Node</code> objects.</p>
-<p>If the actual Resource object class implementation extends from the 
<code>SlingAdaptable</code> class, then in addition all 
<code>AdapterFactory</code> services adapting <code>Resource</code> objects are 
considered when trying to adapt the Resource. In general Resource Providers are 
recommended to have their Resource implementation extend from <a 
href="http://sling.apache.org/apidocs/sling8/org/apache/sling/api/resource/AbstractResource.html";><code>AbstractResource</code></a>
 which gu [...]
+<p>If the actual Resource object class implementation extends from the 
<code>SlingAdaptable</code> class, then in addition all 
<code>AdapterFactory</code> services adapting <code>Resource</code> objects are 
considered when trying to adapt the Resource. In general Resource Providers are 
recommended to have their Resource implementation extend from <a 
href="https://sling.apache.org/apidocs/sling12/org/apache/sling/api/resource/AbstractResource.html";><code>AbstractResource</code></a>
 which  [...]
 <h2><a href="#how-to-get-a-resource" id="how-to-get-a-resource">How to get a 
Resource</a></h2>
 <p>To get at Resources, you need a <code>ResourceResolver</code>. This 
interface defines four kinds of methods to access resources:</p>
 <ul>
@@ -324,6 +324,30 @@
 <tr><td><a 
href="https://sling.apache.org/apidocs/sling11/org/apache/sling/api/resource/observation/ResourceChangeListener.html#PROPERTY_NAMES_HINT";>ResourceChangeListener.PROPERTY_NAMES_HINT</a></td><td>
 filter only for events affecting the properties with the given names 
(optional)</td></tr>
 </tbody>
 </table>
+<h4><a href="#osgi-component-property-type" 
id="osgi-component-property-type">OSGi Component Property Type</a></h4>
+<p>In order to ease creating <code>ResourceChangeListener</code>s, there is an 
according <a 
href="https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.component.html#service.component-component.property.types";>OSGi
 component property type</a> provided through artifact</p>
+<pre><code>&lt;groupId&gt;org.apache.sling&lt;/groupId&gt;
+&lt;artifactId&gt;org.apache.sling.resource.observation.annotations&lt;/artifactId&gt;
+</code></pre>
+<p>It can be used like this:</p>
+<pre><code><!-- TODO syntax marker (::java) disabled -->import 
org.apache.sling.api.resource.observation.ResourceChange;
+import org.apache.sling.api.resource.observation.ResourceChange.ChangeType;
+import org.apache.sling.api.resource.observation.ResourceChangeListener;
+import org.osgi.service.component.annotations.Component;
+
+@Component
+@SlingResourceChangeListener(
+        paths = &quot;/examplepath&quot;,
+        change_types = {ChangeType.ADDED, ChangeType.REMOVED})
+public class SampleResourceChangeListener implements ResourceChangeListener {
+
+    @Override
+    public void onChange(List&lt;ResourceChange&gt; changes) {
+        // Do something here
+    }
+}
+</code></pre>
+<p>This will generate the necessary service properties automatically (with the 
help of the Bnd plugin, compare with <a 
href="./servlets.html#registering-a-servlet-using-java-annotations">Sling 
Servlet Annotations</a>).</p>
 <h3><a href="#osgi-event-based-resource-changes-deprecated" 
id="osgi-event-based-resource-changes-deprecated">OSGi Event based resource 
changes (deprecated)</a></h3>
 <p>Resource events are sent out via the OSGi Event Admin. You can subscribe to 
those events by registering an OSGi service for <a 
href="https://osgi.org/javadoc/r6/cmpn/org/osgi/service/event/EventHandler.html";><code>org.osgi.service.event.EventHandler</code></a>.
 Several properties should be used to restrict the subscription to only the 
relevant event(s). The event topics which are used for resources are listed as 
constants in <a href="http://sling.apache.org/apidocs/sling8/org/apache/s [...]
 <p>You receive events no matter whether they originate from the local 
repository or from a remote clustered repository. You can check though in your 
event listener for the <a 
href="/apache-sling-eventing-and-job-handling.html#basic-principles">event 
attribute <code>event.application</code></a>, which is only set in case the 
event was triggered from an external resource modification (compare with <a 
href="https://sling.apache.org/apidocs/sling9/org/apache/sling/event/dea/DEAConstants.html
 [...]
@@ -342,7 +366,7 @@
                             content/documentation/the-sling-engine/resources.md
                         </a>
                     </div>                    <div class="revisionInfo">
-                        Last modified by <span class="author">Konrad 
Windszus</span> on <span class="comment">2023-10-24</span>
+                        Last modified by <span class="author">Konrad 
Windszus</span> on <span class="comment">2024-03-07</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/downloads.html b/downloads.html
index 5d7d36159..5278a1678 100644
--- a/downloads.html
+++ b/downloads.html
@@ -1390,6 +1390,13 @@
                                                     </td><td><a 
href="[preferred]sling/org.apache.sling.resourcemerger-1.4.4-source-release.zip">Source
 ZIP</a><span class="digestLinks">
                                                              (<a 
href="https://downloads.apache.org/sling/org.apache.sling.resourcemerger-1.4.4-source-release.zip.asc";>asc</a>,
 <a 
href="https://downloads.apache.org/sling/org.apache.sling.resourcemerger-1.4.4-source-release.zip.sha1";>sha1</a>,
 <a 
href="https://downloads.apache.org/sling/org.apache.sling.resourcemerger-1.4.4-source-release.zip.sha512";>sha512</a>)
                                                         </span>
+                                                    </td></tr><tr><td>Resource 
Observation Annotations</td><td>1.0.0</td><td><a 
href="https://github.com/apache/sling-org-apache-sling-resource-observation-annotations";>GitHub</a>
+                                                    </td><td><a 
href="[preferred]sling/org.apache.sling.resource.observation.annotations-1.0.0.jar">Bundle</a><span
 class="digestLinks">
+                                                             (<a 
href="https://downloads.apache.org/sling/org.apache.sling.resource.observation.annotations-1.0.0.jar.asc";>asc</a>,
 <a 
href="https://downloads.apache.org/sling/org.apache.sling.resource.observation.annotations-1.0.0.jar.sha1";>sha1</a>)
+                                                        </span>
+                                                    </td><td><a 
href="[preferred]sling/org.apache.sling.resource.observation.annotations-1.0.0-source-release.zip">Source
 ZIP</a><span class="digestLinks">
+                                                             (<a 
href="https://downloads.apache.org/sling/org.apache.sling.resource.observation.annotations-1.0.0-source-release.zip.asc";>asc</a>,
 <a 
href="https://downloads.apache.org/sling/org.apache.sling.resource.observation.annotations-1.0.0-source-release.zip.sha1";>sha1</a>,
 <a 
href="https://downloads.apache.org/sling/org.apache.sling.resource.observation.annotations-1.0.0-source-release.zip.sha512";>sha512</a>)
+                                                        </span>
                                                     </td></tr><tr><td>Resource 
Presence</td><td>0.0.2</td><td><a 
href="https://github.com/apache/sling-org-apache-sling-resource-presence";>GitHub</a>
                                                     </td><td><a 
href="[preferred]sling/org.apache.sling.resource.presence-0.0.2.jar">Bundle</a><span
 class="digestLinks">
                                                              (<a 
href="https://downloads.apache.org/sling/org.apache.sling.resource.presence-0.0.2.jar.asc";>asc</a>,
 <a 
href="https://downloads.apache.org/sling/org.apache.sling.resource.presence-0.0.2.jar.sha1";>sha1</a>)
diff --git a/pagefind/fragment/en_4c5aa6e.pf_fragment 
b/pagefind/fragment/en_4c5aa6e.pf_fragment
deleted file mode 100644
index 7a36fad6b..000000000
Binary files a/pagefind/fragment/en_4c5aa6e.pf_fragment and /dev/null differ
diff --git a/pagefind/fragment/en_b8d5119.pf_fragment 
b/pagefind/fragment/en_b8d5119.pf_fragment
deleted file mode 100644
index 822c0a121..000000000
Binary files a/pagefind/fragment/en_b8d5119.pf_fragment and /dev/null differ
diff --git a/pagefind/fragment/en_cacbe4b.pf_fragment 
b/pagefind/fragment/en_cacbe4b.pf_fragment
new file mode 100644
index 000000000..3bd6027bd
Binary files /dev/null and b/pagefind/fragment/en_cacbe4b.pf_fragment differ
diff --git a/pagefind/fragment/en_d69e3fd.pf_fragment 
b/pagefind/fragment/en_d69e3fd.pf_fragment
new file mode 100644
index 000000000..9e5368129
Binary files /dev/null and b/pagefind/fragment/en_d69e3fd.pf_fragment differ
diff --git a/pagefind/index/en_149391c.pf_index 
b/pagefind/index/en_149391c.pf_index
new file mode 100644
index 000000000..66001d1b8
Binary files /dev/null and b/pagefind/index/en_149391c.pf_index differ
diff --git a/pagefind/index/en_1840c13.pf_index 
b/pagefind/index/en_1840c13.pf_index
new file mode 100644
index 000000000..c17302c38
Binary files /dev/null and b/pagefind/index/en_1840c13.pf_index differ
diff --git a/pagefind/index/en_19f92b1.pf_index 
b/pagefind/index/en_19f92b1.pf_index
deleted file mode 100644
index e522bf23f..000000000
Binary files a/pagefind/index/en_19f92b1.pf_index and /dev/null differ
diff --git a/pagefind/index/en_1ff9fad.pf_index 
b/pagefind/index/en_1ff9fad.pf_index
new file mode 100644
index 000000000..5a3ce5365
Binary files /dev/null and b/pagefind/index/en_1ff9fad.pf_index differ
diff --git a/pagefind/index/en_2044fd9.pf_index 
b/pagefind/index/en_2044fd9.pf_index
deleted file mode 100644
index 44c2e1045..000000000
Binary files a/pagefind/index/en_2044fd9.pf_index and /dev/null differ
diff --git a/pagefind/index/en_292dfb3.pf_index 
b/pagefind/index/en_292dfb3.pf_index
deleted file mode 100644
index 8ae9c9744..000000000
Binary files a/pagefind/index/en_292dfb3.pf_index and /dev/null differ
diff --git a/pagefind/index/en_3846203.pf_index 
b/pagefind/index/en_3846203.pf_index
deleted file mode 100644
index 71dfa81bf..000000000
Binary files a/pagefind/index/en_3846203.pf_index and /dev/null differ
diff --git a/pagefind/index/en_44a225c.pf_index 
b/pagefind/index/en_44a225c.pf_index
deleted file mode 100644
index 2cb38097c..000000000
Binary files a/pagefind/index/en_44a225c.pf_index and /dev/null differ
diff --git a/pagefind/index/en_4bfa298.pf_index 
b/pagefind/index/en_4bfa298.pf_index
new file mode 100644
index 000000000..48d3afea4
Binary files /dev/null and b/pagefind/index/en_4bfa298.pf_index differ
diff --git a/pagefind/index/en_58a6533.pf_index 
b/pagefind/index/en_58a6533.pf_index
new file mode 100644
index 000000000..d12c2c3f6
Binary files /dev/null and b/pagefind/index/en_58a6533.pf_index differ
diff --git a/pagefind/index/en_5d8e5d6.pf_index 
b/pagefind/index/en_5d8e5d6.pf_index
deleted file mode 100644
index e9b2ad78e..000000000
Binary files a/pagefind/index/en_5d8e5d6.pf_index and /dev/null differ
diff --git a/pagefind/index/en_5f2f733.pf_index 
b/pagefind/index/en_5f2f733.pf_index
deleted file mode 100644
index d602f26ea..000000000
Binary files a/pagefind/index/en_5f2f733.pf_index and /dev/null differ
diff --git a/pagefind/index/en_749ee27.pf_index 
b/pagefind/index/en_749ee27.pf_index
deleted file mode 100644
index 45b4ab993..000000000
Binary files a/pagefind/index/en_749ee27.pf_index and /dev/null differ
diff --git a/pagefind/index/en_7ddffe8.pf_index 
b/pagefind/index/en_7ddffe8.pf_index
deleted file mode 100644
index a51f61aae..000000000
Binary files a/pagefind/index/en_7ddffe8.pf_index and /dev/null differ
diff --git a/pagefind/index/en_80666db.pf_index 
b/pagefind/index/en_80666db.pf_index
new file mode 100644
index 000000000..bfa8531d7
Binary files /dev/null and b/pagefind/index/en_80666db.pf_index differ
diff --git a/pagefind/index/en_869238a.pf_index 
b/pagefind/index/en_869238a.pf_index
new file mode 100644
index 000000000..712b56deb
Binary files /dev/null and b/pagefind/index/en_869238a.pf_index differ
diff --git a/pagefind/index/en_9599632.pf_index 
b/pagefind/index/en_9599632.pf_index
deleted file mode 100644
index 7c3172e7c..000000000
Binary files a/pagefind/index/en_9599632.pf_index and /dev/null differ
diff --git a/pagefind/index/en_9821e85.pf_index 
b/pagefind/index/en_9821e85.pf_index
new file mode 100644
index 000000000..3b9745595
Binary files /dev/null and b/pagefind/index/en_9821e85.pf_index differ
diff --git a/pagefind/index/en_99ae335.pf_index 
b/pagefind/index/en_99ae335.pf_index
new file mode 100644
index 000000000..c3def52ad
Binary files /dev/null and b/pagefind/index/en_99ae335.pf_index differ
diff --git a/pagefind/index/en_9cc87ec.pf_index 
b/pagefind/index/en_9cc87ec.pf_index
new file mode 100644
index 000000000..3ee550bc9
Binary files /dev/null and b/pagefind/index/en_9cc87ec.pf_index differ
diff --git a/pagefind/index/en_a68e13f.pf_index 
b/pagefind/index/en_a68e13f.pf_index
deleted file mode 100644
index b71de9da7..000000000
Binary files a/pagefind/index/en_a68e13f.pf_index and /dev/null differ
diff --git a/pagefind/index/en_a99223b.pf_index 
b/pagefind/index/en_a99223b.pf_index
new file mode 100644
index 000000000..ec6485606
Binary files /dev/null and b/pagefind/index/en_a99223b.pf_index differ
diff --git a/pagefind/index/en_aef046f.pf_index 
b/pagefind/index/en_aef046f.pf_index
deleted file mode 100644
index 64cad2580..000000000
Binary files a/pagefind/index/en_aef046f.pf_index and /dev/null differ
diff --git a/pagefind/index/en_b94151b.pf_index 
b/pagefind/index/en_b94151b.pf_index
new file mode 100644
index 000000000..e231f140c
Binary files /dev/null and b/pagefind/index/en_b94151b.pf_index differ
diff --git a/pagefind/index/en_bffbe64.pf_index 
b/pagefind/index/en_bffbe64.pf_index
new file mode 100644
index 000000000..78b693daa
Binary files /dev/null and b/pagefind/index/en_bffbe64.pf_index differ
diff --git a/pagefind/index/en_c084aa7.pf_index 
b/pagefind/index/en_c084aa7.pf_index
new file mode 100644
index 000000000..7ae9be318
Binary files /dev/null and b/pagefind/index/en_c084aa7.pf_index differ
diff --git a/pagefind/index/en_c5815b2.pf_index 
b/pagefind/index/en_c5815b2.pf_index
deleted file mode 100644
index 1dbeea012..000000000
Binary files a/pagefind/index/en_c5815b2.pf_index and /dev/null differ
diff --git a/pagefind/index/en_c5d2af5.pf_index 
b/pagefind/index/en_c5d2af5.pf_index
new file mode 100644
index 000000000..ecc2bdfa8
Binary files /dev/null and b/pagefind/index/en_c5d2af5.pf_index differ
diff --git a/pagefind/index/en_c8962e1.pf_index 
b/pagefind/index/en_c8962e1.pf_index
deleted file mode 100644
index ff0e4e08d..000000000
Binary files a/pagefind/index/en_c8962e1.pf_index and /dev/null differ
diff --git a/pagefind/index/en_cfdffdf.pf_index 
b/pagefind/index/en_cfdffdf.pf_index
new file mode 100644
index 000000000..b7b683c5f
Binary files /dev/null and b/pagefind/index/en_cfdffdf.pf_index differ
diff --git a/pagefind/index/en_d4a163a.pf_index 
b/pagefind/index/en_d4a163a.pf_index
new file mode 100644
index 000000000..9237209b0
Binary files /dev/null and b/pagefind/index/en_d4a163a.pf_index differ
diff --git a/pagefind/index/en_d4f2e14.pf_index 
b/pagefind/index/en_d4f2e14.pf_index
new file mode 100644
index 000000000..94ce8188b
Binary files /dev/null and b/pagefind/index/en_d4f2e14.pf_index differ
diff --git a/pagefind/index/en_e32da7d.pf_index 
b/pagefind/index/en_e32da7d.pf_index
deleted file mode 100644
index 499bb4785..000000000
Binary files a/pagefind/index/en_e32da7d.pf_index and /dev/null differ
diff --git a/pagefind/index/en_e76835c.pf_index 
b/pagefind/index/en_e76835c.pf_index
deleted file mode 100644
index 92c7ef025..000000000
Binary files a/pagefind/index/en_e76835c.pf_index and /dev/null differ
diff --git a/pagefind/index/en_fcbc613.pf_index 
b/pagefind/index/en_fcbc613.pf_index
deleted file mode 100644
index b0e990f47..000000000
Binary files a/pagefind/index/en_fcbc613.pf_index and /dev/null differ
diff --git a/pagefind/index/en_fd31801.pf_index 
b/pagefind/index/en_fd31801.pf_index
deleted file mode 100644
index 83aad338d..000000000
Binary files a/pagefind/index/en_fd31801.pf_index and /dev/null differ
diff --git a/pagefind/pagefind-entry.json b/pagefind/pagefind-entry.json
index 75128848a..c93dd8ab6 100644
--- a/pagefind/pagefind-entry.json
+++ b/pagefind/pagefind-entry.json
@@ -1 +1 @@
-{"version":"1.0.4","languages":{"en":{"hash":"en_6be691324e","wasm":"en","page_count":188}}}
\ No newline at end of file
+{"version":"1.0.4","languages":{"en":{"hash":"en_f5fba35af4","wasm":"en","page_count":188}}}
\ No newline at end of file
diff --git a/pagefind/pagefind.en_6be691324e.pf_meta 
b/pagefind/pagefind.en_6be691324e.pf_meta
deleted file mode 100644
index 344987aa8..000000000
Binary files a/pagefind/pagefind.en_6be691324e.pf_meta and /dev/null differ
diff --git a/pagefind/pagefind.en_f5fba35af4.pf_meta 
b/pagefind/pagefind.en_f5fba35af4.pf_meta
new file mode 100644
index 000000000..d92533b0d
Binary files /dev/null and b/pagefind/pagefind.en_f5fba35af4.pf_meta differ
diff --git a/releases.html b/releases.html
index 665c000d7..7d016fd50 100644
--- a/releases.html
+++ b/releases.html
@@ -125,6 +125,7 @@
 <div class="row" data-pagefind-body="true"><div><section><p>This is a list of 
all our releases, available from our <a href="/downloads.cgi">downloads</a> 
page.</p>
 <h2><a href="#march-2024" id="march-2024">March 2024</a></h2>
 <ul>
+<li>Resource Observation Annotations 1.0.0 (7th)</li>
 <li>Content-Package to Feature Model Converter 1.3.6 (4th)</li>
 </ul>
 <h2><a href="#february-2024" id="february-2024">February 2024</a></h2>
@@ -2541,7 +2542,7 @@
                             content/releases.md
                         </a>
                     </div>                    <div class="revisionInfo">
-                        Last modified by <span class="author">Robert 
Munteanu</span> on <span class="comment">2024-03-04</span>
+                        Last modified by <span class="author">Konrad 
Windszus</span> on <span class="comment">2024-03-07</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 4a6a864aa..82a26350a 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,25 +1,39 @@
 <?xml version="1.0"?>
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd";>
     <url>
-        
<loc>https://sling.apache.org/releases.html</loc><lastmod>2024-03-04</lastmod>
+        
<loc>https://sling.apache.org/project-information/project-team.html</loc><lastmod>2022-10-31</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/news.html</loc><lastmod>2024-02-06</lastmod>
+        
<loc>https://sling.apache.org/old-stuff/sling-api.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/security/CVE-2023-6378.html</loc><lastmod>2024-02-06</lastmod>
+        
<loc>https://sling.apache.org/old-stuff/scriptengineintegration/groovy-support.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/repository-initialization.html</loc><lastmod>2024-02-06</lastmod>
+        
<loc>https://sling.apache.org/old-stuff/assembly.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/project-information/project-team.html</loc><lastmod>2022-10-31</lastmod>
+        
<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/sling-api.html</loc><lastmod>2018-07-13</lastmod>
+        
<loc>https://sling.apache.org/news/sling-10-released.html</loc><lastmod>2018-02-06</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/old-stuff/scriptengineintegration/groovy-support.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/guides.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/releases.html</loc><lastmod>2024-03-07</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/old-stuff/servlet-resolution.html</loc><lastmod>2018-07-13</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/news.html</loc><lastmod>2024-02-06</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/media.html</loc><lastmod>2017-09-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/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html</loc><lastmod>2018-07-17</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/security/log4shell.html</loc><lastmod>2021-12-17</lastmod>
     </url><url>
@@ -30,24 +44,40 @@
         
<loc>https://sling.apache.org/old-stuff/scriptengineintegration.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/news/sling-launchpad-9-released.html</loc><lastmod>2017-09-29</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/links.html</loc><lastmod>2022-12-06</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/errors/403.html</loc><lastmod>2017-10-07</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/security/CVE-2023-6378.html</loc><lastmod>2024-02-06</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/project-information/security.html</loc><lastmod>2024-01-04</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/old-stuff.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/assembly.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/old-stuff/launch-sling.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>
+        
<loc>https://sling.apache.org/news/sling-launchpad-8-released.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>
+        
<loc>https://sling.apache.org/news/sling-11-released.html</loc><lastmod>2018-10-23</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/guides.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/index.html</loc><lastmod>2023-10-02</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/tutorials-how-tos/installing-and-upgrading-bundles.html</loc><lastmod>2018-06-01</lastmod>
+        
<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/documentation/the-sling-engine.html</loc><lastmod>2017-09-29</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/resources.html</loc><lastmod>2023-10-24</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/resources.html</loc><lastmod>2024-03-07</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/the-sling-engine/filters.html</loc><lastmod>2021-03-02</lastmod>
     </url><url>
@@ -55,15 +85,13 @@
     </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/news/sling-ide-tooling-11-released.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/architecture.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/media.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/karaf.html</loc><lastmod>2022-03-06</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/errors/404.html</loc><lastmod>2018-12-19</lastmod>
+        
<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/tutorials-how-tos.html</loc><lastmod>2020-08-06</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/documentation/the-sling-engine/wrap-or-decorate-resources.html</loc><lastmod>2021-05-19</lastmod>
     </url><url>
@@ -73,17 +101,15 @@
     </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/authentication/authentication-authenticationhandler/openid-authenticationhandler.html</loc><lastmod>2018-07-13</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/news/sling-launchpad-9-released.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication.html</loc><lastmod>2018-05-14</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/news/sling-12-released.html</loc><lastmod>2022-03-18</lastmod>
+        
<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/links.html</loc><lastmod>2022-12-06</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/adapters.html</loc><lastmod>2022-08-08</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/errors/403.html</loc><lastmod>2017-10-07</lastmod>
+        
<loc>https://sling.apache.org/documentation/getting-started.html</loc><lastmod>2022-03-21</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/tutorials-how-tos/testing-sling-based-applications.html</loc><lastmod>2017-12-29</lastmod>
+        
<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/tutorials-how-tos/getting-resources-and-properties-in-sling.html</loc><lastmod>2018-01-05</lastmod>
     </url><url>
@@ -99,17 +125,11 @@
     </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/old-stuff.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/news/sling-launchpad-8-released.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>
+        
<loc>https://sling.apache.org/documentation/pax-exam-utils.html</loc><lastmod>2017-12-29</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/index.html</loc><lastmod>2023-10-02</lastmod>
+        
<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/tutorials-how-tos/jackrabbit-persistence.html</loc><lastmod>2018-07-17</lastmod>
+        
<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/tutorials-how-tos/46-line-blog.html</loc><lastmod>2017-11-22</lastmod>
     </url><url>
@@ -123,13 +143,13 @@
     </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/the-sling-engine.html</loc><lastmod>2017-09-29</lastmod>
+        
<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/architecture.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/legacy/logging.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/karaf.html</loc><lastmod>2022-03-06</lastmod>
+        
<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/feature-model/howtos/kickstart.html</loc><lastmod>2020-06-18</lastmod>
+        
<loc>https://sling.apache.org/documentation/development.html</loc><lastmod>2022-05-11</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/sling.html</loc><lastmod>2019-01-14</lastmod>
     </url><url>
@@ -143,13 +163,11 @@
     </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/the-sling-engine/authentication.html</loc><lastmod>2018-05-14</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/adapters.html</loc><lastmod>2022-08-08</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/embedding-sling.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/getting-started.html</loc><lastmod>2022-03-21</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/client-request-logging.html</loc><lastmod>2023-05-17</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/feature-model/howtos/create-sling-fm.html</loc><lastmod>2020-06-18</lastmod>
+        
<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/development/version-policy.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
@@ -165,11 +183,11 @@
     </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/pax-exam-utils.html</loc><lastmod>2017-12-29</lastmod>
+        
<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/getting-started/discover-sling-in-15-minutes.html</loc><lastmod>2019-07-09</lastmod>
+        
<loc>https://sling.apache.org/documentation/configuration.html</loc><lastmod>2019-07-26</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/feature-model/howtos/create-sling-composite.html</loc><lastmod>2020-06-18</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/validation.html</loc><lastmod>2017-11-22</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/testing-paxexam.html</loc><lastmod>2023-07-13</lastmod>
     </url><url>
@@ -185,11 +203,9 @@
     </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/the-sling-engine/authentication/authentication-actors.html</loc><lastmod>2017-11-22</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/legacy/logging.html</loc><lastmod>2018-07-13</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/dependency-management.html</loc><lastmod>2024-01-04</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/feature-model/howtos/sling-with-custom-project.html</loc><lastmod>2020-06-18</lastmod>
+        
<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/feature-model/feature-model-howto.html</loc><lastmod>2020-06-18</lastmod>
     </url><url>
@@ -205,13 +221,13 @@
     </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.html</loc><lastmod>2022-05-11</lastmod>
+        
<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/embedding-sling.html</loc><lastmod>2018-07-13</lastmod>
+        
<loc>https://sling.apache.org/documentation/development/content-packages.html</loc><lastmod>2022-03-08</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/development/client-request-logging.html</loc><lastmod>2023-05-17</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/xml-support.html</loc><lastmod>2017-11-22</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/bundles/sling-settings-org-apache-sling-settings.html</loc><lastmod>2020-09-18</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/sling-query.html</loc><lastmod>2020-06-16</lastmod>
     </url><url>
@@ -229,11 +245,9 @@
     </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/development/deprecating-sling-modules.html</loc><lastmod>2020-03-31</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/configuration.html</loc><lastmod>2019-07-26</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/rendering-content-default-get-servlets.html</loc><lastmod>2022-01-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/validation.html</loc><lastmod>2017-11-22</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/nosql-resource-providers.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>
@@ -251,9 +265,9 @@
     </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/development/dependency-management.html</loc><lastmod>2024-01-04</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.html</loc><lastmod>2018-07-10</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/subsystem-installer-factory.html</loc><lastmod>2020-03-30</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/models.html</loc><lastmod>2023-07-08</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/sling-query/selectors.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
@@ -269,13 +283,9 @@
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/resource-merger.html</loc><lastmod>2023-10-12</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/content-packages.html</loc><lastmod>2022-03-08</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/xml-support.html</loc><lastmod>2017-11-22</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/request-analysis.html</loc><lastmod>2017-11-22</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/sling-settings-org-apache-sling-settings.html</loc><lastmod>2020-09-18</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/osgi-installer.html</loc><lastmod>2022-12-05</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/sling-query/operators.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
@@ -291,9 +301,11 @@
     </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/rendering-content-default-get-servlets.html</loc><lastmod>2022-01-13</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/repository-initialization.html</loc><lastmod>2024-02-06</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/nosql-resource-providers.html</loc><lastmod>2017-09-29</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/org-apache-sling-junit-bundles.html</loc><lastmod>2020-10-22</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation.html</loc><lastmod>2023-09-28</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html</loc><lastmod>2023-07-26</lastmod>
     </url><url>
@@ -305,9 +317,11 @@
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-override.html</loc><lastmod>2023-03-13</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.html</loc><lastmod>2018-07-10</lastmod>
+        
<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/models.html</loc><lastmod>2023-07-08</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/commons-crypto.html</loc><lastmod>2019-12-14</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/apache-sling-commons-thread-pool.html</loc><lastmod>2022-01-10</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/managing-users-and-groups-jackrabbit-usermanager.html</loc><lastmod>2022-02-04</lastmod>
     </url><url>
@@ -319,9 +333,13 @@
     </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/request-analysis.html</loc><lastmod>2017-11-22</lastmod>
+        
<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/osgi-installer.html</loc><lastmod>2022-12-05</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/caching-services.html</loc><lastmod>2017-11-22</lastmod>
+    </url><url>
+        
<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.html</loc><lastmod>2021-07-13</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/mime-type-support-commons-mime.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
@@ -335,7 +353,11 @@
     </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/org-apache-sling-junit-bundles.html</loc><lastmod>2020-10-22</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/configuration-installer-factory.html</loc><lastmod>2023-04-28</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/bundle-resources-extensions-bundleresource.html</loc><lastmod>2018-02-04</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/bundles/metrics.html</loc><lastmod>2018-07-17</lastmod>
     </url><url>
@@ -348,28 +370,6 @@
         
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/content-loading-jcr-contentloader.html</loc><lastmod>2023-03-02</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation.html</loc><lastmod>2023-09-28</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/commons-crypto.html</loc><lastmod>2019-12-14</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/apache-sling-commons-thread-pool.html</loc><lastmod>2022-01-10</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/caching-services.html</loc><lastmod>2017-11-22</lastmod>
-    </url><url>
-        
<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.html</loc><lastmod>2021-07-13</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/configuration-installer-factory.html</loc><lastmod>2023-04-28</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/bundle-resources-extensions-bundleresource.html</loc><lastmod>2018-02-04</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/bundles/commons-html-utilities.html</loc><lastmod>2019-07-18</lastmod>
     </url><url>

Reply via email to