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

commit 9214dbb1f082e9e9c471c43e4b8cada86f38e4b2
Author: jenkins <[email protected]>
AuthorDate: Mon Mar 9 14:43:49 2026 +0000

    Automatic website deployment from 
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/1265/
---
 contributing.html                                  |   2 +-
 .../bundles/connection-timeout-agent.html          |   2 +-
 documentation/getting-started.html                 |   4 +-
 pagefind/fragment/en_21aabb9.pf_fragment           | Bin 1543 -> 0 bytes
 pagefind/fragment/en_45376b5.pf_fragment           | Bin 1196 -> 0 bytes
 pagefind/fragment/en_474bcea.pf_fragment           | Bin 2659 -> 0 bytes
 pagefind/fragment/en_5fa9151.pf_fragment           | Bin 0 -> 2659 bytes
 pagefind/fragment/en_73e3b2f.pf_fragment           | Bin 0 -> 1197 bytes
 pagefind/fragment/en_d1e15eb.pf_fragment           | Bin 0 -> 1542 bytes
 pagefind/index/en_1ecdafd.pf_index                 | Bin 42407 -> 0 bytes
 .../{en_866d3ab.pf_index => en_239ff28.pf_index}   | Bin 37610 -> 37610 bytes
 .../{en_46da6a9.pf_index => en_2615dd2.pf_index}   | Bin 43728 -> 43728 bytes
 .../{en_e2fa817.pf_index => en_a2f0465.pf_index}   | Bin 40223 -> 40223 bytes
 pagefind/index/en_e7b69a7.pf_index                 | Bin 0 -> 42406 bytes
 pagefind/pagefind-entry.json                       |   2 +-
 pagefind/pagefind.en_357351b90c.pf_meta            | Bin 1864 -> 0 bytes
 pagefind/pagefind.en_efd92f35a3.pf_meta            | Bin 0 -> 1868 bytes
 sitemap.xml                                        |  92 ++++++++++-----------
 18 files changed, 51 insertions(+), 51 deletions(-)

diff --git a/contributing.html b/contributing.html
index ba7bf92b4..6f8747611 100644
--- a/contributing.html
+++ b/contributing.html
@@ -159,7 +159,7 @@ against null values.
 <h5><a href="#modules-using-the-sling-parent-pom-49-or-newer" 
id="modules-using-the-sling-parent-pom-49-or-newer">Modules using the Sling 
Parent POM 49 or newer</a></h5>
 <p>Sling modules using a recent version of the Parent POM are now able to 
automatically run the Starter ITs with the current version of the module. This 
is done by building your module while passing the 
<code>starter-its.starter.version</code> pointing to the Starter version you 
want to test with.</p>
 <p>The snippet below shows how to achieve this for the current development 
Starter version:</p>
-<p><code>mvn clean verify -Dstarter-its.starter.version=14-SNAPSHOT</code></p>
+<p><code>mvn clean verify -Dstarter-its.starter.version=15-SNAPSHOT</code></p>
 <h5><a href="#modules-using-an-older-sling-parent-pom" 
id="modules-using-an-older-sling-parent-pom">Modules using an older Sling 
Parent POM</a></h5>
 <p>For modules using an older parent POM, the Sling Starter must be manually 
patched to run the latest version of the bundle. The steps to do that are:</p>
 <ul>
diff --git a/documentation/bundles/connection-timeout-agent.html 
b/documentation/bundles/connection-timeout-agent.html
index f630e64fd..f62d54142 100644
--- a/documentation/bundles/connection-timeout-agent.html
+++ b/documentation/bundles/connection-timeout-agent.html
@@ -149,7 +149,7 @@
 </ul>
 <h2><a href="#usage" id="usage">Usage</a></h2>
 <p>The agent can be loaded using the standard Java CLI invocation, by using 
the <code>-javaagent:...</code> argument.</p>
-<pre><code>java 
-javaagent:org.apache.sling.connection-timeout-agent-jar-with-dependencies.jar=&lt;agent-connect-timeout&gt;,&lt;agent-read-timeout&gt;[,&lt;logspec&gt;]
 -jar org.apache.sling.starter-13.jar
+<pre><code>java 
-javaagent:org.apache.sling.connection-timeout-agent-jar-with-dependencies.jar=&lt;agent-connect-timeout&gt;,&lt;agent-read-timeout&gt;[,&lt;logspec&gt;]
 -jar org.apache.sling.starter-14.jar
 </code></pre>
 <p>It support two mandatory arguments and an optional one:</p>
 <ul>
