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 b58cb673c Automatic website deployment from
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/798/
b58cb673c is described below
commit b58cb673c671fe57e1d3ae01e16b2da1b4a24b7f
Author: jenkins <[email protected]>
AuthorDate: Fri Nov 17 13:14:56 2023 +0000
Automatic website deployment from
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/798/
---
.../bundles/repository-initialization.html | 3 +-
pagefind/fragment/en_87a132d.pf_fragment | Bin 7913 -> 0 bytes
pagefind/fragment/en_92f86cc.pf_fragment | Bin 0 -> 8059 bytes
pagefind/index/en_1287696.pf_index | Bin 40562 -> 0 bytes
pagefind/index/en_132eaea.pf_index | Bin 40774 -> 0 bytes
pagefind/index/en_339dfcb.pf_index | Bin 37748 -> 0 bytes
pagefind/index/en_3bb0663.pf_index | Bin 42093 -> 0 bytes
pagefind/index/en_3d7b857.pf_index | Bin 38811 -> 0 bytes
pagefind/index/en_44a4c9c.pf_index | Bin 0 -> 40645 bytes
pagefind/index/en_47d7b7c.pf_index | Bin 3728 -> 0 bytes
pagefind/index/en_4ef5a8c.pf_index | Bin 0 -> 48041 bytes
pagefind/index/en_4ef5f3f.pf_index | Bin 39916 -> 0 bytes
pagefind/index/en_52de613.pf_index | Bin 0 -> 40811 bytes
pagefind/index/en_55d874d.pf_index | Bin 0 -> 41261 bytes
pagefind/index/en_56ab8bc.pf_index | Bin 0 -> 39930 bytes
pagefind/index/en_5c57cb9.pf_index | Bin 0 -> 38816 bytes
pagefind/index/en_628e449.pf_index | Bin 0 -> 40035 bytes
pagefind/index/en_6441bcf.pf_index | Bin 0 -> 3731 bytes
pagefind/index/en_66e3944.pf_index | Bin 37839 -> 0 bytes
pagefind/index/en_6dddee0.pf_index | Bin 40031 -> 0 bytes
pagefind/index/en_7c68f6d.pf_index | Bin 0 -> 42096 bytes
pagefind/index/en_7d74cab.pf_index | Bin 0 -> 37802 bytes
pagefind/index/en_a59783c.pf_index | Bin 48068 -> 0 bytes
pagefind/index/en_ae53feb.pf_index | Bin 40351 -> 0 bytes
pagefind/index/en_af59288.pf_index | Bin 0 -> 39845 bytes
pagefind/index/en_b76047c.pf_index | Bin 0 -> 38811 bytes
pagefind/index/en_b83a6bf.pf_index | Bin 38753 -> 0 bytes
pagefind/index/en_c2a7961.pf_index | Bin 38786 -> 0 bytes
pagefind/index/en_c2ac3f8.pf_index | Bin 0 -> 37758 bytes
pagefind/index/en_cef454c.pf_index | Bin 0 -> 38890 bytes
pagefind/index/en_d553eb6.pf_index | Bin 0 -> 41128 bytes
pagefind/index/en_d68fa95.pf_index | Bin 0 -> 40037 bytes
pagefind/index/en_dbacc75.pf_index | Bin 40613 -> 0 bytes
pagefind/index/en_e48456f.pf_index | Bin 41210 -> 0 bytes
pagefind/index/en_e83d9ad.pf_index | Bin 0 -> 40389 bytes
pagefind/index/en_ef62b29.pf_index | Bin 39823 -> 0 bytes
pagefind/index/en_f44c644.pf_index | Bin 41128 -> 0 bytes
pagefind/index/en_f8bdc8e.pf_index | Bin 39980 -> 0 bytes
pagefind/index/en_fcfa838.pf_index | Bin 0 -> 40688 bytes
pagefind/pagefind-entry.json | 2 +-
pagefind/pagefind.en_1af1be207e.pf_meta | Bin 0 -> 1821 bytes
pagefind/pagefind.en_2deee650cb.pf_meta | Bin 1823 -> 0 bytes
sitemap.xml | 328 ++++++++++-----------
43 files changed, 167 insertions(+), 166 deletions(-)
diff --git a/documentation/bundles/repository-initialization.html
b/documentation/bundles/repository-initialization.html
index c24b1ab4e..4d276a969 100644
--- a/documentation/bundles/repository-initialization.html
+++ b/documentation/bundles/repository-initialization.html
@@ -170,6 +170,7 @@
<p>The language grammar is defined (using the JavaCC compiler-compiler, which
has no runtime dependencies) in the <code>RepoInitGrammar.jjt</code> file in
that module, and the automated tests provide a number of <a
href="https://github.com/apache/sling-org-apache-sling-repoinit-parser/tree/master/src/test/resources/testcases">test
cases</a> which demonstrate various features.</p>
<p>The companion <code>org.apache.sling.jcr.repoinit</code> module implements
those operations on an Oak JCR repository, using a
<code>SlingRepositoryInitializer</code> registered by default with a service
ranking of 100. It also provides a <code>JcrRepoInitOpsProcessor</code> service
to explicitly apply the output of the repoinit parser to a JCR repository.</p>
<p>The language is mostly self-explaining, the test suite listed below in
Appendix A exposes all language constructs and options.</p>
+<p>When a repoinit script is applied with the
<code>org.apache.sling.jcr.repoinit</code> module, the execution order of the
individual statements is slightly different from their order within the script.
Namely, all statements creating namespaces are executed before any other
statements. Next, all statements registering nodetypes or privileges are
executed. And finally, all other statements are executed in the order they are
defined. This reordering is intended to avoid issues due to mis [...]
<h2><a href="#validating-repoinit-statements"
id="validating-repoinit-statements">Validating repoinit statements</a></h2>
<p>There are multiple means to validate the syntax of repoinit statements
(only leveraging the parser, but not the actual JCR Repoinit implementation)
outlined below.</p>
<h3><a href="#filevault-validator" id="filevault-validator">FileVault
Validator</a></h3>
@@ -946,7 +947,7 @@ end
content/documentation/bundles/repository-initialization.md
</a>
</div> <div class="revisionInfo">
- Last modified by <span class="author">Konrad
Windszus</span> on <span class="comment">2023-04-28</span>
+ Last modified by <span class="author">Julian
Sedding</span> on <span class="comment">2023-11-17</span>
</div><p>
Apache Sling, Sling, Apache, the Apache feather logo,
and the Apache Sling project
logo are trademarks of The Apache Software Foundation. All other marks
mentioned
diff --git a/pagefind/fragment/en_87a132d.pf_fragment
b/pagefind/fragment/en_87a132d.pf_fragment
deleted file mode 100644
index 14e13e44b..000000000
Binary files a/pagefind/fragment/en_87a132d.pf_fragment and /dev/null differ
diff --git a/pagefind/fragment/en_92f86cc.pf_fragment
b/pagefind/fragment/en_92f86cc.pf_fragment
new file mode 100644
index 000000000..2b053fb92
Binary files /dev/null and b/pagefind/fragment/en_92f86cc.pf_fragment differ
diff --git a/pagefind/index/en_1287696.pf_index
b/pagefind/index/en_1287696.pf_index
deleted file mode 100644
index 387de78b2..000000000
Binary files a/pagefind/index/en_1287696.pf_index and /dev/null differ
diff --git a/pagefind/index/en_132eaea.pf_index
b/pagefind/index/en_132eaea.pf_index
deleted file mode 100644
index cdce0ffb6..000000000
Binary files a/pagefind/index/en_132eaea.pf_index and /dev/null differ
diff --git a/pagefind/index/en_339dfcb.pf_index
b/pagefind/index/en_339dfcb.pf_index
deleted file mode 100644
index bdc1afd77..000000000
Binary files a/pagefind/index/en_339dfcb.pf_index and /dev/null differ
diff --git a/pagefind/index/en_3bb0663.pf_index
b/pagefind/index/en_3bb0663.pf_index
deleted file mode 100644
index c46a8eec6..000000000
Binary files a/pagefind/index/en_3bb0663.pf_index and /dev/null differ
diff --git a/pagefind/index/en_3d7b857.pf_index
b/pagefind/index/en_3d7b857.pf_index
deleted file mode 100644
index 1bfac88d3..000000000
Binary files a/pagefind/index/en_3d7b857.pf_index and /dev/null differ
diff --git a/pagefind/index/en_44a4c9c.pf_index
b/pagefind/index/en_44a4c9c.pf_index
new file mode 100644
index 000000000..9b3fff927
Binary files /dev/null and b/pagefind/index/en_44a4c9c.pf_index differ
diff --git a/pagefind/index/en_47d7b7c.pf_index
b/pagefind/index/en_47d7b7c.pf_index
deleted file mode 100644
index ebad4cd5a..000000000
Binary files a/pagefind/index/en_47d7b7c.pf_index and /dev/null differ
diff --git a/pagefind/index/en_4ef5a8c.pf_index
b/pagefind/index/en_4ef5a8c.pf_index
new file mode 100644
index 000000000..577aebc2c
Binary files /dev/null and b/pagefind/index/en_4ef5a8c.pf_index differ
diff --git a/pagefind/index/en_4ef5f3f.pf_index
b/pagefind/index/en_4ef5f3f.pf_index
deleted file mode 100644
index 97bb0a825..000000000
Binary files a/pagefind/index/en_4ef5f3f.pf_index and /dev/null differ
diff --git a/pagefind/index/en_52de613.pf_index
b/pagefind/index/en_52de613.pf_index
new file mode 100644
index 000000000..d52a41573
Binary files /dev/null and b/pagefind/index/en_52de613.pf_index differ
diff --git a/pagefind/index/en_55d874d.pf_index
b/pagefind/index/en_55d874d.pf_index
new file mode 100644
index 000000000..a8faba1bc
Binary files /dev/null and b/pagefind/index/en_55d874d.pf_index differ
diff --git a/pagefind/index/en_56ab8bc.pf_index
b/pagefind/index/en_56ab8bc.pf_index
new file mode 100644
index 000000000..859520729
Binary files /dev/null and b/pagefind/index/en_56ab8bc.pf_index differ
diff --git a/pagefind/index/en_5c57cb9.pf_index
b/pagefind/index/en_5c57cb9.pf_index
new file mode 100644
index 000000000..e1b408dff
Binary files /dev/null and b/pagefind/index/en_5c57cb9.pf_index differ
diff --git a/pagefind/index/en_628e449.pf_index
b/pagefind/index/en_628e449.pf_index
new file mode 100644
index 000000000..476bcc187
Binary files /dev/null and b/pagefind/index/en_628e449.pf_index differ
diff --git a/pagefind/index/en_6441bcf.pf_index
b/pagefind/index/en_6441bcf.pf_index
new file mode 100644
index 000000000..6d51cba48
Binary files /dev/null and b/pagefind/index/en_6441bcf.pf_index differ
diff --git a/pagefind/index/en_66e3944.pf_index
b/pagefind/index/en_66e3944.pf_index
deleted file mode 100644
index 8cbcb4b50..000000000
Binary files a/pagefind/index/en_66e3944.pf_index and /dev/null differ
diff --git a/pagefind/index/en_6dddee0.pf_index
b/pagefind/index/en_6dddee0.pf_index
deleted file mode 100644
index cd473767d..000000000
Binary files a/pagefind/index/en_6dddee0.pf_index and /dev/null differ
diff --git a/pagefind/index/en_7c68f6d.pf_index
b/pagefind/index/en_7c68f6d.pf_index
new file mode 100644
index 000000000..f0b3658f4
Binary files /dev/null and b/pagefind/index/en_7c68f6d.pf_index differ
diff --git a/pagefind/index/en_7d74cab.pf_index
b/pagefind/index/en_7d74cab.pf_index
new file mode 100644
index 000000000..b08d589e1
Binary files /dev/null and b/pagefind/index/en_7d74cab.pf_index differ
diff --git a/pagefind/index/en_a59783c.pf_index
b/pagefind/index/en_a59783c.pf_index
deleted file mode 100644
index 22e44025c..000000000
Binary files a/pagefind/index/en_a59783c.pf_index and /dev/null differ
diff --git a/pagefind/index/en_ae53feb.pf_index
b/pagefind/index/en_ae53feb.pf_index
deleted file mode 100644
index 5c380387e..000000000
Binary files a/pagefind/index/en_ae53feb.pf_index and /dev/null differ
diff --git a/pagefind/index/en_af59288.pf_index
b/pagefind/index/en_af59288.pf_index
new file mode 100644
index 000000000..0c6e00d79
Binary files /dev/null and b/pagefind/index/en_af59288.pf_index differ
diff --git a/pagefind/index/en_b76047c.pf_index
b/pagefind/index/en_b76047c.pf_index
new file mode 100644
index 000000000..f28e40d1d
Binary files /dev/null and b/pagefind/index/en_b76047c.pf_index differ
diff --git a/pagefind/index/en_b83a6bf.pf_index
b/pagefind/index/en_b83a6bf.pf_index
deleted file mode 100644
index cc60f3f53..000000000
Binary files a/pagefind/index/en_b83a6bf.pf_index and /dev/null differ
diff --git a/pagefind/index/en_c2a7961.pf_index
b/pagefind/index/en_c2a7961.pf_index
deleted file mode 100644
index 41a86e2b7..000000000
Binary files a/pagefind/index/en_c2a7961.pf_index and /dev/null differ
diff --git a/pagefind/index/en_c2ac3f8.pf_index
b/pagefind/index/en_c2ac3f8.pf_index
new file mode 100644
index 000000000..6eb4b83e3
Binary files /dev/null and b/pagefind/index/en_c2ac3f8.pf_index differ
diff --git a/pagefind/index/en_cef454c.pf_index
b/pagefind/index/en_cef454c.pf_index
new file mode 100644
index 000000000..9fae9df24
Binary files /dev/null and b/pagefind/index/en_cef454c.pf_index differ
diff --git a/pagefind/index/en_d553eb6.pf_index
b/pagefind/index/en_d553eb6.pf_index
new file mode 100644
index 000000000..2be7b36af
Binary files /dev/null and b/pagefind/index/en_d553eb6.pf_index differ
diff --git a/pagefind/index/en_d68fa95.pf_index
b/pagefind/index/en_d68fa95.pf_index
new file mode 100644
index 000000000..3c2b6c224
Binary files /dev/null and b/pagefind/index/en_d68fa95.pf_index differ
diff --git a/pagefind/index/en_dbacc75.pf_index
b/pagefind/index/en_dbacc75.pf_index
deleted file mode 100644
index 5db099b8f..000000000
Binary files a/pagefind/index/en_dbacc75.pf_index and /dev/null differ
diff --git a/pagefind/index/en_e48456f.pf_index
b/pagefind/index/en_e48456f.pf_index
deleted file mode 100644
index a548e976d..000000000
Binary files a/pagefind/index/en_e48456f.pf_index and /dev/null differ
diff --git a/pagefind/index/en_e83d9ad.pf_index
b/pagefind/index/en_e83d9ad.pf_index
new file mode 100644
index 000000000..8048eba3c
Binary files /dev/null and b/pagefind/index/en_e83d9ad.pf_index differ
diff --git a/pagefind/index/en_ef62b29.pf_index
b/pagefind/index/en_ef62b29.pf_index
deleted file mode 100644
index e89e9b247..000000000
Binary files a/pagefind/index/en_ef62b29.pf_index and /dev/null differ
diff --git a/pagefind/index/en_f44c644.pf_index
b/pagefind/index/en_f44c644.pf_index
deleted file mode 100644
index 85c88e7d0..000000000
Binary files a/pagefind/index/en_f44c644.pf_index and /dev/null differ
diff --git a/pagefind/index/en_f8bdc8e.pf_index
b/pagefind/index/en_f8bdc8e.pf_index
deleted file mode 100644
index 9976faab9..000000000
Binary files a/pagefind/index/en_f8bdc8e.pf_index and /dev/null differ
diff --git a/pagefind/index/en_fcfa838.pf_index
b/pagefind/index/en_fcfa838.pf_index
new file mode 100644
index 000000000..68245dd5e
Binary files /dev/null and b/pagefind/index/en_fcfa838.pf_index differ
diff --git a/pagefind/pagefind-entry.json b/pagefind/pagefind-entry.json
index 36e8bfb9c..3bb95808a 100644
--- a/pagefind/pagefind-entry.json
+++ b/pagefind/pagefind-entry.json
@@ -1 +1 @@
-{"version":"1.0.4","languages":{"en":{"hash":"en_2deee650cb","wasm":"en","page_count":187}}}
\ No newline at end of file
+{"version":"1.0.4","languages":{"en":{"hash":"en_1af1be207e","wasm":"en","page_count":187}}}
\ No newline at end of file
diff --git a/pagefind/pagefind.en_1af1be207e.pf_meta
b/pagefind/pagefind.en_1af1be207e.pf_meta
new file mode 100644
index 000000000..ebdd2d561
Binary files /dev/null and b/pagefind/pagefind.en_1af1be207e.pf_meta differ
diff --git a/pagefind/pagefind.en_2deee650cb.pf_meta
b/pagefind/pagefind.en_2deee650cb.pf_meta
deleted file mode 100644
index 11e037408..000000000
Binary files a/pagefind/pagefind.en_2deee650cb.pf_meta and /dev/null differ
diff --git a/sitemap.xml b/sitemap.xml
index 884073321..4efeb1884 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,9 +3,11 @@
<url>
<loc>https://sling.apache.org/releases.html</loc><lastmod>2023-11-17</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/mappings-for-resource-resolution.html</loc><lastmod>2023-10-24</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/repository-initialization.html</loc><lastmod>2023-11-17</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/the-sling-engine/resources.html</loc><lastmod>2023-10-24</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/mappings-for-resource-resolution.html</loc><lastmod>2023-10-24</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/osgi-mock.html</loc><lastmod>2023-10-16</lastmod>
</url><url>
@@ -13,365 +15,363 @@
</url><url>
<loc>https://sling.apache.org/project-information/project-team.html</loc><lastmod>2022-10-31</lastmod>
</url><url>
-
<loc>https://sling.apache.org/old-stuff/scriptengineintegration/groovy-support.html</loc><lastmod>2017-09-29</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/news/sling-ide-tooling-12-released.html</loc><lastmod>2018-01-21</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/guides.html</loc><lastmod>2017-09-29</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/tutorials-how-tos/installing-and-upgrading-bundles.html</loc><lastmod>2018-06-01</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/sling-properties.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/old-stuff/sling-api.html</loc><lastmod>2018-07-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/filters.html</loc><lastmod>2021-03-02</lastmod>
+
<loc>https://sling.apache.org/old-stuff/scriptengineintegration/groovy-support.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler.html</loc><lastmod>2018-07-13</lastmod>
+
<loc>https://sling.apache.org/old-stuff/assembly.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
<loc>https://sling.apache.org/project-information/project-license.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/old-stuff/run-modes-org-apache-sling-runmode.html</loc><lastmod>2018-07-17</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/news/sling-ide-tooling-11-released.html</loc><lastmod>2017-09-29</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/errors/404.html</loc><lastmod>2018-12-19</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html</loc><lastmod>2018-07-17</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/sling-api-crud-support.html</loc><lastmod>2021-11-23</lastmod>
+
<loc>https://sling.apache.org/old-stuff/servlet-resolution.html</loc><lastmod>2018-07-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/featureflags.html</loc><lastmod>2018-07-13</lastmod>
+
<loc>https://sling.apache.org/old-stuff/run-modes-org-apache-sling-runmode.html</loc><lastmod>2018-07-17</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html</loc><lastmod>2018-07-13</lastmod>
+
<loc>https://sling.apache.org/project-information.html</loc><lastmod>2021-07-07</lastmod>
</url><url>
<loc>https://sling.apache.org/project-information/apache-sling-community-roles-and-processes.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/old-stuff/request-processing.html</loc><lastmod>2018-07-13</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/news/sling-12-released.html</loc><lastmod>2022-03-18</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/errors/403.html</loc><lastmod>2017-10-07</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/tutorials-how-tos/getting-resources-and-properties-in-sling.html</loc><lastmod>2018-01-05</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/servlets.html</loc><lastmod>2023-04-12</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/errorhandling.html</loc><lastmod>2023-07-13</lastmod>
+
<loc>https://sling.apache.org/old-stuff/scriptengineintegration.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html</loc><lastmod>2018-07-13</lastmod>
+
<loc>https://sling.apache.org/old-stuff/request-processing.html</loc><lastmod>2018-07-13</lastmod>
</url><url>
<loc>https://sling.apache.org/security/log4shell.html</loc><lastmod>2021-12-17</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>2017-09-29</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>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/old-stuff/launch-sling.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/tutorials-how-tos/46-line-blog.html</loc><lastmod>2017-11-22</lastmod>
+
<loc>https://sling.apache.org/news/sling-ide-tooling-12-released.html</loc><lastmod>2018-01-21</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>2018-02-06</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/guides.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/old-stuff/sling-api.html</loc><lastmod>2018-07-13</lastmod>
+
<loc>https://sling.apache.org/documentation/tutorials-how-tos/installing-and-upgrading-bundles.html</loc><lastmod>2018-06-01</lastmod>
</url><url>
-
<loc>https://sling.apache.org/old-stuff/assembly.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/sling-properties.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/news/sling-10-released.html</loc><lastmod>2018-02-06</lastmod>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/filters.html</loc><lastmod>2021-03-02</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/the-sling-engine/default-mapping-and-rendering.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/old-stuff/servlet-resolution.html</loc><lastmod>2018-07-13</lastmod>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler.html</loc><lastmod>2018-07-13</lastmod>
</url><url>
<loc>https://sling.apache.org/news.html</loc><lastmod>2023-05-15</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/news/sling-ide-tooling-11-released.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
<loc>https://sling.apache.org/media.html</loc><lastmod>2017-09-29</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/errors/404.html</loc><lastmod>2018-12-19</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/tutorials-how-tos.html</loc><lastmod>2020-08-06</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html</loc><lastmod>2018-07-17</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/the-sling-engine/wrap-or-decorate-resources.html</loc><lastmod>2021-05-19</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/sling-api-crud-support.html</loc><lastmod>2021-11-23</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/the-sling-engine/request-parameters.html</loc><lastmod>2018-07-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/project-information.html</loc><lastmod>2021-07-07</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/old-stuff/scriptengineintegration.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html</loc><lastmod>2018-07-13</lastmod>
</url><url>
<loc>https://sling.apache.org/news/sling-launchpad-9-released.html</loc><lastmod>2017-09-29</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/news/sling-12-released.html</loc><lastmod>2022-03-18</lastmod>
</url><url>
<loc>https://sling.apache.org/links.html</loc><lastmod>2022-12-06</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/errors/403.html</loc><lastmod>2017-10-07</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/tutorials-how-tos/testing-sling-based-applications.html</loc><lastmod>2017-12-29</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/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/url-decomposition.html</loc><lastmod>2021-05-19</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/servlets.html</loc><lastmod>2023-04-12</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/the-sling-engine/request-listeners.html</loc><lastmod>2018-07-13</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/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>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/project-information/security.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html</loc><lastmod>2018-07-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/old-stuff/scriptengineintegration/xslt-processing-pipeline.html</loc><lastmod>2017-09-29</lastmod>
+
<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>2017-09-29</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/news/sling-11-released.html</loc><lastmod>2018-10-23</lastmod>
</url><url>
<loc>https://sling.apache.org/index.html</loc><lastmod>2023-10-02</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/tutorials-how-tos/jackrabbit-persistence.html</loc><lastmod>2018-07-17</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/tutorials-how-tos/46-line-blog.html</loc><lastmod>2017-11-22</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/service-authentication.html</loc><lastmod>2022-12-02</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/dispatching-requests.html</loc><lastmod>2018-07-13</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-framework.html</loc><lastmod>2021-04-21</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-actors.html</loc><lastmod>2017-11-22</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/the-sling-engine.html</loc><lastmod>2017-09-29</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/architecture.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/karaf.html</loc><lastmod>2022-03-06</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development.html</loc><lastmod>2022-05-11</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/sling.html</loc><lastmod>2019-01-14</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/repository-based-development.html</loc><lastmod>2017-10-07</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/development/monitoring-requests.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/maven-archetypes.html</loc><lastmod>2018-03-31</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/htl-maven-plugin.html</loc><lastmod>2017-09-29</lastmod>
+
<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/client-request-logging.html</loc><lastmod>2023-05-17</lastmod>
+
<loc>https://sling.apache.org/documentation/development/htl-maven-plugin.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-query.html</loc><lastmod>2020-06-16</lastmod>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication.html</loc><lastmod>2018-05-14</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-query/basic-ideas.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/adapters.html</loc><lastmod>2022-08-08</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/getting-started.html</loc><lastmod>2022-03-21</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/version-policy.html</loc><lastmod>2018-07-13</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/development/sling-testing-tools.html</loc><lastmod>2017-12-09</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/release-management.html</loc><lastmod>2023-09-29</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/development/maventipsandtricks.html</loc><lastmod>2023-09-28</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/logging.html</loc><lastmod>2022-06-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/hamcrest.html</loc><lastmod>2021-11-23</lastmod>
+
<loc>https://sling.apache.org/documentation/development/issue-tracker.html</loc><lastmod>2018-07-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/configuration.html</loc><lastmod>2019-07-26</lastmod>
+
<loc>https://sling.apache.org/documentation/development/hamcrest.html</loc><lastmod>2021-11-23</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/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>2019-07-09</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/testing-paxexam.html</loc><lastmod>2023-07-13</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/development/jsr-305.html</loc><lastmod>2018-08-18</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/development/getting-and-building-sling.html</loc><lastmod>2018-02-03</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/bundles/sling-query/selectors.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/development/testing-paxexam.html</loc><lastmod>2023-07-13</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/development/sling-mock.html</loc><lastmod>2022-08-22</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/documentation/development/maven-usage.html</loc><lastmod>2017-11-22</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/jsr-305.html</loc><lastmod>2018-08-18</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/slingstart.html</loc><lastmod>2022-03-18</lastmod>
+
<loc>https://sling.apache.org/documentation/development/ide-tooling.html</loc><lastmod>2022-11-28</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/null-analysis.html</loc><lastmod>2018-08-18</lastmod>
+
<loc>https://sling.apache.org/documentation/development/getting-and-building-sling.html</loc><lastmod>2018-02-03</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/jspc.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/legacy/logging.html</loc><lastmod>2018-07-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/feature-model.html</loc><lastmod>2020-06-18</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/bundles/xml-support.html</loc><lastmod>2017-11-22</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/bundles/sling-query/operators.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/development/slingstart.html</loc><lastmod>2022-03-18</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/samples.html</loc><lastmod>2021-01-28</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/the-sling-engine.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/development/null-analysis.html</loc><lastmod>2018-08-18</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/architecture.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/development/maven-launchpad-plugin.html</loc><lastmod>2018-07-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/feature-model/howtos/kickstart.html</loc><lastmod>2020-06-18</lastmod>
+
<loc>https://sling.apache.org/documentation/development/jspc.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/sling.html</loc><lastmod>2019-01-14</lastmod>
+
<loc>https://sling.apache.org/documentation/development/ide-tooling/ide-tooling-incremental-build.html</loc><lastmod>2018-12-17</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/monitoring-requests.html</loc><lastmod>2017-09-29</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/jcr-mock.html</loc><lastmod>2023-04-27</lastmod>
+
<loc>https://sling.apache.org/documentation/development.html</loc><lastmod>2022-05-11</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/client-request-logging.html</loc><lastmod>2023-05-17</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/bundles/sling-query/modifiers.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/sling-query.html</loc><lastmod>2020-06-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/readers.html</loc><lastmod>2021-10-01</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/the-sling-engine/authentication.html</loc><lastmod>2018-05-14</lastmod>
+
<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/the-sling-engine/adapters.html</loc><lastmod>2022-08-08</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/readers.html</loc><lastmod>2021-10-01</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/feature-model/howtos/create-sling-fm.html</loc><lastmod>2020-06-18</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/development/sling-testing-tools.html</loc><lastmod>2017-12-09</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/development/maventipsandtricks.html</loc><lastmod>2023-09-28</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-htl.html</loc><lastmod>2022-10-26</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/issue-tracker.html</loc><lastmod>2018-07-13</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/resource-editor.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/deprecating-sling-modules.html</loc><lastmod>2020-03-31</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/configuration.html</loc><lastmod>2019-07-26</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/validation.html</loc><lastmod>2017-11-22</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/sling-query/vs-jcr.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/sling-query/methods.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/pax-exam-utils.html</loc><lastmod>2017-12-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/feature-model/howtos/create-sling-composite.html</loc><lastmod>2020-06-18</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/development/sling-mock.html</loc><lastmod>2022-08-22</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/sling-health-checks.html</loc><lastmod>2020-10-27</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/bundles/scripting.html</loc><lastmod>2021-08-23</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/ide-tooling.html</loc><lastmod>2022-11-28</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/scheduler-service-commons-scheduler.html</loc><lastmod>2022-01-04</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/development/dependency-management.html</loc><lastmod>2018-07-13</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/subsystem-installer-factory.html</loc><lastmod>2020-03-30</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/sling-query/selectors.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/sling-query/hierarchy-operators.html</loc><lastmod>2018-01-04</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/legacy/logging.html</loc><lastmod>2018-07-13</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/feature-model/feature-model-howto.html</loc><lastmod>2020-06-18</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/execution-monitoring.html</loc><lastmod>2021-01-28</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/resourceresolver-mock.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/sling-health-check-tool.html</loc><lastmod>2020-08-04</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/maven-launchpad-plugin.html</loc><lastmod>2018-07-13</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-thymeleaf.html</loc><lastmod>2017-11-22</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/ide-tooling/ide-tooling-incremental-build.html</loc><lastmod>2018-12-17</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/request-analysis.html</loc><lastmod>2017-11-22</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/content-packages.html</loc><lastmod>2022-03-08</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-settings-org-apache-sling-settings.html</loc><lastmod>2020-09-18</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-query/examples.html</loc><lastmod>2017-09-29</lastmod>
- </url><url>
-
<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/scripting/scripting-htl.html</loc><lastmod>2022-10-26</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/rendering-content-default-get-servlets.html</loc><lastmod>2022-01-13</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html</loc><lastmod>2023-07-26</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/context-aware-configuration/context-aware-configuration-override.html</loc><lastmod>2023-03-13</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-pipes.html</loc><lastmod>2022-03-04</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-health-checks.html</loc><lastmod>2020-10-27</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/scheduler-service-commons-scheduler.html</loc><lastmod>2022-01-04</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/managing-users-and-groups-jackrabbit-usermanager.html</loc><lastmod>2022-02-04</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/file-installer-provider.html</loc><lastmod>2021-12-01</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/xml-support.html</loc><lastmod>2017-11-22</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-health-check-tool.html</loc><lastmod>2020-08-04</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/osgi-installer.html</loc><lastmod>2022-12-05</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/managing-permissions-jackrabbit-accessmanager.html</loc><lastmod>2022-11-18</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/dynamic-includes.html</loc><lastmod>2018-09-12</lastmod>
+
<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/content-package-installer-factory.html</loc><lastmod>2021-05-10</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/sling-health-check-tool-deprecated.html</loc><lastmod>2019-04-03</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/org-apache-sling-junit-bundles.html</loc><lastmod>2020-10-22</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/log-tracers.html</loc><lastmod>2018-07-17</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/distribution.html</loc><lastmod>2017-12-18</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/content-loading-jcr-contentloader.html</loc><lastmod>2023-03-02</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-jsp.html</loc><lastmod>2018-07-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/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/resource-editor.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/rendering-content-default-get-servlets.html</loc><lastmod>2022-01-13</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/nosql-resource-providers.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>2023-07-26</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/jcr-installer-provider.html</loc><lastmod>2020-09-18</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/graphql-core.html</loc><lastmod>2021-07-26</lastmod>
</url><url>
<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>2020-05-13</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-override.html</loc><lastmod>2023-03-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/logical.html</loc><lastmod>2021-01-28</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/content-distribution.html</loc><lastmod>2020-05-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/scripting.html</loc><lastmod>2021-08-23</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/commons-crypto.html</loc><lastmod>2019-12-14</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/resource-access-security.html</loc><lastmod>2021-11-04</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.html</loc><lastmod>2018-07-10</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/models.html</loc><lastmod>2023-07-08</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/internationalization-support-i18n.html</loc><lastmod>2021-03-11</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/file-installer-provider.html</loc><lastmod>2021-12-01</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/datasource-providers.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/execution-monitoring.html</loc><lastmod>2021-01-28</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-thymeleaf.html</loc><lastmod>2017-11-22</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/connection-timeout-agent.html</loc><lastmod>2019-06-27</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/request-analysis.html</loc><lastmod>2017-11-22</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/osgi-installer.html</loc><lastmod>2022-12-05</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/mime-type-support-commons-mime.html</loc><lastmod>2017-09-29</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/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>2021-07-24</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/dynamic-includes.html</loc><lastmod>2018-09-12</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration.html</loc><lastmod>2019-11-15</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/content-package-installer-factory.html</loc><lastmod>2021-05-10</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-jsp.html</loc><lastmod>2018-07-13</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/configuration-installer-factory.html</loc><lastmod>2023-04-28</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/repository-initialization.html</loc><lastmod>2023-04-28</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/metrics.html</loc><lastmod>2018-07-17</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/hapi.html</loc><lastmod>2017-12-18</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/metrics.html</loc><lastmod>2018-07-17</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/log-tracers.html</loc><lastmod>2018-07-17</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/commons-crypto.html</loc><lastmod>2019-12-14</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/hapi.html</loc><lastmod>2017-12-18</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/distribution.html</loc><lastmod>2017-12-18</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>2017-09-29</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/content-loading-jcr-contentloader.html</loc><lastmod>2023-03-02</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html</loc><lastmod>2023-08-06</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/documentation.html</loc><lastmod>2023-09-28</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/apache-sling-commons-thread-pool.html</loc><lastmod>2022-01-10</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/connection-timeout-agent.html</loc><lastmod>2019-06-27</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html</loc><lastmod>2019-01-14</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/configuration-installer-factory.html</loc><lastmod>2023-04-28</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles.html</loc><lastmod>2021-07-13</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/apidocs.html</loc><lastmod>2022-03-21</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/commons-html-utilities.html</loc><lastmod>2019-07-18</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html</loc><lastmod>2023-08-06</lastmod>
</url><url>
<loc>https://sling.apache.org/contributing.html</loc><lastmod>2022-07-01</lastmod>
</url><url>