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 65af64b4f Automatic website deployment from
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/1174/
65af64b4f is described below
commit 65af64b4f76537d91bddd28ccb2e1d233daf8726
Author: jenkins <[email protected]>
AuthorDate: Thu Oct 9 05:41:21 2025 +0000
Automatic website deployment from
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/1174/
---
.../the-sling-engine/service-authentication.html | 40 ++-
pagefind/fragment/en_c752973.pf_fragment | Bin 0 -> 5577 bytes
pagefind/fragment/en_ed8bc99.pf_fragment | Bin 5210 -> 0 bytes
pagefind/index/en_10539b2.pf_index | Bin 0 -> 38996 bytes
pagefind/index/en_1539b98.pf_index | Bin 0 -> 40821 bytes
pagefind/index/en_212e1f5.pf_index | Bin 41928 -> 0 bytes
pagefind/index/en_2354c0e.pf_index | Bin 39310 -> 0 bytes
pagefind/index/en_2761e8e.pf_index | Bin 0 -> 37908 bytes
pagefind/index/en_2ad77d7.pf_index | Bin 0 -> 42022 bytes
pagefind/index/en_2b4a3ae.pf_index | Bin 41000 -> 0 bytes
pagefind/index/en_3c4e805.pf_index | Bin 40618 -> 0 bytes
pagefind/index/en_412a2ab.pf_index | Bin 0 -> 38143 bytes
pagefind/index/en_4b408cc.pf_index | Bin 38935 -> 0 bytes
pagefind/index/en_4ce8c84.pf_index | Bin 45174 -> 0 bytes
pagefind/index/en_5465a6d.pf_index | Bin 0 -> 39471 bytes
pagefind/index/en_56ef575.pf_index | Bin 0 -> 39350 bytes
pagefind/index/en_5cbcc22.pf_index | Bin 0 -> 40642 bytes
pagefind/index/en_5f82422.pf_index | Bin 0 -> 40657 bytes
pagefind/index/en_62c114d.pf_index | Bin 39384 -> 0 bytes
pagefind/index/en_768d34b.pf_index | Bin 4385 -> 0 bytes
pagefind/index/en_7ea8135.pf_index | Bin 40754 -> 0 bytes
pagefind/index/en_849510a.pf_index | Bin 37747 -> 0 bytes
pagefind/index/en_891abfb.pf_index | Bin 0 -> 39466 bytes
pagefind/index/en_95dabfc.pf_index | Bin 0 -> 41043 bytes
pagefind/index/en_967a43c.pf_index | Bin 0 -> 51453 bytes
pagefind/index/en_a152518.pf_index | Bin 51365 -> 0 bytes
pagefind/index/en_a83a12e.pf_index | Bin 0 -> 41032 bytes
pagefind/index/en_ad95b44.pf_index | Bin 41641 -> 0 bytes
pagefind/index/en_ae2df0d.pf_index | Bin 40317 -> 0 bytes
pagefind/index/en_b01bb4f.pf_index | Bin 39583 -> 0 bytes
pagefind/index/en_b9e08f7.pf_index | Bin 0 -> 41681 bytes
pagefind/index/en_bb82a0a.pf_index | Bin 40998 -> 0 bytes
pagefind/index/en_bdf4413.pf_index | Bin 43983 -> 0 bytes
pagefind/index/en_ce814b5.pf_index | Bin 0 -> 45209 bytes
pagefind/index/en_d874bb8.pf_index | Bin 38147 -> 0 bytes
pagefind/index/en_df50ac4.pf_index | Bin 0 -> 40316 bytes
pagefind/index/en_e25b849.pf_index | Bin 0 -> 43980 bytes
pagefind/index/en_eb6ffc2.pf_index | Bin 40614 -> 0 bytes
pagefind/index/en_f7a298b.pf_index | Bin 0 -> 4275 bytes
pagefind/pagefind-entry.json | 2 +-
pagefind/pagefind.en_5133885c8b.pf_meta | Bin 1836 -> 0 bytes
pagefind/pagefind.en_5e4dda3c84.pf_meta | Bin 0 -> 1840 bytes
sitemap.html | 4 +-
sitemap.xml | 344 ++++++++++-----------
tags/development.html | 2 +-
tags/maven.html | 2 +-
46 files changed, 200 insertions(+), 194 deletions(-)
diff --git a/documentation/the-sling-engine/service-authentication.html
b/documentation/the-sling-engine/service-authentication.html
index aa98427ab..61d345761 100644
--- a/documentation/the-sling-engine/service-authentication.html
+++ b/documentation/the-sling-engine/service-authentication.html
@@ -249,11 +249,11 @@ class MyComponent {
<li><code>SlingRepository.loginAdministrative</code></li>
</ul>
<p>The implementations we have in Sling's bundle will remain implemented in
the near future. But there will be a configuration switch to disable support
for these methods: If the method is disabled, a <code>LoginException</code> is
always thrown from these methods. The JavaDoc of the methods is extended with
this information.</p>
-<h3><a href="#whitelisting-bundles-for-administrative-login"
id="whitelisting-bundles-for-administrative-login">Whitelisting bundles for
administrative login</a></h3>
-<p>In order to be able to manage few (hopefully legit) uses of the above
deprecated methods, a whitelisting mechanism was introduced with <a
href="https://issues.apache.org/jira/browse/SLING-5135">SLING-5153</a> (<em>JCR
Base 2.4.2</em>).</p>
-<p>The recommended way to whitelist a bundle for administrative login is via a
<em>whitelist fragment configuration</em>. It can be created as an OSGi factory
configuration with the factoryPID
<code>org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment</code>.
E.g. a typical configuration file might be called
<code>org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-myapp.config</code>
and could look as follows:</p>
-<pre><code>whitelist.name="myapp"
-whitelist.bundles=[
+<h3><a href="#allowlisting-bundles-for-administrative-login"
id="allowlisting-bundles-for-administrative-login">Allowlisting bundles for
administrative login</a></h3>
+<p>In order to be able to manage few (hopefully legit) uses of the above
deprecated methods, a allow list mechanism was introduced with <a
href="https://issues.apache.org/jira/browse/SLING-5135">SLING-5153</a> (<em>JCR
Base 2.4.2</em>) and further improved with <a
href="https://issues.apache.org/jira/browse/SLING-11741">11741</a> (<em>JCR
Base 3.2.0</em>).</p>
+<p>The recommended way to allowlist a bundle for administrative login is via a
<em>allowlist fragment configuration</em>. It can be created as an OSGi factory
configuration with the factoryPID
<code>org.apache.sling.jcr.base.LoginAdminAllowList.fragment</code>. E.g. a
typical configuration file might be called
<code>org.apache.sling.jcr.base.LoginAdminAllowList.fragment-myapp.config</code>
and could look as follows:</p>
+<pre><code>allowlist.name="myapp"
+allowlist.bundles=[
"com.myapp.core",
"com.myapp.commons"
]
@@ -263,28 +263,34 @@ whitelist.bundles=[
<tr><th> Property </th><th> Type </th><th> Default
</th><th> Description </th></tr>
</thead>
<tbody>
-<tr><td> <code>whitelist.name</code> </td><td> String </td><td>
<code>[unnamed]</code> </td><td> Purely informational property that allows easy
identification of different fragments. </td></tr>
-<tr><td> <code>whitelist.bundles</code> </td><td> String[] </td><td> []
</td><td> An array of bundle symbolic names that should be allowed to make
use of the administrative login functionality. </td></tr>
+<tr><td> <code>allowlist.name</code> </td><td> String </td><td>
<code>[unnamed]</code> </td><td> Purely informational property that allows easy
identification of different fragments. </td></tr>
+<tr><td> <code>allowlist.bundles</code> </td><td> String[] </td><td> []
</td><td> An array of bundle symbolic names that should be allowed to make
use of the administrative login functionality. </td></tr>
</tbody>
</table>
-<p>All configured whitelist fragments are taken into account. This makes it
easy to separate whitelists for different application layers and purposes.</p>
-<p>For example, some Sling bundles need to be whitelisted, which could be done
in a whitelist fragment named <code>sling</code>. In addition
<code>myapp</code> adds a whitelist fragment called <code>myapp</code>. For
integration tests and additional whitelist fragment
<code>myapp-integration-testing</code> may be added.</p>
-<p>Furthermore, there is a global configuration with PID
<code>org.apache.sling.jcr.base.internal.LoginAdminWhitelist</code>, which
should only be used in exceptional cases. It has a switch to turn
administrative login on globally (<code>whitelist.bypass</code>) and it allows
supplying a regular expression to whitelist matching bundle symbolic names
(<code>whitelist.bundles.regexp</code>).</p>
+<p>All configured allowlist fragments are taken into account. This makes it
easy to separate allowlists for different application layers and purposes.</p>
+<p>For example, some Sling bundles need to be allowlisted, which could be done
in a allowlist fragment named <code>sling</code>. In addition
<code>myapp</code> adds a allowlist fragment called <code>myapp</code>. For
integration tests and additional allowlist fragment
<code>myapp-integration-testing</code> may be added.</p>
+<p>Furthermore, there is a global configuration with PID
<code>org.apache.sling.jcr.base.LoginAdminAllowList</code>, which should only
be used in exceptional cases. It has a switch to turn administrative login on
globally (<code>allowlist.bypass</code>) and it allows supplying a regular
expression to allowlist matching bundle symbolic names
(<code>allowlist.bundles.regexp</code>).</p>
<p>The regular expression is most useful for running PaxExam based tests,
where bundle symbolic names follow a set pattern but have randomly generated
parts.</p>
-<p>Example: to whitelist all bundles generated by PaxExam a configuration file
named
<code>org.apache.sling.jcr.base.internal.LoginAdminWhitelist.config</code>
might look as follows:</p>
-<pre><code>whitelist.bypass=B"false"
-whitelist.bundles.regexp="^PAXEXAM.*$"
+<p>Example: to allowlist all bundles generated by PaxExam a configuration file
named <code>org.apache.sling.jcr.base.LoginAdminAllowList.config</code> might
look as follows:</p>
+<pre><code>allowlist.bypass=B"false"
+allowlist.bundles.regexp="^PAXEXAM.*$"
</code></pre>
-<p>The configuration PID is
<code>org.apache.sling.jcr.base.internal.LoginAdminWhitelist</code>. It
supports the following configuration properties.</p>
+<p>The configuration PID is
<code>org.apache.sling.jcr.base.LoginAdminAllowList</code>. It supports the
following configuration properties.</p>
<table>
<thead>
<tr><th> Property </th><th> Type </th><th> Default
</th><th> Description </th></tr>
</thead>
<tbody>
-<tr><td> <code>whitelist.bypass</code> </td><td> Boolean </td><td>
false </td><td> Allow all bundles to use administrative login. This is
<strong>NOT</strong> recommended for production and warnings will be logged.
</td></tr>
-<tr><td> <code>whitelist.bundles.regexp</code> </td><td> String </td><td>
"" </td><td> A regular expression that whitelists all
matching bundle symbolic names. This is <strong>NOT</strong> recommended for
production and warnings will be logged. </td></tr>
+<tr><td> <code>allowlist.bypass</code> </td><td> Boolean </td><td>
false </td><td> Allow all bundles to use administrative login. This is
<strong>NOT</strong> recommended for production and warnings will be logged.
</td></tr>
+<tr><td> <code>allowlist.bundles.regexp</code> </td><td> String </td><td>
"" </td><td> A regular expression that allowlists all
matching bundle symbolic names. This is <strong>NOT</strong> recommended for
production and warnings will be logged. </td></tr>
</tbody>
</table>
+<h3><a
href="#deprecated-approach-to-allowlist-bundles-for-administrative-login"
id="deprecated-approach-to-allowlist-bundles-for-administrative-login">Deprecated
Approach to allowlist bundles for administrative login</a></h3>
+<p>The mechanism introduced with <em>JCR Base 2.4.2</em> has been updated with
<em>JCR Base 3.2.0</em> to use more inclusive language. It is recommended to
use the above mentioned configurations if needed.</p>
+<p>The older configurations are still partially supported, but should be
upgraded to use the new naming.</p>
+<p>The deprecated configurations supported are the factoryPID
<code>org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment</code>
with the configuration properties <code>whitelist.name</code> and
<code>whitelist.bundles</code> for the fragments. The deprecated configuration
for the global settings is
<code>org.apache.sling.jcr.base.internal.LoginAdminWhitelist</code> with the
properties <code>whitelist.bypass</code> and
<code>whitelist.bundles.regexp</code>.</p>
+<p>The deprecated fragments are still fully supported as they get merged with
fragments using the official way of configuring them. Still it is advised to
change to the new names.</p>
+<p>However, the global configuration will only be used if there is no new
global configuration available. Make sure that you do not have both! But as
mentioned the global configuration should only be used for cases like testing
anyway. Fragments is the better option.</p>
</section></div></div><div data-pagefind-body="true"
data-pagefind-weight="7.0" style="display:none;"> - ( Service Authentication
)</div>
</div>
</div>
@@ -296,7 +302,7 @@ whitelist.bundles.regexp="^PAXEXAM.*$"
content/documentation/the-sling-engine/service-authentication.md
</a>
</div> <div class="revisionInfo">
- Last modified by <span class="author">Konrad
Windszus</span> on <span class="comment">2022-12-02</span>
+ Last modified by <span class="author">Carsten
Ziegeler</span> on <span class="comment">2025-10-09</span>
</div><p>
Apache Sling, Sling, Apache, the ASF logo, and the
Apache Sling project
logo are trademarks of The Apache Software Foundation. All other marks
mentioned
diff --git a/pagefind/fragment/en_c752973.pf_fragment
b/pagefind/fragment/en_c752973.pf_fragment
new file mode 100644
index 000000000..fbe1fa388
Binary files /dev/null and b/pagefind/fragment/en_c752973.pf_fragment differ
diff --git a/pagefind/fragment/en_ed8bc99.pf_fragment
b/pagefind/fragment/en_ed8bc99.pf_fragment
deleted file mode 100644
index 3fec10ecb..000000000
Binary files a/pagefind/fragment/en_ed8bc99.pf_fragment and /dev/null differ
diff --git a/pagefind/index/en_10539b2.pf_index
b/pagefind/index/en_10539b2.pf_index
new file mode 100644
index 000000000..83299be27
Binary files /dev/null and b/pagefind/index/en_10539b2.pf_index differ
diff --git a/pagefind/index/en_1539b98.pf_index
b/pagefind/index/en_1539b98.pf_index
new file mode 100644
index 000000000..ed88d2b13
Binary files /dev/null and b/pagefind/index/en_1539b98.pf_index differ
diff --git a/pagefind/index/en_212e1f5.pf_index
b/pagefind/index/en_212e1f5.pf_index
deleted file mode 100644
index d79b6fb85..000000000
Binary files a/pagefind/index/en_212e1f5.pf_index and /dev/null differ
diff --git a/pagefind/index/en_2354c0e.pf_index
b/pagefind/index/en_2354c0e.pf_index
deleted file mode 100644
index 040e0c82d..000000000
Binary files a/pagefind/index/en_2354c0e.pf_index and /dev/null differ
diff --git a/pagefind/index/en_2761e8e.pf_index
b/pagefind/index/en_2761e8e.pf_index
new file mode 100644
index 000000000..21af8c7ee
Binary files /dev/null and b/pagefind/index/en_2761e8e.pf_index differ
diff --git a/pagefind/index/en_2ad77d7.pf_index
b/pagefind/index/en_2ad77d7.pf_index
new file mode 100644
index 000000000..11a457095
Binary files /dev/null and b/pagefind/index/en_2ad77d7.pf_index differ
diff --git a/pagefind/index/en_2b4a3ae.pf_index
b/pagefind/index/en_2b4a3ae.pf_index
deleted file mode 100644
index d368f0f2b..000000000
Binary files a/pagefind/index/en_2b4a3ae.pf_index and /dev/null differ
diff --git a/pagefind/index/en_3c4e805.pf_index
b/pagefind/index/en_3c4e805.pf_index
deleted file mode 100644
index 4aa381799..000000000
Binary files a/pagefind/index/en_3c4e805.pf_index and /dev/null differ
diff --git a/pagefind/index/en_412a2ab.pf_index
b/pagefind/index/en_412a2ab.pf_index
new file mode 100644
index 000000000..1e01e81e2
Binary files /dev/null and b/pagefind/index/en_412a2ab.pf_index differ
diff --git a/pagefind/index/en_4b408cc.pf_index
b/pagefind/index/en_4b408cc.pf_index
deleted file mode 100644
index d27a1f319..000000000
Binary files a/pagefind/index/en_4b408cc.pf_index and /dev/null differ
diff --git a/pagefind/index/en_4ce8c84.pf_index
b/pagefind/index/en_4ce8c84.pf_index
deleted file mode 100644
index ecad62684..000000000
Binary files a/pagefind/index/en_4ce8c84.pf_index and /dev/null differ
diff --git a/pagefind/index/en_5465a6d.pf_index
b/pagefind/index/en_5465a6d.pf_index
new file mode 100644
index 000000000..edc9423d8
Binary files /dev/null and b/pagefind/index/en_5465a6d.pf_index differ
diff --git a/pagefind/index/en_56ef575.pf_index
b/pagefind/index/en_56ef575.pf_index
new file mode 100644
index 000000000..da6233417
Binary files /dev/null and b/pagefind/index/en_56ef575.pf_index differ
diff --git a/pagefind/index/en_5cbcc22.pf_index
b/pagefind/index/en_5cbcc22.pf_index
new file mode 100644
index 000000000..f571c54be
Binary files /dev/null and b/pagefind/index/en_5cbcc22.pf_index differ
diff --git a/pagefind/index/en_5f82422.pf_index
b/pagefind/index/en_5f82422.pf_index
new file mode 100644
index 000000000..85ace8110
Binary files /dev/null and b/pagefind/index/en_5f82422.pf_index differ
diff --git a/pagefind/index/en_62c114d.pf_index
b/pagefind/index/en_62c114d.pf_index
deleted file mode 100644
index aaf6f89b8..000000000
Binary files a/pagefind/index/en_62c114d.pf_index and /dev/null differ
diff --git a/pagefind/index/en_768d34b.pf_index
b/pagefind/index/en_768d34b.pf_index
deleted file mode 100644
index 51a5f2ed3..000000000
Binary files a/pagefind/index/en_768d34b.pf_index and /dev/null differ
diff --git a/pagefind/index/en_7ea8135.pf_index
b/pagefind/index/en_7ea8135.pf_index
deleted file mode 100644
index 226a71fbf..000000000
Binary files a/pagefind/index/en_7ea8135.pf_index and /dev/null differ
diff --git a/pagefind/index/en_849510a.pf_index
b/pagefind/index/en_849510a.pf_index
deleted file mode 100644
index bf1a2440c..000000000
Binary files a/pagefind/index/en_849510a.pf_index and /dev/null differ
diff --git a/pagefind/index/en_891abfb.pf_index
b/pagefind/index/en_891abfb.pf_index
new file mode 100644
index 000000000..a38335c9a
Binary files /dev/null and b/pagefind/index/en_891abfb.pf_index differ
diff --git a/pagefind/index/en_95dabfc.pf_index
b/pagefind/index/en_95dabfc.pf_index
new file mode 100644
index 000000000..7fd98701e
Binary files /dev/null and b/pagefind/index/en_95dabfc.pf_index differ
diff --git a/pagefind/index/en_967a43c.pf_index
b/pagefind/index/en_967a43c.pf_index
new file mode 100644
index 000000000..8c7cc744c
Binary files /dev/null and b/pagefind/index/en_967a43c.pf_index differ
diff --git a/pagefind/index/en_a152518.pf_index
b/pagefind/index/en_a152518.pf_index
deleted file mode 100644
index ebc01d838..000000000
Binary files a/pagefind/index/en_a152518.pf_index and /dev/null differ
diff --git a/pagefind/index/en_a83a12e.pf_index
b/pagefind/index/en_a83a12e.pf_index
new file mode 100644
index 000000000..9d8efa661
Binary files /dev/null and b/pagefind/index/en_a83a12e.pf_index differ
diff --git a/pagefind/index/en_ad95b44.pf_index
b/pagefind/index/en_ad95b44.pf_index
deleted file mode 100644
index d7e91acce..000000000
Binary files a/pagefind/index/en_ad95b44.pf_index and /dev/null differ
diff --git a/pagefind/index/en_ae2df0d.pf_index
b/pagefind/index/en_ae2df0d.pf_index
deleted file mode 100644
index 83c158f6e..000000000
Binary files a/pagefind/index/en_ae2df0d.pf_index and /dev/null differ
diff --git a/pagefind/index/en_b01bb4f.pf_index
b/pagefind/index/en_b01bb4f.pf_index
deleted file mode 100644
index ec8c59801..000000000
Binary files a/pagefind/index/en_b01bb4f.pf_index and /dev/null differ
diff --git a/pagefind/index/en_b9e08f7.pf_index
b/pagefind/index/en_b9e08f7.pf_index
new file mode 100644
index 000000000..f9ece5d18
Binary files /dev/null and b/pagefind/index/en_b9e08f7.pf_index differ
diff --git a/pagefind/index/en_bb82a0a.pf_index
b/pagefind/index/en_bb82a0a.pf_index
deleted file mode 100644
index 47e8e0a06..000000000
Binary files a/pagefind/index/en_bb82a0a.pf_index and /dev/null differ
diff --git a/pagefind/index/en_bdf4413.pf_index
b/pagefind/index/en_bdf4413.pf_index
deleted file mode 100644
index 872a21820..000000000
Binary files a/pagefind/index/en_bdf4413.pf_index and /dev/null differ
diff --git a/pagefind/index/en_ce814b5.pf_index
b/pagefind/index/en_ce814b5.pf_index
new file mode 100644
index 000000000..db86311d9
Binary files /dev/null and b/pagefind/index/en_ce814b5.pf_index differ
diff --git a/pagefind/index/en_d874bb8.pf_index
b/pagefind/index/en_d874bb8.pf_index
deleted file mode 100644
index d151b4f93..000000000
Binary files a/pagefind/index/en_d874bb8.pf_index and /dev/null differ
diff --git a/pagefind/index/en_df50ac4.pf_index
b/pagefind/index/en_df50ac4.pf_index
new file mode 100644
index 000000000..c72fe4bed
Binary files /dev/null and b/pagefind/index/en_df50ac4.pf_index differ
diff --git a/pagefind/index/en_e25b849.pf_index
b/pagefind/index/en_e25b849.pf_index
new file mode 100644
index 000000000..039d50388
Binary files /dev/null and b/pagefind/index/en_e25b849.pf_index differ
diff --git a/pagefind/index/en_eb6ffc2.pf_index
b/pagefind/index/en_eb6ffc2.pf_index
deleted file mode 100644
index 0d2573a20..000000000
Binary files a/pagefind/index/en_eb6ffc2.pf_index and /dev/null differ
diff --git a/pagefind/index/en_f7a298b.pf_index
b/pagefind/index/en_f7a298b.pf_index
new file mode 100644
index 000000000..6457a5986
Binary files /dev/null and b/pagefind/index/en_f7a298b.pf_index differ
diff --git a/pagefind/pagefind-entry.json b/pagefind/pagefind-entry.json
index 992caf065..684763d4d 100644
--- a/pagefind/pagefind-entry.json
+++ b/pagefind/pagefind-entry.json
@@ -1 +1 @@
-{"version":"1.4.0","languages":{"en":{"hash":"en_5133885c8b","wasm":"en","page_count":189}},"include_characters":["_","‿","⁀","⁔","︳","︴","﹍","﹎","﹏","_"]}
\ No newline at end of file
+{"version":"1.4.0","languages":{"en":{"hash":"en_5e4dda3c84","wasm":"en","page_count":189}},"include_characters":["_","‿","⁀","⁔","︳","︴","﹍","﹎","﹏","_"]}
\ No newline at end of file
diff --git a/pagefind/pagefind.en_5133885c8b.pf_meta
b/pagefind/pagefind.en_5133885c8b.pf_meta
deleted file mode 100644
index 091c1304b..000000000
Binary files a/pagefind/pagefind.en_5133885c8b.pf_meta and /dev/null differ
diff --git a/pagefind/pagefind.en_5e4dda3c84.pf_meta
b/pagefind/pagefind.en_5e4dda3c84.pf_meta
new file mode 100644
index 000000000..44b384bda
Binary files /dev/null and b/pagefind/pagefind.en_5e4dda3c84.pf_meta differ
diff --git a/sitemap.html b/sitemap.html
index 86d3ebf39..6ee428ee8 100644
--- a/sitemap.html
+++ b/sitemap.html
@@ -626,13 +626,13 @@
</li>
<li>
- <a
href="/documentation/development/jspc.html">
+ <a
href="/documentation/development/htl-maven-plugin.html">
HTL Maven
Plugin
</a>
</li>
<li>
- <a
href="/documentation/development/htl-maven-plugin.html">
+ <a
href="/documentation/development/jspc.html">
HTL Maven
Plugin
</a>
diff --git a/sitemap.xml b/sitemap.xml
index 28267e9c0..9c8fa1b12 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,381 +1,381 @@
<?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/documentation/the-sling-engine/resources.html</loc><lastmod>2025-10-01</lastmod>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/service-authentication.html</loc><lastmod>2025-10-09</lastmod>
+ </url><url>
+
<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/the-sling-engine/servlets.html</loc><lastmod>2025-10-01</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/bundles/connection-timeout-agent.html</loc><lastmod>2025-10-07</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/the-sling-engine/mappings-for-resource-resolution.html</loc><lastmod>2025-10-06</lastmod>
</url><url>
<loc>https://sling.apache.org/releases.html</loc><lastmod>2025-10-03</lastmod>
- </url><url>
-
<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/development/release-management.html</loc><lastmod>2025-10-01</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/development/ide-tooling.html</loc><lastmod>2025-09-25</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/models.html</loc><lastmod>2025-09-29</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/development/ide-tooling.html</loc><lastmod>2025-09-25</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html</loc><lastmod>2025-08-19</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/sling-mock.html</loc><lastmod>2025-07-31</lastmod>
+
<loc>https://sling.apache.org/project-information/project-license.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/null-analysis.html</loc><lastmod>2025-07-18</lastmod>
+
<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/news/sling-ide-tooling-11-released.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
<loc>https://sling.apache.org/security/log4shell.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/security/CVE-2023-6378.html</loc><lastmod>2024-02-06</lastmod>
+
<loc>https://sling.apache.org/project-information/apache-sling-community-roles-and-processes.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/project-information/project-license.html</loc><lastmod>2025-04-16</lastmod>
+
<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/servlet-resolution.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/news/sling-13-released.html</loc><lastmod>2025-01-14</lastmod>
</url><url>
-
<loc>https://sling.apache.org/project-information.html</loc><lastmod>2025-04-16</lastmod>
+
<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/apache-sling-community-roles-and-processes.html</loc><lastmod>2025-04-16</lastmod>
+
<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>2025-04-16</lastmod>
+
<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>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/old-stuff/sling-api.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/project-information/project-team.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/old-stuff/assembly.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/old-stuff/sling-api.html</loc><lastmod>2025-04-16</lastmod>
+
<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>
+
<loc>https://sling.apache.org/project-information.html</loc><lastmod>2025-04-16</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/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>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/old-stuff.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/project-information/security.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/old-stuff/launch-sling.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/old-stuff/scriptengineintegration/xslt-processing-pipeline.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/news/sling-launchpad-8-released.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/old-stuff/scriptengineintegration/groovy-support.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/project-information/project-team.html</loc><lastmod>2025-04-16</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/scriptengineintegration/groovy-support.html</loc><lastmod>2025-04-16</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/news/sling-ide-tooling-11-released.html</loc><lastmod>2017-09-29</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/news/sling-13-released.html</loc><lastmod>2025-01-14</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/news/sling-12-released.html</loc><lastmod>2025-01-13</lastmod>
+
<loc>https://sling.apache.org/guides.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/tutorials-how-tos/installing-and-upgrading-bundles.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/news.html</loc><lastmod>2025-06-28</lastmod>
+
<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/guides.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/filters.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/tutorials-how-tos/installing-and-upgrading-bundles.html</loc><lastmod>2025-04-16</lastmod>
+
<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/media.html</loc><lastmod>2025-04-16</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>
</url><url>
<loc>https://sling.apache.org/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/links.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/errors/403.html</loc><lastmod>2017-10-07</lastmod>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/sling-api-crud-support.html</loc><lastmod>2025-06-02</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/tutorials-how-tos/testing-sling-based-applications.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/featureflags.html</loc><lastmod>2018-07-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/index.html</loc><lastmod>2023-10-02</lastmod>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/tutorials-how-tos/jackrabbit-persistence.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/news/sling-12-released.html</loc><lastmod>2025-01-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/sling-properties.html</loc><lastmod>2025-04-16</lastmod>
+
<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.html</loc><lastmod>2020-08-06</lastmod>
+
<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/documentation/the-sling-engine/wrap-or-decorate-resources.html</loc><lastmod>2021-05-19</lastmod>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/errorhandling.html</loc><lastmod>2023-07-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/sling-api-crud-support.html</loc><lastmod>2025-06-02</lastmod>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html</loc><lastmod>2025-01-17</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/getting-started/discover-sling-in-15-minutes.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/url-decomposition.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/news/sling-11-released.html</loc><lastmod>2018-10-23</lastmod>
</url><url>
<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/the-sling-launchpad.html</loc><lastmod>2022-03-21</lastmod>
+
<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/request-parameters.html</loc><lastmod>2025-04-16</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/request-listeners.html</loc><lastmod>2018-07-13</lastmod>
+
<loc>https://sling.apache.org/news.html</loc><lastmod>2025-06-28</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/service-authentication.html</loc><lastmod>2022-12-02</lastmod>
+
<loc>https://sling.apache.org/news/sling-10-released.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/filters.html</loc><lastmod>2025-04-16</lastmod>
+
<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/default-mapping-and-rendering.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/errorhandling.html</loc><lastmod>2023-07-13</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-tasks.html</loc><lastmod>2025-04-16</lastmod>
+
<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/dispatching-requests.html</loc><lastmod>2018-07-13</lastmod>
+
<loc>https://sling.apache.org/media.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-framework.html</loc><lastmod>2021-04-21</lastmod>
+
<loc>https://sling.apache.org/documentation/tutorials-how-tos.html</loc><lastmod>2020-08-06</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler.html</loc><lastmod>2018-07-13</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/the-sling-engine/architecture.html</loc><lastmod>2025-04-16</lastmod>
+
<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/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>
<loc>https://sling.apache.org/documentation/the-sling-engine/adapters.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html</loc><lastmod>2025-01-17</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-actors.html</loc><lastmod>2017-11-22</lastmod>
+
<loc>https://sling.apache.org/links.html</loc><lastmod>2025-04-16</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/tutorials-how-tos/testing-sling-based-applications.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/karaf.html</loc><lastmod>2022-03-06</lastmod>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/url-decomposition.html</loc><lastmod>2025-04-16</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/the-sling-engine/request-listeners.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/the-sling-engine/authentication/authentication-tasks.html</loc><lastmod>2025-04-16</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/getting-started/discover-sling-in-15-minutes.html</loc><lastmod>2025-04-16</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/jackrabbit-persistence.html</loc><lastmod>2025-04-16</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/documentation/the-sling-engine/authentication/authentication-framework.html</loc><lastmod>2021-04-21</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/legacy/logging.html</loc><lastmod>2025-04-16</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/development.html</loc><lastmod>2025-04-16</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/development/repository-based-development.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/version-policy.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/development/maven-archetypes.html</loc><lastmod>2025-04-16</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/development/htl-maven-plugin.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>
+
<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/feature-model-howto.html</loc><lastmod>2020-06-18</lastmod>
+
<loc>https://sling.apache.org/documentation/getting-started.html</loc><lastmod>2022-03-21</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/slingstart.html</loc><lastmod>2025-04-16</lastmod>
+
<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/sling.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/development/logging.html</loc><lastmod>2025-04-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/repository-based-development.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/development/hamcrest.html</loc><lastmod>2025-06-17</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/sling-testing-tools.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/configuration.html</loc><lastmod>2019-07-26</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/development/testing-paxexam.html</loc><lastmod>2025-04-23</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/resourceresolver-mock.html</loc><lastmod>2017-09-29</lastmod>
+
<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/monitoring-requests.html</loc><lastmod>2017-09-29</lastmod>
+
<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/maven-archetypes.html</loc><lastmod>2025-04-16</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/development/jcr-mock.html</loc><lastmod>2023-04-27</lastmod>
+
<loc>https://sling.apache.org/documentation/development/slingstart.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/maventipsandtricks.html</loc><lastmod>2025-04-16</lastmod>
+
<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/logging.html</loc><lastmod>2025-04-29</lastmod>
+
<loc>https://sling.apache.org/documentation/development/jspc.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/maven-usage.html</loc><lastmod>2017-11-22</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/jsr-305.html</loc><lastmod>2018-08-18</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/development/maven-launchpad-plugin.html</loc><lastmod>2025-04-16</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/development/jspc.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/development/sling.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/htl-maven-plugin.html</loc><lastmod>2025-04-16</lastmod>
+
<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/jcr-mock.html</loc><lastmod>2023-04-27</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/bundles/web-console-extensions.html</loc><lastmod>2022-05-31</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/development/sling-testing-tools.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/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>
+
<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/getting-and-building-sling.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/validation.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/ide-tooling/ide-tooling-incremental-build.html</loc><lastmod>2025-04-16</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/development/feature-model.html</loc><lastmod>2020-06-18</lastmod>
+
<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.html</loc><lastmod>2025-04-16</lastmod>
+
<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/client-request-logging.html</loc><lastmod>2023-05-17</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/bundles/web-console-extensions.html</loc><lastmod>2022-05-31</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/development/deprecating-sling-modules.html</loc><lastmod>2024-12-10</lastmod>
+
<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/configuration.html</loc><lastmod>2019-07-26</lastmod>
+
<loc>https://sling.apache.org/documentation/development/resourceresolver-mock.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/validation.html</loc><lastmod>2025-04-16</lastmod>
+
<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/dependency-management.html</loc><lastmod>2024-01-04</lastmod>
+
<loc>https://sling.apache.org/documentation/development/ide-tooling/ide-tooling-incremental-build.html</loc><lastmod>2025-04-16</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/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>2025-04-16</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/basic-ideas.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>
+
<loc>https://sling.apache.org/documentation/bundles/sling-oak-restrictions.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-query/methods.html</loc><lastmod>2025-04-16</lastmod>
+
<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/subsystem-installer-factory.html</loc><lastmod>2020-03-30</lastmod>
+
<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/sling-query/selectors.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/sling-pipes.html</loc><lastmod>2022-03-04</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-query/hierarchy-operators.html</loc><lastmod>2018-01-04</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/sling-health-checks.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/writers.html</loc><lastmod>2022-07-22</lastmod>
+
<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/sling-settings-org-apache-sling-settings.html</loc><lastmod>2020-09-18</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/sling-query/operators.html</loc><lastmod>2017-09-29</lastmod>
+
<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/sling-query/examples.html</loc><lastmod>2017-09-29</lastmod>
+
<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/sling-pipes/readers.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/writers.html</loc><lastmod>2022-07-22</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-oak-restrictions.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/sling-health-check-tool.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-pipes.html</loc><lastmod>2022-03-04</lastmod>
+
<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/sling-pipes/logical.html</loc><lastmod>2021-01-28</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-health-checks.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/sling-pipes/execution-monitoring.html</loc><lastmod>2025-04-16</lastmod>
+
<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-pipes/samples.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>
+
<loc>https://sling.apache.org/documentation/bundles/sling-health-check-tool-deprecated.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/servlet-helpers.html</loc><lastmod>2020-06-16</lastmod>
+
<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/sling-health-check-tool.html</loc><lastmod>2025-04-16</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/bundles/scripting/scripting-thymeleaf.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/sling-health-check-tool-deprecated.html</loc><lastmod>2025-04-16</lastmod>
+
<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/scripting/scripting-jsp.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/readers.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/servlet-helpers.html</loc><lastmod>2020-06-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/scripting.html</loc><lastmod>2025-04-16</lastmod>
+
<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>
+
<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/resource-access-security.html</loc><lastmod>2021-11-04</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/sling-query/methods.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/resource-merger.html</loc><lastmod>2025-04-16</lastmod>
+
<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/request-analysis.html</loc><lastmod>2025-04-16</lastmod>
+
<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-filter.html</loc><lastmod>2021-01-02</lastmod>
+
<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/repository-initialization.html</loc><lastmod>2025-04-16</lastmod>
+
<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/rendering-content-default-get-servlets.html</loc><lastmod>2024-09-30</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/execution-monitoring.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/nosql-resource-providers.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-thymeleaf.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>
+
<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/osgi-installer.html</loc><lastmod>2022-12-05</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>
+
<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/manipulating-content-the-slingpostservlet-servlets-post.html</loc><lastmod>2025-04-16</lastmod>
+
<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/managing-users-and-groups-jackrabbit-usermanager.html</loc><lastmod>2022-02-04</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-jsp.html</loc><lastmod>2025-04-16</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/repository-initialization.html</loc><lastmod>2025-04-16</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>
</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/internationalization-support-i18n.html</loc><lastmod>2025-05-13</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-override.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/file-installer-provider.html</loc><lastmod>2021-12-01</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/commons-crypto.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>
+
<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/installer-provider-installhook.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/log-tracers.html</loc><lastmod>2025-04-16</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/hapi.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles.html</loc><lastmod>2021-07-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/discovery-api-and-impl.html</loc><lastmod>2018-07-17</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/dynamic-includes.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-override.html</loc><lastmod>2025-04-16</lastmod>
+
<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/datasource-providers.html</loc><lastmod>2025-04-16</lastmod>
+
<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/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/distribution.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/dynamic-includes.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/content-loading-jcr-contentloader.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration.html</loc><lastmod>2025-06-26</lastmod>
+
<loc>https://sling.apache.org/documentation.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/distribution.html</loc><lastmod>2025-04-16</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/context-aware-configuration/context-aware-configuration-spi.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/discovery-api-and-impl.html</loc><lastmod>2018-07-17</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/content-distribution.html</loc><lastmod>2025-07-15</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/commons-crypto.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/caching-services.html</loc><lastmod>2017-11-22</lastmod>
+
<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/content-package-installer-factory.html</loc><lastmod>2021-05-10</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/internationalization-support-i18n.html</loc><lastmod>2025-05-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/configuration-installer-factory.html</loc><lastmod>2025-04-16</lastmod>
+
<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/bundle-resources-extensions-bundleresource.html</loc><lastmod>2018-02-04</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/content-loading-jcr-contentloader.html</loc><lastmod>2025-04-16</lastmod>
+
<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/commons-html-utilities.html</loc><lastmod>2019-07-18</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration.html</loc><lastmod>2025-06-26</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/configuration-installer-factory.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/apache-sling-commons-thread-pool.html</loc><lastmod>2022-01-10</lastmod>
+
<loc>https://sling.apache.org/documentation/apidocs.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/hapi.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles.html</loc><lastmod>2021-07-13</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/apidocs.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/commons-html-utilities.html</loc><lastmod>2019-07-18</lastmod>
</url><url>
<loc>https://sling.apache.org/contributing.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
diff --git a/tags/development.html b/tags/development.html
index cfcbaf75b..5f990b0dd 100644
--- a/tags/development.html
+++ b/tags/development.html
@@ -106,7 +106,7 @@
<breadcrumbs/>
</div><tags/>
</div><tableOfContents/><div class="content
is-marginless">
-<div class="taglinks"><h2>Tagged with 'development'</h2><div
class="taglink"><a
href="/documentation/development/testing-paxexam.html">Apache Sling Testing
PaxExam</a></div><div class="taglink"><a
href="/old-stuff/assembly.html">Assembly</a></div><div class="taglink"><a
href="/documentation/development/content-packages.html">Content-Package based
development</a></div><div class="taglink"><a
href="/documentation/development/dependency-management.html">Dependency
Management</a></div><div c [...]
+<div class="taglinks"><h2>Tagged with 'development'</h2><div
class="taglink"><a
href="/documentation/development/testing-paxexam.html">Apache Sling Testing
PaxExam</a></div><div class="taglink"><a
href="/old-stuff/assembly.html">Assembly</a></div><div class="taglink"><a
href="/documentation/development/content-packages.html">Content-Package based
development</a></div><div class="taglink"><a
href="/documentation/development/dependency-management.html">Dependency
Management</a></div><div c [...]
<div class="field is-grouped
is-grouped-multiline"><div class="control"><div class="tags has-addons"><span
class="tag"><a href="/tags/adaptTo.html">adaptTo</a></span><span
class="tag">1</span></div></div>
<div class="control"><div class="tags
has-addons"><span class="tag"><a href="/tags/api.html">api</a></span><span
class="tag">3</span></div></div>
<div class="control"><div class="tags
has-addons"><span class="tag"><a
href="/tags/authentication.html">authentication</a></span><span
class="tag">8</span></div></div>
diff --git a/tags/maven.html b/tags/maven.html
index d598fd934..84d0f3817 100644
--- a/tags/maven.html
+++ b/tags/maven.html
@@ -106,7 +106,7 @@
<breadcrumbs/>
</div><tags/>
</div><tableOfContents/><div class="content
is-marginless">
-<div class="taglinks"><h2>Tagged with 'maven'</h2><div class="taglink"><a
href="/documentation/development/testing-paxexam.html">Apache Sling Testing
PaxExam</a></div><div class="taglink"><a
href="/documentation/development/jspc.html">HTL Maven Plugin</a></div><div
class="taglink"><a href="/documentation/development/htl-maven-plugin.html">HTL
Maven Plugin</a></div><div class="taglink"><a
href="/documentation/development/maven-archetypes.html">Maven
Archetypes</a></div><div class="taglink [...]
+<div class="taglinks"><h2>Tagged with 'maven'</h2><div class="taglink"><a
href="/documentation/development/testing-paxexam.html">Apache Sling Testing
PaxExam</a></div><div class="taglink"><a
href="/documentation/development/htl-maven-plugin.html">HTL Maven
Plugin</a></div><div class="taglink"><a
href="/documentation/development/jspc.html">HTL Maven Plugin</a></div><div
class="taglink"><a
href="/documentation/development/maven-archetypes.html">Maven
Archetypes</a></div><div class="taglink [...]
<div class="field is-grouped
is-grouped-multiline"><div class="control"><div class="tags has-addons"><span
class="tag"><a href="/tags/adaptTo.html">adaptTo</a></span><span
class="tag">1</span></div></div>
<div class="control"><div class="tags
has-addons"><span class="tag"><a href="/tags/api.html">api</a></span><span
class="tag">3</span></div></div>
<div class="control"><div class="tags
has-addons"><span class="tag"><a
href="/tags/authentication.html">authentication</a></span><span
class="tag">8</span></div></div>