diff --git a/documentation/getting-started.html 
b/documentation/getting-started.html
index 065b198da..88381f7ac 100644
--- a/documentation/getting-started.html
+++ b/documentation/getting-started.html
@@ -140,13 +140,13 @@
 <p>The preferred way to get Apache Sling running is to use Docker. If you 
don't have Docker installed you can skip to the next section.</p>
 <p>We maintain a docker image of our latest release at <a 
href="https://hub.docker.com/r/apache/sling";>Apache Sling Docker Image</a>.</p>
 <p>The simplest command to launch Sling is:</p>
-<pre><code>docker run -p 8080:8080 -v /tmp/sling:/opt/sling/sling 
apache/sling:13
+<pre><code>docker run -p 8080:8080 -v /tmp/sling:/opt/sling/sling 
apache/sling:14
 </code></pre>
 <p>This will start the latest released version of Apache Sling distribution 
and mount the Sling directory to <em>/tmp/sling</em> on your machine. Make sure 
that your docker configuration allows this or change to a different 
directory.</p>
 <h2><a href="#sling-features" id="sling-features">Sling Features</a></h2>
 <p>Another option is to download the latest released Apache Sling standalone 
feature archive and the Sling Feature Launcher from our <a 
href="/downloads.cgi">Downloads</a> section. Once you have downloaded them, 
unzip the Feature Launcher Archive and ensure that you have Java 8 or later 
installed.</p>
 <p>Launch Sling with</p>
-<pre><code>./org.apache.sling.feature.launcher-*/bin/launcher -f 
org.apache.sling.starter-13-oak_*_far.far
+<pre><code>./org.apache.sling.feature.launcher-*/bin/launcher -f 
org.apache.sling.starter-14-oak_*_far.far
 </code></pre>
 <p>Starting the Sling application creates the Sling directory name 
<em>launcher</em> in the same directory from where you started the above 
command.</p>
 <h2><a href="#sling-karaf" id="sling-karaf">Sling Karaf</a></h2>
