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 2d6c53088 Automatic website deployment from
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/1215/
2d6c53088 is described below
commit 2d6c530883a714f8d3a7bde31ae328c94cb14a3d
Author: jenkins <[email protected]>
AuthorDate: Sun Nov 30 19:01:14 2025 +0000
Automatic website deployment from
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/1215/
---
.../the-sling-engine/url-decomposition.html | 8 +-
pagefind/fragment/en_1dea9aa.pf_fragment | Bin 0 -> 1759 bytes
pagefind/fragment/en_3080bdf.pf_fragment | Bin 1702 -> 0 bytes
pagefind/index/en_1594b01.pf_index | Bin 4347 -> 0 bytes
pagefind/index/en_1b9f2ec.pf_index | Bin 40699 -> 0 bytes
pagefind/index/en_1c8faa7.pf_index | Bin 42014 -> 0 bytes
pagefind/index/en_2ceafdd.pf_index | Bin 0 -> 40361 bytes
pagefind/index/en_32152fb.pf_index | Bin 0 -> 38004 bytes
pagefind/index/en_37522d3.pf_index | Bin 39513 -> 0 bytes
pagefind/index/en_377e4e8.pf_index | Bin 0 -> 39608 bytes
pagefind/index/en_3922cc4.pf_index | Bin 39608 -> 0 bytes
pagefind/index/en_3f60cb6.pf_index | Bin 40352 -> 0 bytes
pagefind/index/en_6390a83.pf_index | Bin 0 -> 40887 bytes
pagefind/index/en_6a79217.pf_index | Bin 0 -> 51548 bytes
pagefind/index/en_6b70281.pf_index | Bin 39382 -> 0 bytes
pagefind/index/en_6dac239.pf_index | Bin 0 -> 38155 bytes
pagefind/index/en_6fcc8c3.pf_index | Bin 0 -> 40704 bytes
pagefind/index/en_72fdef4.pf_index | Bin 0 -> 38935 bytes
pagefind/index/en_7955b2d.pf_index | Bin 0 -> 39384 bytes
pagefind/index/en_84891cc.pf_index | Bin 45250 -> 0 bytes
pagefind/index/en_84ae882.pf_index | Bin 41037 -> 0 bytes
pagefind/index/en_88dd124.pf_index | Bin 0 -> 44077 bytes
pagefind/index/en_89475cb.pf_index | Bin 37994 -> 0 bytes
pagefind/index/en_9430c5b.pf_index | Bin 0 -> 4345 bytes
pagefind/index/en_94dda3c.pf_index | Bin 0 -> 39523 bytes
pagefind/index/en_95cb22e.pf_index | Bin 38936 -> 0 bytes
pagefind/index/en_a795843.pf_index | Bin 41079 -> 0 bytes
pagefind/index/en_a7a2d62.pf_index | Bin 0 -> 41092 bytes
pagefind/index/en_b44de49.pf_index | Bin 0 -> 42014 bytes
pagefind/index/en_b486e5a.pf_index | Bin 0 -> 41037 bytes
pagefind/index/en_c8719fc.pf_index | Bin 0 -> 40656 bytes
pagefind/index/en_d26a21d.pf_index | Bin 0 -> 41645 bytes
pagefind/index/en_f1ce41a.pf_index | Bin 40882 -> 0 bytes
pagefind/index/en_f6af31e.pf_index | Bin 40654 -> 0 bytes
pagefind/index/en_f838443.pf_index | Bin 51542 -> 0 bytes
pagefind/index/en_fb8a4d7.pf_index | Bin 38148 -> 0 bytes
pagefind/index/en_fdef5dd.pf_index | Bin 0 -> 45251 bytes
pagefind/index/en_ffc2bf6.pf_index | Bin 41644 -> 0 bytes
pagefind/index/en_ffef023.pf_index | Bin 44071 -> 0 bytes
pagefind/pagefind-entry.json | 2 +-
pagefind/pagefind.en_556a26e629.pf_meta | Bin 0 -> 1851 bytes
pagefind/pagefind.en_ff3786a522.pf_meta | Bin 1849 -> 0 bytes
sitemap.html | 4 +-
sitemap.xml | 132 ++++++++++-----------
tags/development.html | 2 +-
tags/maven.html | 2 +-
46 files changed, 75 insertions(+), 75 deletions(-)
diff --git a/documentation/the-sling-engine/url-decomposition.html
b/documentation/the-sling-engine/url-decomposition.html
index 326c76ca6..c1aac7132 100644
--- a/documentation/the-sling-engine/url-decomposition.html
+++ b/documentation/the-sling-engine/url-decomposition.html
@@ -147,9 +147,9 @@
<h1><a href="#overview" id="overview">Overview</a></h1>
<p>During the <em>Resource Resolution</em> step, the client request URI (as
being returned by <a
href="https://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html#getRequestURI()">HttpServletRequest.getRequestURI()</a>)
is decomposed into the following parts (in exactly this order):</p>
<ol>
-<li><strong>Resource Path</strong> - For existing resources the resource path
is the longest match (also considering its <a
href="/documentation/the-sling-engine/mappings-for-resource-resolution.html">mappings</a>)
pointing to a resource where the next character is either a dot
(<code>.</code>) or it is the full request URI. Otherwise (for a path not
matching any existing resource) the resource path ends at the <em>first dot
(<code>.</code>)</em> in the request url. The exact logic for r [...]
-<li><strong>Selectors</strong> - If the first character in the request URL
after the resource path is a dot (<code>.</code>), the string after the dot up
to but not including the last dot before the next slash character or the end of
the request URL comprises the selectors. If the resource path spans the
complete request URL no selectors exist. If only one dot follows the resource
path before the end of the request URL or the next slash, also no selectors
exist.</li>
-<li><strong>Extension</strong> - The string after the last dot after the
resource path in the request URL but before the end of the request URL or the
next slash after the resource path in the request URL is the extension.</li>
+<li><strong>Resource Path</strong> - For existing resources the resource path
is the longest match (also considering its <a
href="/documentation/the-sling-engine/mappings-for-resource-resolution.html">mappings</a>)
pointing to a resource where the next character is either a dot
(<code>.</code>) or it is the full request URI. Otherwise (for a path not
matching any existing resource) this contains the <em>full request URI</em>
(including extensions, selectors and suffix if existing). The e [...]
+<li><strong>Selectors</strong> - If the first character in the request URL
after the resource path is a dot (<code>.</code>), the string after the dot up
to but not including the last dot before the next slash character or the end of
the request URL comprises the selectors. If the resource path spans the
complete request URL no selectors exist. If only one dot follows the resource
path before the end of the request URL or the next slash, also no selectors
exist. For non-existing resourc [...]
+<li><strong>Extension</strong> - The string after the last dot after the
resource path in the request URL but before the end of the request URL or the
next slash after the resource path in the request URL is the extension. For
non-existing resources just the part after the last dot of the request URI.</li>
<li><strong>Suffix</strong> - If the request URL contains a slash character
after the resource path and optional selectors and extension, the path starting
with the slash up to the end of the request URL is the suffix path. Otherwise,
the suffix path is empty. Note, that after the resource path at least a dot
must be in the URL to let Sling detect the suffix.</li>
</ol>
<p>In addition since <a
href="https://issues.apache.org/jira/browse/SLING-848">SLING-848</a> there may
be one or multiple <strong>request path parameters</strong> passed in the form
<code>;<key>=<value></code>. Those request path parameters are only
supported directly after the <em>Resource Path</em> or after the
<em>Extension</em>. The value needs to be enclosed in <code>'</code> if it
contains a <code>.</code> and is not located after the extension. It is up to
the <a href [...]
@@ -198,7 +198,7 @@
content/documentation/the-sling-engine/url-decomposition.md
</a>
</div> <div class="revisionInfo">
- Last modified by <span class="author">Carsten
Ziegeler</span> on <span class="comment">2025-04-16</span>
+ Last modified by <span class="author">Konrad
Windszus</span> on <span class="comment">2025-11-28</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_1dea9aa.pf_fragment
b/pagefind/fragment/en_1dea9aa.pf_fragment
new file mode 100644
index 000000000..f75092608
Binary files /dev/null and b/pagefind/fragment/en_1dea9aa.pf_fragment differ
diff --git a/pagefind/fragment/en_3080bdf.pf_fragment
b/pagefind/fragment/en_3080bdf.pf_fragment
deleted file mode 100644
index 277b445a6..000000000
Binary files a/pagefind/fragment/en_3080bdf.pf_fragment and /dev/null differ
diff --git a/pagefind/index/en_1594b01.pf_index
b/pagefind/index/en_1594b01.pf_index
deleted file mode 100644
index 29b76ff09..000000000
Binary files a/pagefind/index/en_1594b01.pf_index and /dev/null differ
diff --git a/pagefind/index/en_1b9f2ec.pf_index
b/pagefind/index/en_1b9f2ec.pf_index
deleted file mode 100644
index 9122b5266..000000000
Binary files a/pagefind/index/en_1b9f2ec.pf_index and /dev/null differ
diff --git a/pagefind/index/en_1c8faa7.pf_index
b/pagefind/index/en_1c8faa7.pf_index
deleted file mode 100644
index 7979d1e7f..000000000
Binary files a/pagefind/index/en_1c8faa7.pf_index and /dev/null differ
diff --git a/pagefind/index/en_2ceafdd.pf_index
b/pagefind/index/en_2ceafdd.pf_index
new file mode 100644
index 000000000..b469a873a
Binary files /dev/null and b/pagefind/index/en_2ceafdd.pf_index differ
diff --git a/pagefind/index/en_32152fb.pf_index
b/pagefind/index/en_32152fb.pf_index
new file mode 100644
index 000000000..357e093ad
Binary files /dev/null and b/pagefind/index/en_32152fb.pf_index differ
diff --git a/pagefind/index/en_37522d3.pf_index
b/pagefind/index/en_37522d3.pf_index
deleted file mode 100644
index 304efb820..000000000
Binary files a/pagefind/index/en_37522d3.pf_index and /dev/null differ
diff --git a/pagefind/index/en_377e4e8.pf_index
b/pagefind/index/en_377e4e8.pf_index
new file mode 100644
index 000000000..a239d2cc2
Binary files /dev/null and b/pagefind/index/en_377e4e8.pf_index differ
diff --git a/pagefind/index/en_3922cc4.pf_index
b/pagefind/index/en_3922cc4.pf_index
deleted file mode 100644
index 9c42c14e4..000000000
Binary files a/pagefind/index/en_3922cc4.pf_index and /dev/null differ
diff --git a/pagefind/index/en_3f60cb6.pf_index
b/pagefind/index/en_3f60cb6.pf_index
deleted file mode 100644
index 8cdb7d0ee..000000000
Binary files a/pagefind/index/en_3f60cb6.pf_index and /dev/null differ
diff --git a/pagefind/index/en_6390a83.pf_index
b/pagefind/index/en_6390a83.pf_index
new file mode 100644
index 000000000..9ec4112da
Binary files /dev/null and b/pagefind/index/en_6390a83.pf_index differ
diff --git a/pagefind/index/en_6a79217.pf_index
b/pagefind/index/en_6a79217.pf_index
new file mode 100644
index 000000000..516887a44
Binary files /dev/null and b/pagefind/index/en_6a79217.pf_index differ
diff --git a/pagefind/index/en_6b70281.pf_index
b/pagefind/index/en_6b70281.pf_index
deleted file mode 100644
index 98d8056c2..000000000
Binary files a/pagefind/index/en_6b70281.pf_index and /dev/null differ
diff --git a/pagefind/index/en_6dac239.pf_index
b/pagefind/index/en_6dac239.pf_index
new file mode 100644
index 000000000..35d9ce948
Binary files /dev/null and b/pagefind/index/en_6dac239.pf_index differ
diff --git a/pagefind/index/en_6fcc8c3.pf_index
b/pagefind/index/en_6fcc8c3.pf_index
new file mode 100644
index 000000000..a4667de49
Binary files /dev/null and b/pagefind/index/en_6fcc8c3.pf_index differ
diff --git a/pagefind/index/en_72fdef4.pf_index
b/pagefind/index/en_72fdef4.pf_index
new file mode 100644
index 000000000..6a099b913
Binary files /dev/null and b/pagefind/index/en_72fdef4.pf_index differ
diff --git a/pagefind/index/en_7955b2d.pf_index
b/pagefind/index/en_7955b2d.pf_index
new file mode 100644
index 000000000..6e2faf029
Binary files /dev/null and b/pagefind/index/en_7955b2d.pf_index differ
diff --git a/pagefind/index/en_84891cc.pf_index
b/pagefind/index/en_84891cc.pf_index
deleted file mode 100644
index 81ee4d4ef..000000000
Binary files a/pagefind/index/en_84891cc.pf_index and /dev/null differ
diff --git a/pagefind/index/en_84ae882.pf_index
b/pagefind/index/en_84ae882.pf_index
deleted file mode 100644
index 8f53a1468..000000000
Binary files a/pagefind/index/en_84ae882.pf_index and /dev/null differ
diff --git a/pagefind/index/en_88dd124.pf_index
b/pagefind/index/en_88dd124.pf_index
new file mode 100644
index 000000000..c0b7bb1cc
Binary files /dev/null and b/pagefind/index/en_88dd124.pf_index differ
diff --git a/pagefind/index/en_89475cb.pf_index
b/pagefind/index/en_89475cb.pf_index
deleted file mode 100644
index ef0b9d6c2..000000000
Binary files a/pagefind/index/en_89475cb.pf_index and /dev/null differ
diff --git a/pagefind/index/en_9430c5b.pf_index
b/pagefind/index/en_9430c5b.pf_index
new file mode 100644
index 000000000..7f109d7b3
Binary files /dev/null and b/pagefind/index/en_9430c5b.pf_index differ
diff --git a/pagefind/index/en_94dda3c.pf_index
b/pagefind/index/en_94dda3c.pf_index
new file mode 100644
index 000000000..b5bf690c4
Binary files /dev/null and b/pagefind/index/en_94dda3c.pf_index differ
diff --git a/pagefind/index/en_95cb22e.pf_index
b/pagefind/index/en_95cb22e.pf_index
deleted file mode 100644
index 03c3dc82b..000000000
Binary files a/pagefind/index/en_95cb22e.pf_index and /dev/null differ
diff --git a/pagefind/index/en_a795843.pf_index
b/pagefind/index/en_a795843.pf_index
deleted file mode 100644
index 0d8d0fe67..000000000
Binary files a/pagefind/index/en_a795843.pf_index and /dev/null differ
diff --git a/pagefind/index/en_a7a2d62.pf_index
b/pagefind/index/en_a7a2d62.pf_index
new file mode 100644
index 000000000..0fde0cd63
Binary files /dev/null and b/pagefind/index/en_a7a2d62.pf_index differ
diff --git a/pagefind/index/en_b44de49.pf_index
b/pagefind/index/en_b44de49.pf_index
new file mode 100644
index 000000000..3cd14370a
Binary files /dev/null and b/pagefind/index/en_b44de49.pf_index differ
diff --git a/pagefind/index/en_b486e5a.pf_index
b/pagefind/index/en_b486e5a.pf_index
new file mode 100644
index 000000000..59b6a7e51
Binary files /dev/null and b/pagefind/index/en_b486e5a.pf_index differ
diff --git a/pagefind/index/en_c8719fc.pf_index
b/pagefind/index/en_c8719fc.pf_index
new file mode 100644
index 000000000..712c8d1ef
Binary files /dev/null and b/pagefind/index/en_c8719fc.pf_index differ
diff --git a/pagefind/index/en_d26a21d.pf_index
b/pagefind/index/en_d26a21d.pf_index
new file mode 100644
index 000000000..cc79643a8
Binary files /dev/null and b/pagefind/index/en_d26a21d.pf_index differ
diff --git a/pagefind/index/en_f1ce41a.pf_index
b/pagefind/index/en_f1ce41a.pf_index
deleted file mode 100644
index 19d8754de..000000000
Binary files a/pagefind/index/en_f1ce41a.pf_index and /dev/null differ
diff --git a/pagefind/index/en_f6af31e.pf_index
b/pagefind/index/en_f6af31e.pf_index
deleted file mode 100644
index ff06a62e2..000000000
Binary files a/pagefind/index/en_f6af31e.pf_index and /dev/null differ
diff --git a/pagefind/index/en_f838443.pf_index
b/pagefind/index/en_f838443.pf_index
deleted file mode 100644
index 2ab37225a..000000000
Binary files a/pagefind/index/en_f838443.pf_index and /dev/null differ
diff --git a/pagefind/index/en_fb8a4d7.pf_index
b/pagefind/index/en_fb8a4d7.pf_index
deleted file mode 100644
index 8256d18c7..000000000
Binary files a/pagefind/index/en_fb8a4d7.pf_index and /dev/null differ
diff --git a/pagefind/index/en_fdef5dd.pf_index
b/pagefind/index/en_fdef5dd.pf_index
new file mode 100644
index 000000000..be1281b44
Binary files /dev/null and b/pagefind/index/en_fdef5dd.pf_index differ
diff --git a/pagefind/index/en_ffc2bf6.pf_index
b/pagefind/index/en_ffc2bf6.pf_index
deleted file mode 100644
index a0ed9d14e..000000000
Binary files a/pagefind/index/en_ffc2bf6.pf_index and /dev/null differ
diff --git a/pagefind/index/en_ffef023.pf_index
b/pagefind/index/en_ffef023.pf_index
deleted file mode 100644
index 994df14c3..000000000
Binary files a/pagefind/index/en_ffef023.pf_index and /dev/null differ
diff --git a/pagefind/pagefind-entry.json b/pagefind/pagefind-entry.json
index f9a4a47c8..bc2d0ed4d 100644
--- a/pagefind/pagefind-entry.json
+++ b/pagefind/pagefind-entry.json
@@ -1 +1 @@
-{"version":"1.4.0","languages":{"en":{"hash":"en_ff3786a522","wasm":"en","page_count":189}},"include_characters":["_","‿","⁀","⁔","︳","︴","﹍","﹎","﹏","_"]}
\ No newline at end of file
+{"version":"1.4.0","languages":{"en":{"hash":"en_556a26e629","wasm":"en","page_count":189}},"include_characters":["_","‿","⁀","⁔","︳","︴","﹍","﹎","﹏","_"]}
\ No newline at end of file
diff --git a/pagefind/pagefind.en_556a26e629.pf_meta
b/pagefind/pagefind.en_556a26e629.pf_meta
new file mode 100644
index 000000000..92197b2e4
Binary files /dev/null and b/pagefind/pagefind.en_556a26e629.pf_meta differ
diff --git a/pagefind/pagefind.en_ff3786a522.pf_meta
b/pagefind/pagefind.en_ff3786a522.pf_meta
deleted file mode 100644
index 12a8fb129..000000000
Binary files a/pagefind/pagefind.en_ff3786a522.pf_meta and /dev/null differ
diff --git a/sitemap.html b/sitemap.html
index 6ee428ee8..86d3ebf39 100644
--- a/sitemap.html
+++ b/sitemap.html
@@ -626,13 +626,13 @@
</li>
<li>
- <a
href="/documentation/development/htl-maven-plugin.html">
+ <a
href="/documentation/development/jspc.html">
HTL Maven
Plugin
</a>
</li>
<li>
- <a
href="/documentation/development/jspc.html">
+ <a
href="/documentation/development/htl-maven-plugin.html">
HTL Maven
Plugin
</a>
diff --git a/sitemap.xml b/sitemap.xml
index 6559805fa..a81b13de6 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,6 +2,8 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://sling.apache.org/releases.html</loc><lastmod>2025-11-28</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/url-decomposition.html</loc><lastmod>2025-11-28</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/models.html</loc><lastmod>2025-11-20</lastmod>
</url><url>
@@ -10,36 +12,48 @@
<loc>https://sling.apache.org/project-information/project-license.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/old-stuff/servlet-resolution.html</loc><lastmod>2025-04-16</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/old-stuff/run-modes-org-apache-sling-runmode.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/project-information.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<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/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/security/CVE-2023-6378.html</loc><lastmod>2024-02-06</lastmod>
</url><url>
<loc>https://sling.apache.org/project-information/security.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<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/old-stuff/launch-sling.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
<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/sling-api.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/old-stuff/scriptengineintegration/groovy-support.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/old-stuff/scriptengineintegration.html</loc><lastmod>2017-09-29</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/request-processing.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/old-stuff/launch-sling.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/news/sling-ide-tooling-11-released.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/old-stuff/scriptengineintegration/groovy-support.html</loc><lastmod>2025-04-16</lastmod>
+
<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-ide-tooling-11-released.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/guides.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
<loc>https://sling.apache.org/news/sling-launchpad-9-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/media.html</loc><lastmod>2025-04-16</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/errors/404.html</loc><lastmod>2018-12-19</lastmod>
</url><url>
<loc>https://sling.apache.org/old-stuff.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
@@ -47,35 +61,23 @@
</url><url>
<loc>https://sling.apache.org/news/sling-12-released.html</loc><lastmod>2025-01-13</lastmod>
</url><url>
-
<loc>https://sling.apache.org/old-stuff/assembly.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/links.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-11-released.html</loc><lastmod>2018-10-23</lastmod>
</url><url>
-
<loc>https://sling.apache.org/news.html</loc><lastmod>2025-06-28</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/news/sling-10-released.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/guides.html</loc><lastmod>2017-09-29</lastmod>
+
<loc>https://sling.apache.org/index.html</loc><lastmod>2023-10-02</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/tutorials-how-tos/installing-and-upgrading-bundles.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/media.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/errors/404.html</loc><lastmod>2018-12-19</lastmod>
</url><url>
<loc>https://sling.apache.org/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>
</url><url>
<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/tutorials-how-tos/getting-resources-and-properties-in-sling.html</loc><lastmod>2018-01-05</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>2025-04-16</lastmod>
</url><url>
@@ -86,14 +88,14 @@
<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>2025-06-02</lastmod>
- </url><url>
-
<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/the-sling-engine/servlets.html</loc><lastmod>2025-10-01</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>
+ </url><url>
+
<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/the-sling-engine/resources.html</loc><lastmod>2025-10-01</lastmod>
</url><url>
@@ -102,10 +104,14 @@
<loc>https://sling.apache.org/documentation/the-sling-engine/default-mapping-and-rendering.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler.html</loc><lastmod>2018-07-13</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/architecture.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/the-sling-engine/request-parameters.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/the-sling-engine/featureflags.html</loc><lastmod>2018-07-13</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication.html</loc><lastmod>2018-05-14</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
@@ -116,18 +122,12 @@
<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/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/service-authentication.html</loc><lastmod>2025-10-09</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/documentation/the-sling-engine/dispatching-requests.html</loc><lastmod>2018-07-13</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-framework.html</loc><lastmod>2021-04-21</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/architecture.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication.html</loc><lastmod>2018-05-14</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-actors.html</loc><lastmod>2017-11-22</lastmod>
</url><url>
@@ -154,8 +154,6 @@
<loc>https://sling.apache.org/documentation/feature-model/howtos/sling-with-custom-project.html</loc><lastmod>2020-06-18</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/version-policy.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/development/testing-paxexam.html</loc><lastmod>2025-04-23</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/feature-model/feature-model-howto.html</loc><lastmod>2020-06-18</lastmod>
</url><url>
@@ -166,6 +164,8 @@
<loc>https://sling.apache.org/documentation/development/sling-testing-tools.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/release-management.html</loc><lastmod>2025-10-01</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/development/testing-paxexam.html</loc><lastmod>2025-04-23</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/sling-mock.html</loc><lastmod>2025-07-31</lastmod>
</url><url>
@@ -176,6 +176,8 @@
<loc>https://sling.apache.org/documentation/development/monitoring-requests.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/maven-archetypes.html</loc><lastmod>2025-04-16</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/development/jcr-mock.html</loc><lastmod>2023-04-27</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/maventipsandtricks.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
@@ -184,32 +186,32 @@
<loc>https://sling.apache.org/documentation/development/osgi-mock.html</loc><lastmod>2024-04-22</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/maven-usage.html</loc><lastmod>2017-11-22</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/development/jsr-305.html</loc><lastmod>2018-08-18</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/null-analysis.html</loc><lastmod>2025-07-18</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/maven-launchpad-plugin.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/jcr-mock.html</loc><lastmod>2023-04-27</lastmod>
+
<loc>https://sling.apache.org/documentation/development/jspc.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>
</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/development/issue-tracker.html</loc><lastmod>2018-07-13</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/hamcrest.html</loc><lastmod>2025-06-17</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/deprecating-sling-modules.html</loc><lastmod>2024-12-10</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/development/jsr-305.html</loc><lastmod>2018-08-18</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/development/getting-and-building-sling.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/dependency-management.html</loc><lastmod>2024-01-04</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/development/jspc.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>
</url><url>
@@ -218,12 +220,16 @@
<loc>https://sling.apache.org/documentation/development/content-packages.html</loc><lastmod>2022-03-08</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development.html</loc><lastmod>2025-04-16</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.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-pipes/readers.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/configuration.html</loc><lastmod>2019-07-26</lastmod>
</url><url>
@@ -232,12 +238,18 @@
<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>2025-04-16</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/logical.html</loc><lastmod>2021-01-28</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/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/bundles/sling-pipes/writers.html</loc><lastmod>2022-07-22</lastmod>
+ </url><url>
+
<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/xml-support.html</loc><lastmod>2017-11-22</lastmod>
</url><url>
@@ -246,18 +258,6 @@
<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-query/examples.html</loc><lastmod>2017-09-29</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/basic-ideas.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>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/logical.html</loc><lastmod>2021-01-28</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/writers.html</loc><lastmod>2022-07-22</lastmod>
- </url><url>
-
<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/sling-pipes/samples.html</loc><lastmod>2021-01-28</lastmod>
</url><url>
@@ -284,10 +284,14 @@
<loc>https://sling.apache.org/documentation/bundles/scripting.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/resource-editor.html</loc><lastmod>2025-04-16</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/rendering-content-default-get-servlets.html</loc><lastmod>2024-09-30</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/scheduler-service-commons-scheduler.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/resource-access-security.html</loc><lastmod>2021-11-04</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.html</loc><lastmod>2018-07-10</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/resource-merger.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
@@ -296,48 +300,44 @@
<loc>https://sling.apache.org/documentation/bundles/resource-filter.html</loc><lastmod>2021-01-02</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/repository-initialization.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/rendering-content-default-get-servlets.html</loc><lastmod>2024-09-30</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/nosql-resource-providers.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.html</loc><lastmod>2018-07-10</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/osgi-installer.html</loc><lastmod>2022-12-05</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/manipulating-content-the-slingpostservlet-servlets-post.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/managing-users-and-groups-jackrabbit-usermanager.html</loc><lastmod>2022-02-04</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/mime-type-support-commons-mime.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/org-apache-sling-junit-bundles.html</loc><lastmod>2020-10-22</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/log-tracers.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/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/context-aware-configuration/context-aware-configuration-override.html</loc><lastmod>2025-04-16</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/managing-users-and-groups-jackrabbit-usermanager.html</loc><lastmod>2022-02-04</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/internationalization-support-i18n.html</loc><lastmod>2025-05-13</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>2025-04-16</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/managing-permissions-jackrabbit-accessmanager.html</loc><lastmod>2022-11-18</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/installer-provider-installhook.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/dynamic-includes.html</loc><lastmod>2025-10-23</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration.html</loc><lastmod>2025-06-26</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/log-tracers.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/hapi.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
@@ -356,10 +356,6 @@
<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/bundles/caching-services.html</loc><lastmod>2017-11-22</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles.html</loc><lastmod>2021-07-13</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/content-package-installer-factory.html</loc><lastmod>2021-05-10</lastmod>
</url><url>
@@ -374,6 +370,10 @@
<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.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>
+ </url><url>
+
<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>2025-04-16</lastmod>
</url><url>
diff --git a/tags/development.html b/tags/development.html
index 5f990b0dd..cfcbaf75b 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 84d0f3817..d598fd934 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/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="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="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>