diff --git a/pagefind/fragment/en_21aabb9.pf_fragment 
b/pagefind/fragment/en_21aabb9.pf_fragment
deleted file mode 100644
index 287caa518..000000000
Binary files a/pagefind/fragment/en_21aabb9.pf_fragment and /dev/null differ
diff --git a/pagefind/fragment/en_45376b5.pf_fragment 
b/pagefind/fragment/en_45376b5.pf_fragment
deleted file mode 100644
index b449720e5..000000000
Binary files a/pagefind/fragment/en_45376b5.pf_fragment and /dev/null differ
diff --git a/pagefind/fragment/en_474bcea.pf_fragment 
b/pagefind/fragment/en_474bcea.pf_fragment
deleted file mode 100644
index fab0431bd..000000000
Binary files a/pagefind/fragment/en_474bcea.pf_fragment and /dev/null differ
diff --git a/pagefind/fragment/en_5fa9151.pf_fragment 
b/pagefind/fragment/en_5fa9151.pf_fragment
new file mode 100644
index 000000000..4e49826cf
Binary files /dev/null and b/pagefind/fragment/en_5fa9151.pf_fragment differ
diff --git a/pagefind/fragment/en_73e3b2f.pf_fragment 
b/pagefind/fragment/en_73e3b2f.pf_fragment
new file mode 100644
index 000000000..82dde4de4
Binary files /dev/null and b/pagefind/fragment/en_73e3b2f.pf_fragment differ
diff --git a/pagefind/fragment/en_d1e15eb.pf_fragment 
b/pagefind/fragment/en_d1e15eb.pf_fragment
new file mode 100644
index 000000000..03ed840b5
Binary files /dev/null and b/pagefind/fragment/en_d1e15eb.pf_fragment differ
diff --git a/pagefind/index/en_1ecdafd.pf_index 
b/pagefind/index/en_1ecdafd.pf_index
deleted file mode 100644
index abe868e04..000000000
Binary files a/pagefind/index/en_1ecdafd.pf_index and /dev/null differ
diff --git a/pagefind/index/en_866d3ab.pf_index 
b/pagefind/index/en_239ff28.pf_index
similarity index 99%
rename from pagefind/index/en_866d3ab.pf_index
rename to pagefind/index/en_239ff28.pf_index
index 736786d45..6398f227b 100644
Binary files a/pagefind/index/en_866d3ab.pf_index and 
b/pagefind/index/en_239ff28.pf_index differ
diff --git a/pagefind/index/en_46da6a9.pf_index 
b/pagefind/index/en_2615dd2.pf_index
similarity index 99%
rename from pagefind/index/en_46da6a9.pf_index
rename to pagefind/index/en_2615dd2.pf_index
index 9f8235012..9d8e8bce0 100644
Binary files a/pagefind/index/en_46da6a9.pf_index and 
b/pagefind/index/en_2615dd2.pf_index differ
diff --git a/pagefind/index/en_e2fa817.pf_index 
b/pagefind/index/en_a2f0465.pf_index
similarity index 99%
rename from pagefind/index/en_e2fa817.pf_index
rename to pagefind/index/en_a2f0465.pf_index
index 4b6904cbc..71a82d254 100644
Binary files a/pagefind/index/en_e2fa817.pf_index and 
b/pagefind/index/en_a2f0465.pf_index differ
diff --git a/pagefind/index/en_e7b69a7.pf_index 
b/pagefind/index/en_e7b69a7.pf_index
new file mode 100644
index 000000000..da9c7b692
Binary files /dev/null and b/pagefind/index/en_e7b69a7.pf_index differ
diff --git a/pagefind/pagefind-entry.json b/pagefind/pagefind-entry.json
index cf2a85463..78c734f55 100644
--- a/pagefind/pagefind-entry.json
+++ b/pagefind/pagefind-entry.json
@@ -1 +1 @@
-{"version":"1.4.0","languages":{"en":{"hash":"en_357351b90c","wasm":"en","page_count":191}},"include_characters":["_","‿","⁀","⁔","︳","︴","﹍","﹎","﹏","_"]}
\ No newline at end of file
+{"version":"1.4.0","languages":{"en":{"hash":"en_efd92f35a3","wasm":"en","page_count":191}},"include_characters":["_","‿","⁀","⁔","︳","︴","﹍","﹎","﹏","_"]}
\ No newline at end of file
diff --git a/pagefind/pagefind.en_357351b90c.pf_meta 
b/pagefind/pagefind.en_357351b90c.pf_meta
deleted file mode 100644
index e9d2eba99..000000000
Binary files a/pagefind/pagefind.en_357351b90c.pf_meta and /dev/null differ
diff --git a/pagefind/pagefind.en_efd92f35a3.pf_meta 
b/pagefind/pagefind.en_efd92f35a3.pf_meta
new file mode 100644
index 000000000..3edaf63fd
Binary files /dev/null and b/pagefind/pagefind.en_efd92f35a3.pf_meta differ
diff --git a/sitemap.xml b/sitemap.xml
index 3e9fce27f..9d62df9ac 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,15 +1,19 @@
 <?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/news/sling-14-released.html</loc><lastmod>2026-03-09</lastmod>
-    </url><url>
         
<loc>https://sling.apache.org/documentation/apidocs.html</loc><lastmod>2026-03-09</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/news.html</loc><lastmod>2026-03-09</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/releases.html</loc><lastmod>2026-03-02</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/news/sling-14-released.html</loc><lastmod>2026-03-09</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/news.html</loc><lastmod>2026-03-09</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/security/CVE-2025-66516.html</loc><lastmod>2026-02-09</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration.html</loc><lastmod>2026-02-18</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/filters.html</loc><lastmod>2026-02-02</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/security/log4shell.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
@@ -40,16 +44,14 @@
         
<loc>https://sling.apache.org/old-stuff/servlet-resolution.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/old-stuff/run-modes-org-apache-sling-runmode.html</loc><lastmod>2025-04-16</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/assembly.html</loc><lastmod>2017-09-29</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/news/sling-launchpad-9-released.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/news/sling-10-released.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/guides.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/news/sling-launchpad-8-released.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
@@ -58,6 +60,8 @@
         
<loc>https://sling.apache.org/media.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/errors/404.html</loc><lastmod>2018-12-19</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/news/sling-ide-tooling-12-released.html</loc><lastmod>2018-01-21</lastmod>
     </url><url>
@@ -86,8 +90,6 @@
         
<loc>https://sling.apache.org/documentation/tutorials-how-tos/46-line-blog.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/the-sling-engine/sling-properties.html</loc><lastmod>2025-04-16</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/resources.html</loc><lastmod>2025-10-01</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/tutorials-how-tos.html</loc><lastmod>2020-08-06</lastmod>
     </url><url>
@@ -103,19 +105,15 @@
     </url><url>
         
<loc>https://sling.apache.org/documentation/the-sling-engine/service-authentication.html</loc><lastmod>2025-12-22</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/the-sling-engine/filters.html</loc><lastmod>2026-02-02</lastmod>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/resources.html</loc><lastmod>2025-10-01</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/the-sling-engine/default-mapping-and-rendering.html</loc><lastmod>2025-04-16</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/architecture.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/the-sling-engine/request-parameters.html</loc><lastmod>2025-04-16</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/authentication.html</loc><lastmod>2018-05-14</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
@@ -132,6 +130,10 @@
         
<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/the-sling-engine/authentication/authentication-framework.html</loc><lastmod>2021-04-21</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/the-sling-engine/architecture.html</loc><lastmod>2025-04-16</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/authentication/authentication-actors.html</loc><lastmod>2017-11-22</lastmod>
     </url><url>
@@ -158,6 +160,8 @@
         
<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/development/version-policy.html</loc><lastmod>2025-04-16</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/testing-paxexam.html</loc><lastmod>2025-04-23</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/feature-model/feature-model-howto.html</loc><lastmod>2020-06-18</lastmod>
     </url><url>
@@ -168,12 +172,8 @@
         
<loc>https://sling.apache.org/documentation/development/sling-testing-tools.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/release-management.html</loc><lastmod>2025-10-01</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/testing-paxexam.html</loc><lastmod>2025-04-23</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/sling-mock.html</loc><lastmod>2025-07-31</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/osgi-mock.html</loc><lastmod>2024-04-22</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/slingstart.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
@@ -182,24 +182,30 @@
         
<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/maven-archetypes.html</loc><lastmod>2025-04-16</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/maventipsandtricks.html</loc><lastmod>2025-04-16</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/logging.html</loc><lastmod>2025-04-29</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/osgi-mock.html</loc><lastmod>2024-04-22</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/null-analysis.html</loc><lastmod>2025-07-18</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/development/maven-launchpad-plugin.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/jcr-mock.html</loc><lastmod>2023-04-27</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/htl-maven-plugin.html</loc><lastmod>2025-04-16</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/maventipsandtricks.html</loc><lastmod>2025-04-16</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/logging.html</loc><lastmod>2025-04-29</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/hamcrest.html</loc><lastmod>2025-06-17</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/deprecating-sling-modules.html</loc><lastmod>2024-12-10</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/jsr-305.html</loc><lastmod>2018-08-18</lastmod>
     </url><url>
@@ -208,10 +214,6 @@
         
<loc>https://sling.apache.org/documentation/development/getting-and-building-sling.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/dependency-management.html</loc><lastmod>2024-01-04</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/null-analysis.html</loc><lastmod>2025-07-18</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/maven-launchpad-plugin.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/jspc.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
@@ -286,42 +288,46 @@
         
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-htl.html</loc><lastmod>2025-10-03</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/scripting.html</loc><lastmod>2025-04-16</lastmod>
+    </url><url>
+        
<loc>https://sling.apache.org/documentation/bundles/resource-editor.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/scheduler-service-commons-scheduler.html</loc><lastmod>2025-04-16</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/resource-merger.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/resource-editor.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/request-analysis.html</loc><lastmod>2025-04-16</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/repository-initialization.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/rendering-content-default-get-servlets.html</loc><lastmod>2024-09-30</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/resource-access-security.html</loc><lastmod>2021-11-04</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/nosql-resource-providers.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<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/request-analysis.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/models.html</loc><lastmod>2025-11-20</lastmod>
     </url><url>
         
<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/resource-filter.html</loc><lastmod>2021-01-02</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/repository-initialization.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/mime-type-support-commons-mime.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<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/bundles/nosql-resource-providers.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/models.html</loc><lastmod>2025-11-20</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/jcr-installer-provider.html</loc><lastmod>2025-04-16</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>
-        
<loc>https://sling.apache.org/documentation/bundles/mime-type-support-commons-mime.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/managing-permissions-jackrabbit-accessmanager.html</loc><lastmod>2022-11-18</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/metrics.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/jcr-installer-provider.html</loc><lastmod>2025-04-16</lastmod>
+        
<loc>https://sling.apache.org/documentation/bundles/log-tracers.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/graphql-core.html</loc><lastmod>2021-07-26</lastmod>
     </url><url>
@@ -334,16 +340,10 @@
         
<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/datasource-providers.html</loc><lastmod>2025-04-16</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/managing-permissions-jackrabbit-accessmanager.html</loc><lastmod>2022-11-18</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/installer-provider-installhook.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/dynamic-includes.html</loc><lastmod>2025-10-23</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration.html</loc><lastmod>2026-02-18</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/bundles/log-tracers.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/hapi.html</loc><lastmod>2025-04-16</lastmod>
     </url><url>

Reply via email to