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 173691bbd Automatic website deployment from
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/1206/
173691bbd is described below
commit 173691bbd8dfc42d1bdce9583fe869becdcc6c81
Author: jenkins <[email protected]>
AuthorDate: Thu Nov 20 08:22:00 2025 +0000
Automatic website deployment from
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/1206/
---
documentation/bundles/models.html | 23 +++-
downloads.html | 70 +++++------
pagefind/fragment/en_981d9ed.pf_fragment | Bin 0 -> 17677 bytes
pagefind/fragment/en_d57d505.pf_fragment | Bin 0 -> 10834 bytes
pagefind/fragment/en_dc455a1.pf_fragment | Bin 17640 -> 0 bytes
pagefind/fragment/en_f2ed735.pf_fragment | Bin 10644 -> 0 bytes
pagefind/index/en_0ab8f10.pf_index | Bin 0 -> 39378 bytes
pagefind/index/en_0d4c6a8.pf_index | Bin 0 -> 41039 bytes
pagefind/index/en_1594b01.pf_index | Bin 0 -> 4347 bytes
pagefind/index/en_16ecdfd.pf_index | Bin 0 -> 38146 bytes
pagefind/index/en_1d776fc.pf_index | Bin 41998 -> 0 bytes
pagefind/index/en_21883fb.pf_index | Bin 0 -> 44069 bytes
pagefind/index/en_26b2db3.pf_index | Bin 39445 -> 0 bytes
pagefind/index/en_34b1ffa.pf_index | Bin 0 -> 41635 bytes
pagefind/index/en_38eed18.pf_index | Bin 0 -> 42009 bytes
pagefind/index/en_49beafd.pf_index | Bin 45214 -> 0 bytes
pagefind/index/en_58b5155.pf_index | Bin 37942 -> 0 bytes
pagefind/index/en_60cdc02.pf_index | Bin 44039 -> 0 bytes
pagefind/index/en_6190f5e.pf_index | Bin 0 -> 40652 bytes
pagefind/index/en_6217d3e.pf_index | Bin 38178 -> 0 bytes
pagefind/index/en_647a8b9.pf_index | Bin 40818 -> 0 bytes
pagefind/index/en_68294d6.pf_index | Bin 41631 -> 0 bytes
pagefind/index/en_6aec40a.pf_index | Bin 0 -> 39570 bytes
pagefind/index/en_6b3fb19.pf_index | Bin 0 -> 37995 bytes
pagefind/index/en_7a1c305.pf_index | Bin 39620 -> 0 bytes
pagefind/index/en_80e9919.pf_index | Bin 0 -> 40686 bytes
pagefind/index/en_87cecf8.pf_index | Bin 0 -> 40863 bytes
pagefind/index/en_9069e63.pf_index | Bin 0 -> 41076 bytes
pagefind/index/en_97105fd.pf_index | Bin 40633 -> 0 bytes
pagefind/index/en_a12a95c.pf_index | Bin 0 -> 51547 bytes
pagefind/index/en_b1b7bdd.pf_index | Bin 40662 -> 0 bytes
pagefind/index/en_b49feff.pf_index | Bin 0 -> 38937 bytes
pagefind/index/en_cbe5032.pf_index | Bin 0 -> 39520 bytes
pagefind/index/en_cf9eb06.pf_index | Bin 51481 -> 0 bytes
pagefind/index/en_daacf78.pf_index | Bin 4284 -> 0 bytes
pagefind/index/en_de223b7.pf_index | Bin 40335 -> 0 bytes
pagefind/index/en_e3536ee.pf_index | Bin 39345 -> 0 bytes
pagefind/index/en_efd7141.pf_index | Bin 0 -> 40330 bytes
pagefind/index/en_f014c85.pf_index | Bin 41023 -> 0 bytes
pagefind/index/en_f5d5d7f.pf_index | Bin 41031 -> 0 bytes
pagefind/index/en_f8fbd0a.pf_index | Bin 38982 -> 0 bytes
pagefind/index/en_feb86ed.pf_index | Bin 0 -> 45237 bytes
pagefind/pagefind-entry.json | 2 +-
pagefind/pagefind.en_8ab6ba7ee7.pf_meta | Bin 0 -> 1848 bytes
pagefind/pagefind.en_97769259cc.pf_meta | Bin 1835 -> 0 bytes
releases.html | 4 +-
sitemap.html | 4 +-
sitemap.xml | 204 +++++++++++++++----------------
tags/development.html | 2 +-
tags/maven.html | 2 +-
50 files changed, 166 insertions(+), 145 deletions(-)
diff --git a/documentation/bundles/models.html
b/documentation/bundles/models.html
index 50cb256d7..61ebc4c72 100644
--- a/documentation/bundles/models.html
+++ b/documentation/bundles/models.html
@@ -206,8 +206,27 @@ public class MyModel {
}
}
</code></pre>
-<p>Because the name of a constructor argument parameter cannot be detected via
the Java Reflection API a <code>@Named</code> annotation (or a
<code>name</code> element on injector specific annotations) is mandatory for
injectors that require a name for resolving the injection. In order for a
constructor to be used for injection <em>it has to be annotated on method level
with <code>@Inject</code></em>. In addition using injector-specific annotations
on parameter level is supported.</p>
+<p>Because the name of a constructor argument parameter cannot be detected via
the Java Reflection API a <code>@Named</code> annotation (or a
<code>name</code> element on injector specific annotations) is mandatory for
injectors that require a name for resolving the injection. This restriction can
be bypassed since <a
href="https://issues.apache.org/jira/browse/SLING-11917">Sling Models 1.7.0</a>
when the compiler generates metadata for method names via <a
href="https://docs.oracle.com/e [...]
<p>Constructors may use any visibility modifier (as of <a
href="https://issues.apache.org/jira/browse/SLING-8069">Sling Models
1.5.0</a>).</p>
+<p>In addition to that constructors taking a single argument of the adaptable
type are supported. Those don't need any annotations. So</p>
+<pre><code><!-- TODO syntax marker (::java) disabled
-->@Model(adaptables=Resource.class)
+public class MyModel {
+ @Inject
+ public MyModel(@Self Resource resource) {
+ // constructor code
+ }
+}
+</code></pre>
+<p>and</p>
+<pre><code><!-- TODO syntax marker (::java) disabled
-->@Model(adaptables=Resource.class)
+public class MyModel {
+ public MyModel(Resource resource) {
+ // constructor code
+ }
+}
+</code></pre>
+<p>are functionally equivalent.</p>
+<p>The implicit constructors of [record classes] are supported since <a
href="https://issues.apache.org/jira/browse/SLING-12359">Sling Models 1.7.0</a>
as well.</p>
<h2><a href="#model-and-adaptable-types" id="model-and-adaptable-types">@Model
and Adaptable Types</a></h2>
<p>When defining a Sling Model class, the <code>adaptables</code> parameter to
the <code>@Model</code> annotation is mostly determined by the injectors being
used. The provided class must satisfy the needs of all injectors (for the
details see <a href="#available-injectors-1">the table below</a>). For example
if the model class only uses the <code>ValueMap</code> injector, the adaptables
parameter can be a <code>Resource</code>, a
<code>SlingJakartaHttpServletRequest</code>, a <code>Slin [...]
<p>In order to increase the reuse it's advised to stick to
<code>Resource</code> as adaptables if possible, as such a model can be used in
the context of request and outside of it.</p>
@@ -686,7 +705,7 @@ public class MyModel implements MyService {
content/documentation/bundles/models.md
</a>
</div> <div class="revisionInfo">
- Last modified by <span class="author">Eric
Norman</span> on <span class="comment">2025-09-29</span>
+ Last modified by <span class="author">Konrad
Windszus</span> on <span class="comment">2025-10-29</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/downloads.html b/downloads.html
index d41159bc1..95e6c4624 100644
--- a/downloads.html
+++ b/downloads.html
@@ -413,12 +413,12 @@
</td><td><a
href="[preferred]sling/org.apache.sling.commons.johnzon-2.0.0-source-release.zip">Source
ZIP</a><span class="digestLinks">
(<a
href="https://downloads.apache.org/sling/org.apache.sling.commons.johnzon-2.0.0-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.commons.johnzon-2.0.0-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.commons.johnzon-2.0.0-source-release.zip.sha512">sha512</a>)
</span>
- </td></tr><tr><td>Commons
Log</td><td>6.0.0</td><td><a
href="https://github.com/apache/sling-org-apache-sling-commons-log">GitHub</a>
- </td><td><a
href="[preferred]sling/org.apache.sling.commons.log-6.0.0.jar">Bundle</a><span
class="digestLinks">
- (<a
href="https://downloads.apache.org/sling/org.apache.sling.commons.log-6.0.0.jar.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.commons.log-6.0.0.jar.sha1">sha1</a>)
+ </td></tr><tr><td>Commons
Log</td><td>6.0.2</td><td><a
href="https://github.com/apache/sling-org-apache-sling-commons-log">GitHub</a>
+ </td><td><a
href="[preferred]sling/org.apache.sling.commons.log-6.0.2.jar">Bundle</a><span
class="digestLinks">
+ (<a
href="https://downloads.apache.org/sling/org.apache.sling.commons.log-6.0.2.jar.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.commons.log-6.0.2.jar.sha1">sha1</a>)
</span>
- </td><td><a
href="[preferred]sling/org.apache.sling.commons.log-6.0.0-source-release.zip">Source
ZIP</a><span class="digestLinks">
- (<a
href="https://downloads.apache.org/sling/org.apache.sling.commons.log-6.0.0-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.commons.log-6.0.0-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.commons.log-6.0.0-source-release.zip.sha512">sha512</a>)
+ </td><td><a
href="[preferred]sling/org.apache.sling.commons.log-6.0.2-source-release.zip">Source
ZIP</a><span class="digestLinks">
+ (<a
href="https://downloads.apache.org/sling/org.apache.sling.commons.log-6.0.2-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.commons.log-6.0.2-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.commons.log-6.0.2-source-release.zip.sha512">sha512</a>)
</span>
</td></tr><tr><td>Commons
Log WebConsole Plugin</td><td>2.0.0</td><td><a
href="https://github.com/apache/sling-org-apache-sling-commons-log-webconsole">GitHub</a>
</td><td><a
href="[preferred]sling/org.apache.sling.commons.log.webconsole-2.0.0.jar">Bundle</a><span
class="digestLinks">
@@ -1141,12 +1141,12 @@
</td><td><a
href="[preferred]sling/org.apache.sling.oak.restrictions-1.0.2-source-release.zip">Source
ZIP</a><span class="digestLinks">
(<a
href="https://downloads.apache.org/sling/org.apache.sling.oak.restrictions-1.0.2-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.oak.restrictions-1.0.2-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.oak.restrictions-1.0.2-source-release.zip.sha512">sha512</a>)
</span>
- </td></tr><tr><td>OAuth
Client</td><td>0.1.4</td><td><a
href="https://github.com/apache/sling-org-apache-sling-auth-oauth-client">GitHub</a>
- </td><td><a
href="[preferred]sling/org.apache.sling.auth.oauth-client-0.1.4.jar">Bundle</a><span
class="digestLinks">
- (<a
href="https://downloads.apache.org/sling/org.apache.sling.auth.oauth-client-0.1.4.jar.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.auth.oauth-client-0.1.4.jar.sha1">sha1</a>)
+ </td></tr><tr><td>OAuth
Client</td><td>0.1.6</td><td><a
href="https://github.com/apache/sling-org-apache-sling-auth-oauth-client">GitHub</a>
+ </td><td><a
href="[preferred]sling/org.apache.sling.auth.oauth-client-0.1.6.jar">Bundle</a><span
class="digestLinks">
+ (<a
href="https://downloads.apache.org/sling/org.apache.sling.auth.oauth-client-0.1.6.jar.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.auth.oauth-client-0.1.6.jar.sha1">sha1</a>)
</span>
- </td><td><a
href="[preferred]sling/org.apache.sling.auth.oauth-client-0.1.4-source-release.zip">Source
ZIP</a><span class="digestLinks">
- (<a
href="https://downloads.apache.org/sling/org.apache.sling.auth.oauth-client-0.1.4-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.auth.oauth-client-0.1.4-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.auth.oauth-client-0.1.4-source-release.zip.sha512">sha512</a>)
+ </td><td><a
href="[preferred]sling/org.apache.sling.auth.oauth-client-0.1.6-source-release.zip">Source
ZIP</a><span class="digestLinks">
+ (<a
href="https://downloads.apache.org/sling/org.apache.sling.auth.oauth-client-0.1.6-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.auth.oauth-client-0.1.6-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.auth.oauth-client-0.1.6-source-release.zip.sha512">sha512</a>)
</span>
</td></tr><tr><td>Pipes</td><td>4.5.0</td><td><a
href="https://github.com/apache/sling-org-apache-sling-pipes">GitHub</a>
</td><td><a
href="[preferred]sling/org.apache.sling.pipes-4.5.0.jar">Bundle</a><span
class="digestLinks">
@@ -1454,12 +1454,12 @@
</td><td><a
href="[preferred]sling/org.apache.sling.servlets.post-3.0.0-source-release.zip">Source
ZIP</a><span class="digestLinks">
(<a
href="https://downloads.apache.org/sling/org.apache.sling.servlets.post-3.0.0-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.servlets.post-3.0.0-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.servlets.post-3.0.0-source-release.zip.sha512">sha512</a>)
</span>
- </td></tr><tr><td>Servlets
Resolver</td><td>3.0.0</td><td><a
href="https://github.com/apache/sling-org-apache-sling-servlets-resolver">GitHub</a>
- </td><td><a
href="[preferred]sling/org.apache.sling.servlets.resolver-3.0.0.jar">Bundle</a><span
class="digestLinks">
- (<a
href="https://downloads.apache.org/sling/org.apache.sling.servlets.resolver-3.0.0.jar.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.servlets.resolver-3.0.0.jar.sha1">sha1</a>)
+ </td></tr><tr><td>Servlets
Resolver</td><td>3.0.2</td><td><a
href="https://github.com/apache/sling-org-apache-sling-servlets-resolver">GitHub</a>
+ </td><td><a
href="[preferred]sling/org.apache.sling.servlets.resolver-3.0.2.jar">Bundle</a><span
class="digestLinks">
+ (<a
href="https://downloads.apache.org/sling/org.apache.sling.servlets.resolver-3.0.2.jar.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.servlets.resolver-3.0.2.jar.sha1">sha1</a>)
</span>
- </td><td><a
href="[preferred]sling/org.apache.sling.servlets.resolver-3.0.0-source-release.zip">Source
ZIP</a><span class="digestLinks">
- (<a
href="https://downloads.apache.org/sling/org.apache.sling.servlets.resolver-3.0.0-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.servlets.resolver-3.0.0-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.servlets.resolver-3.0.0-source-release.zip.sha512">sha512</a>)
+ </td><td><a
href="[preferred]sling/org.apache.sling.servlets.resolver-3.0.2-source-release.zip">Source
ZIP</a><span class="digestLinks">
+ (<a
href="https://downloads.apache.org/sling/org.apache.sling.servlets.resolver-3.0.2-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.servlets.resolver-3.0.2-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.servlets.resolver-3.0.2-source-release.zip.sha512">sha512</a>)
</span>
</td></tr><tr><td>Settings</td><td>1.5.0</td><td><a
href="https://github.com/apache/sling-org-apache-sling-settings">GitHub</a>
</td><td><a
href="[preferred]sling/org.apache.sling.settings-1.5.0.jar">Bundle</a><span
class="digestLinks">
@@ -1840,12 +1840,12 @@
</td><td><a
href="[preferred]sling/org.apache.sling.testing.hamcrest-1.1.0-source-release.zip">Source
ZIP</a><span class="digestLinks">
(<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.hamcrest-1.1.0-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.hamcrest-1.1.0-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.hamcrest-1.1.0-source-release.zip.sha512">sha512</a>)
</span>
- </td></tr><tr><td>Testing
JCR Mock</td><td>1.6.14</td><td><a
href="https://github.com/apache/sling-org-apache-sling-testing-jcr-mock">GitHub</a>
- </td><td><a
href="[preferred]sling/org.apache.sling.testing.jcr-mock-1.6.14.jar">JAR</a><span
class="digestLinks">
- (<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.jcr-mock-1.6.14.jar.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.jcr-mock-1.6.14.jar.sha1">sha1</a>)
+ </td></tr><tr><td>Testing
JCR Mock</td><td>1.7.0</td><td><a
href="https://github.com/apache/sling-org-apache-sling-testing-jcr-mock">GitHub</a>
+ </td><td><a
href="[preferred]sling/org.apache.sling.testing.jcr-mock-1.7.0.jar">JAR</a><span
class="digestLinks">
+ (<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.jcr-mock-1.7.0.jar.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.jcr-mock-1.7.0.jar.sha1">sha1</a>)
</span>
- </td><td><a
href="[preferred]sling/org.apache.sling.testing.jcr-mock-1.6.14-source-release.zip">Source
ZIP</a><span class="digestLinks">
- (<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.jcr-mock-1.6.14-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.jcr-mock-1.6.14-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.jcr-mock-1.6.14-source-release.zip.sha512">sha512</a>)
+ </td><td><a
href="[preferred]sling/org.apache.sling.testing.jcr-mock-1.7.0-source-release.zip">Source
ZIP</a><span class="digestLinks">
+ (<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.jcr-mock-1.7.0-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.jcr-mock-1.7.0-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.jcr-mock-1.7.0-source-release.zip.sha512">sha512</a>)
</span>
</td></tr><tr><td>Testing
Logging Mock</td><td>2.0.0</td><td><a
href="https://github.com/apache/sling-org-apache-sling-testing-logging-mock">GitHub</a>
</td><td><a
href="[preferred]sling/org.apache.sling.testing.logging-mock-2.0.0.jar">JAR</a><span
class="digestLinks">
@@ -1854,26 +1854,26 @@
</td><td><a
href="[preferred]sling/org.apache.sling.testing.logging-mock-2.0.0-source-release.zip">Source
ZIP</a><span class="digestLinks">
(<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.logging-mock-2.0.0-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.logging-mock-2.0.0-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.logging-mock-2.0.0-source-release.zip.sha512">sha512</a>)
</span>
- </td></tr><tr><td>Testing
OSGi Mock Core</td><td>3.5.2</td><td><a
href="https://github.com/apache/sling-org-apache-sling-testing-osgi-mock">GitHub</a>
- </td><td><a
href="[preferred]sling/org.apache.sling.testing.osgi-mock.core-3.5.2.jar">JAR</a><span
class="digestLinks">
- (<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.core-3.5.2.jar.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.core-3.5.2.jar.sha1">sha1</a>)
+ </td></tr><tr><td>Testing
OSGi Mock Core</td><td>3.5.4</td><td><a
href="https://github.com/apache/sling-org-apache-sling-testing-osgi-mock">GitHub</a>
+ </td><td><a
href="[preferred]sling/org.apache.sling.testing.osgi-mock.core-3.5.4.jar">JAR</a><span
class="digestLinks">
+ (<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.core-3.5.4.jar.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.core-3.5.4.jar.sha1">sha1</a>)
</span>
- </td><td><a
href="[preferred]sling/org.apache.sling.testing.osgi-mock.core-3.5.2-source-release.zip">Source
ZIP</a><span class="digestLinks">
- (<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.core-3.5.2-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.core-3.5.2-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.core-3.5.2-source-release.zip.sha512">sha512</a>)
+ </td><td><a
href="[preferred]sling/org.apache.sling.testing.osgi-mock.core-3.5.4-source-release.zip">Source
ZIP</a><span class="digestLinks">
+ (<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.core-3.5.4-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.core-3.5.4-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.core-3.5.4-source-release.zip.sha512">sha512</a>)
</span>
- </td></tr><tr><td>Testing
OSGi Mock JUnit 4</td><td>3.5.2</td><td><a
href="https://github.com/apache/sling-org-apache-sling-testing-osgi-mock">GitHub</a>
- </td><td><a
href="[preferred]sling/org.apache.sling.testing.osgi-mock.junit4-3.5.2.jar">JAR</a><span
class="digestLinks">
- (<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit4-3.5.2.jar.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit4-3.5.2.jar.sha1">sha1</a>)
+ </td></tr><tr><td>Testing
OSGi Mock JUnit 4</td><td>3.5.4</td><td><a
href="https://github.com/apache/sling-org-apache-sling-testing-osgi-mock">GitHub</a>
+ </td><td><a
href="[preferred]sling/org.apache.sling.testing.osgi-mock.junit4-3.5.4.jar">JAR</a><span
class="digestLinks">
+ (<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit4-3.5.4.jar.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit4-3.5.4.jar.sha1">sha1</a>)
</span>
- </td><td><a
href="[preferred]sling/org.apache.sling.testing.osgi-mock.junit4-3.5.2-source-release.zip">Source
ZIP</a><span class="digestLinks">
- (<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit4-3.5.2-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit4-3.5.2-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit4-3.5.2-source-release.zip.sha512">sha512</a>)
+ </td><td><a
href="[preferred]sling/org.apache.sling.testing.osgi-mock.junit4-3.5.4-source-release.zip">Source
ZIP</a><span class="digestLinks">
+ (<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit4-3.5.4-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit4-3.5.4-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit4-3.5.4-source-release.zip.sha512">sha512</a>)
</span>
- </td></tr><tr><td>Testing
OSGi Mock JUnit 5</td><td>3.5.2</td><td><a
href="https://github.com/apache/sling-org-apache-sling-testing-osgi-mock">GitHub</a>
- </td><td><a
href="[preferred]sling/org.apache.sling.testing.osgi-mock.junit5-3.5.2.jar">JAR</a><span
class="digestLinks">
- (<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.2.jar.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.2.jar.sha1">sha1</a>)
+ </td></tr><tr><td>Testing
OSGi Mock JUnit 5</td><td>3.5.4</td><td><a
href="https://github.com/apache/sling-org-apache-sling-testing-osgi-mock">GitHub</a>
+ </td><td><a
href="[preferred]sling/org.apache.sling.testing.osgi-mock.junit5-3.5.4.jar">JAR</a><span
class="digestLinks">
+ (<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.4.jar.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.4.jar.sha1">sha1</a>)
</span>
- </td><td><a
href="[preferred]sling/org.apache.sling.testing.osgi-mock.junit5-3.5.2-source-release.zip">Source
ZIP</a><span class="digestLinks">
- (<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.2-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.2-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.2-source-release.zip.sha512">sha512</a>)
+ </td><td><a
href="[preferred]sling/org.apache.sling.testing.osgi-mock.junit5-3.5.4-source-release.zip">Source
ZIP</a><span class="digestLinks">
+ (<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.4-source-release.zip.asc">asc</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.4-source-release.zip.sha1">sha1</a>,
<a
href="https://downloads.apache.org/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.4-source-release.zip.sha512">sha512</a>)
</span>
</td></tr><tr><td>Testing
PaxExam</td><td>4.1.2</td><td><a
href="https://github.com/apache/sling-org-apache-sling-testing-paxexam">GitHub</a>
</td><td><a
href="[preferred]sling/org.apache.sling.testing.paxexam-4.1.2.jar">JAR</a><span
class="digestLinks">
diff --git a/pagefind/fragment/en_981d9ed.pf_fragment
b/pagefind/fragment/en_981d9ed.pf_fragment
new file mode 100644
index 000000000..a670bf543
Binary files /dev/null and b/pagefind/fragment/en_981d9ed.pf_fragment differ
diff --git a/pagefind/fragment/en_d57d505.pf_fragment
b/pagefind/fragment/en_d57d505.pf_fragment
new file mode 100644
index 000000000..23040e159
Binary files /dev/null and b/pagefind/fragment/en_d57d505.pf_fragment differ
diff --git a/pagefind/fragment/en_dc455a1.pf_fragment
b/pagefind/fragment/en_dc455a1.pf_fragment
deleted file mode 100644
index 8c41ff988..000000000
Binary files a/pagefind/fragment/en_dc455a1.pf_fragment and /dev/null differ
diff --git a/pagefind/fragment/en_f2ed735.pf_fragment
b/pagefind/fragment/en_f2ed735.pf_fragment
deleted file mode 100644
index 35acce186..000000000
Binary files a/pagefind/fragment/en_f2ed735.pf_fragment and /dev/null differ
diff --git a/pagefind/index/en_0ab8f10.pf_index
b/pagefind/index/en_0ab8f10.pf_index
new file mode 100644
index 000000000..a496265f2
Binary files /dev/null and b/pagefind/index/en_0ab8f10.pf_index differ
diff --git a/pagefind/index/en_0d4c6a8.pf_index
b/pagefind/index/en_0d4c6a8.pf_index
new file mode 100644
index 000000000..f3a428298
Binary files /dev/null and b/pagefind/index/en_0d4c6a8.pf_index differ
diff --git a/pagefind/index/en_1594b01.pf_index
b/pagefind/index/en_1594b01.pf_index
new file mode 100644
index 000000000..29b76ff09
Binary files /dev/null and b/pagefind/index/en_1594b01.pf_index differ
diff --git a/pagefind/index/en_16ecdfd.pf_index
b/pagefind/index/en_16ecdfd.pf_index
new file mode 100644
index 000000000..5c70cd442
Binary files /dev/null and b/pagefind/index/en_16ecdfd.pf_index differ
diff --git a/pagefind/index/en_1d776fc.pf_index
b/pagefind/index/en_1d776fc.pf_index
deleted file mode 100644
index 2fb562f08..000000000
Binary files a/pagefind/index/en_1d776fc.pf_index and /dev/null differ
diff --git a/pagefind/index/en_21883fb.pf_index
b/pagefind/index/en_21883fb.pf_index
new file mode 100644
index 000000000..2be7fc9a1
Binary files /dev/null and b/pagefind/index/en_21883fb.pf_index differ
diff --git a/pagefind/index/en_26b2db3.pf_index
b/pagefind/index/en_26b2db3.pf_index
deleted file mode 100644
index bf949d3d3..000000000
Binary files a/pagefind/index/en_26b2db3.pf_index and /dev/null differ
diff --git a/pagefind/index/en_34b1ffa.pf_index
b/pagefind/index/en_34b1ffa.pf_index
new file mode 100644
index 000000000..55868be8b
Binary files /dev/null and b/pagefind/index/en_34b1ffa.pf_index differ
diff --git a/pagefind/index/en_38eed18.pf_index
b/pagefind/index/en_38eed18.pf_index
new file mode 100644
index 000000000..1386fdfd7
Binary files /dev/null and b/pagefind/index/en_38eed18.pf_index differ
diff --git a/pagefind/index/en_49beafd.pf_index
b/pagefind/index/en_49beafd.pf_index
deleted file mode 100644
index 946510ac4..000000000
Binary files a/pagefind/index/en_49beafd.pf_index and /dev/null differ
diff --git a/pagefind/index/en_58b5155.pf_index
b/pagefind/index/en_58b5155.pf_index
deleted file mode 100644
index 0e179aac4..000000000
Binary files a/pagefind/index/en_58b5155.pf_index and /dev/null differ
diff --git a/pagefind/index/en_60cdc02.pf_index
b/pagefind/index/en_60cdc02.pf_index
deleted file mode 100644
index c102cf6de..000000000
Binary files a/pagefind/index/en_60cdc02.pf_index and /dev/null differ
diff --git a/pagefind/index/en_6190f5e.pf_index
b/pagefind/index/en_6190f5e.pf_index
new file mode 100644
index 000000000..373c4da83
Binary files /dev/null and b/pagefind/index/en_6190f5e.pf_index differ
diff --git a/pagefind/index/en_6217d3e.pf_index
b/pagefind/index/en_6217d3e.pf_index
deleted file mode 100644
index 6ff58ffe1..000000000
Binary files a/pagefind/index/en_6217d3e.pf_index and /dev/null differ
diff --git a/pagefind/index/en_647a8b9.pf_index
b/pagefind/index/en_647a8b9.pf_index
deleted file mode 100644
index 2bf57ecd1..000000000
Binary files a/pagefind/index/en_647a8b9.pf_index and /dev/null differ
diff --git a/pagefind/index/en_68294d6.pf_index
b/pagefind/index/en_68294d6.pf_index
deleted file mode 100644
index 027698697..000000000
Binary files a/pagefind/index/en_68294d6.pf_index and /dev/null differ
diff --git a/pagefind/index/en_6aec40a.pf_index
b/pagefind/index/en_6aec40a.pf_index
new file mode 100644
index 000000000..917df84c2
Binary files /dev/null and b/pagefind/index/en_6aec40a.pf_index differ
diff --git a/pagefind/index/en_6b3fb19.pf_index
b/pagefind/index/en_6b3fb19.pf_index
new file mode 100644
index 000000000..9079a3e48
Binary files /dev/null and b/pagefind/index/en_6b3fb19.pf_index differ
diff --git a/pagefind/index/en_7a1c305.pf_index
b/pagefind/index/en_7a1c305.pf_index
deleted file mode 100644
index 933d8c471..000000000
Binary files a/pagefind/index/en_7a1c305.pf_index and /dev/null differ
diff --git a/pagefind/index/en_80e9919.pf_index
b/pagefind/index/en_80e9919.pf_index
new file mode 100644
index 000000000..22a2c1374
Binary files /dev/null and b/pagefind/index/en_80e9919.pf_index differ
diff --git a/pagefind/index/en_87cecf8.pf_index
b/pagefind/index/en_87cecf8.pf_index
new file mode 100644
index 000000000..a8a53efaa
Binary files /dev/null and b/pagefind/index/en_87cecf8.pf_index differ
diff --git a/pagefind/index/en_9069e63.pf_index
b/pagefind/index/en_9069e63.pf_index
new file mode 100644
index 000000000..b16a9f6aa
Binary files /dev/null and b/pagefind/index/en_9069e63.pf_index differ
diff --git a/pagefind/index/en_97105fd.pf_index
b/pagefind/index/en_97105fd.pf_index
deleted file mode 100644
index b0d561260..000000000
Binary files a/pagefind/index/en_97105fd.pf_index and /dev/null differ
diff --git a/pagefind/index/en_a12a95c.pf_index
b/pagefind/index/en_a12a95c.pf_index
new file mode 100644
index 000000000..916eb4e14
Binary files /dev/null and b/pagefind/index/en_a12a95c.pf_index differ
diff --git a/pagefind/index/en_b1b7bdd.pf_index
b/pagefind/index/en_b1b7bdd.pf_index
deleted file mode 100644
index f5042793d..000000000
Binary files a/pagefind/index/en_b1b7bdd.pf_index and /dev/null differ
diff --git a/pagefind/index/en_b49feff.pf_index
b/pagefind/index/en_b49feff.pf_index
new file mode 100644
index 000000000..0bf01520b
Binary files /dev/null and b/pagefind/index/en_b49feff.pf_index differ
diff --git a/pagefind/index/en_cbe5032.pf_index
b/pagefind/index/en_cbe5032.pf_index
new file mode 100644
index 000000000..c54603c56
Binary files /dev/null and b/pagefind/index/en_cbe5032.pf_index differ
diff --git a/pagefind/index/en_cf9eb06.pf_index
b/pagefind/index/en_cf9eb06.pf_index
deleted file mode 100644
index 61f919669..000000000
Binary files a/pagefind/index/en_cf9eb06.pf_index and /dev/null differ
diff --git a/pagefind/index/en_daacf78.pf_index
b/pagefind/index/en_daacf78.pf_index
deleted file mode 100644
index 770fbd614..000000000
Binary files a/pagefind/index/en_daacf78.pf_index and /dev/null differ
diff --git a/pagefind/index/en_de223b7.pf_index
b/pagefind/index/en_de223b7.pf_index
deleted file mode 100644
index d0058fbce..000000000
Binary files a/pagefind/index/en_de223b7.pf_index and /dev/null differ
diff --git a/pagefind/index/en_e3536ee.pf_index
b/pagefind/index/en_e3536ee.pf_index
deleted file mode 100644
index 750ef78f5..000000000
Binary files a/pagefind/index/en_e3536ee.pf_index and /dev/null differ
diff --git a/pagefind/index/en_efd7141.pf_index
b/pagefind/index/en_efd7141.pf_index
new file mode 100644
index 000000000..a712f42bc
Binary files /dev/null and b/pagefind/index/en_efd7141.pf_index differ
diff --git a/pagefind/index/en_f014c85.pf_index
b/pagefind/index/en_f014c85.pf_index
deleted file mode 100644
index c8527b3c5..000000000
Binary files a/pagefind/index/en_f014c85.pf_index and /dev/null differ
diff --git a/pagefind/index/en_f5d5d7f.pf_index
b/pagefind/index/en_f5d5d7f.pf_index
deleted file mode 100644
index 391f17a0d..000000000
Binary files a/pagefind/index/en_f5d5d7f.pf_index and /dev/null differ
diff --git a/pagefind/index/en_f8fbd0a.pf_index
b/pagefind/index/en_f8fbd0a.pf_index
deleted file mode 100644
index 0b5d20377..000000000
Binary files a/pagefind/index/en_f8fbd0a.pf_index and /dev/null differ
diff --git a/pagefind/index/en_feb86ed.pf_index
b/pagefind/index/en_feb86ed.pf_index
new file mode 100644
index 000000000..d4678e032
Binary files /dev/null and b/pagefind/index/en_feb86ed.pf_index differ
diff --git a/pagefind/pagefind-entry.json b/pagefind/pagefind-entry.json
index ff02f367e..ba8c27454 100644
--- a/pagefind/pagefind-entry.json
+++ b/pagefind/pagefind-entry.json
@@ -1 +1 @@
-{"version":"1.4.0","languages":{"en":{"hash":"en_97769259cc","wasm":"en","page_count":189}},"include_characters":["_","‿","⁀","⁔","︳","︴","﹍","﹎","﹏","_"]}
\ No newline at end of file
+{"version":"1.4.0","languages":{"en":{"hash":"en_8ab6ba7ee7","wasm":"en","page_count":189}},"include_characters":["_","‿","⁀","⁔","︳","︴","﹍","﹎","﹏","_"]}
\ No newline at end of file
diff --git a/pagefind/pagefind.en_8ab6ba7ee7.pf_meta
b/pagefind/pagefind.en_8ab6ba7ee7.pf_meta
new file mode 100644
index 000000000..ef3d145a4
Binary files /dev/null and b/pagefind/pagefind.en_8ab6ba7ee7.pf_meta differ
diff --git a/pagefind/pagefind.en_97769259cc.pf_meta
b/pagefind/pagefind.en_97769259cc.pf_meta
deleted file mode 100644
index bf59c43cc..000000000
Binary files a/pagefind/pagefind.en_97769259cc.pf_meta and /dev/null differ
diff --git a/releases.html b/releases.html
index 97170c6aa..e48ad4b83 100644
--- a/releases.html
+++ b/releases.html
@@ -125,6 +125,8 @@
<div class="row" data-pagefind-body="true"><div><section><p>This is a list of
all our releases, available from our <a href="/downloads.cgi">downloads</a>
page.</p>
<h2><a href="#november-2025" id="november-2025">November 2025</a></h2>
<ul>
+<li>Servlets Resovler 3.0.2, OAuth Client 0.1.6 (18th)</li>
+<li>Testing JCR Mock 1.7.0, Testing OSGi Mock 3.5.4, Commons Log 6.0.2
(17th)</li>
<li>Settings 1.5.0 (10th)</li>
</ul>
<h2><a href="#october-2025" id="october-2025">October 2025</a></h2>
@@ -2730,7 +2732,7 @@
content/releases.md
</a>
</div> <div class="revisionInfo">
- Last modified by <span class="author">Joerg Hoh</span>
on <span class="comment">2025-11-10</span>
+ Last modified by <span class="author">Robert
Munteanu</span> on <span class="comment">2025-11-18</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/sitemap.html b/sitemap.html
index 86d3ebf39..6ee428ee8 100644
--- a/sitemap.html
+++ b/sitemap.html
@@ -626,13 +626,13 @@
</li>
<li>
- <a
href="/documentation/development/jspc.html">
+ <a
href="/documentation/development/htl-maven-plugin.html">
HTL Maven
Plugin
</a>
</li>
<li>
- <a
href="/documentation/development/htl-maven-plugin.html">
+ <a
href="/documentation/development/jspc.html">
HTL Maven
Plugin
</a>
diff --git a/sitemap.xml b/sitemap.xml
index 709fa63d3..670da8f06 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,37 +1,11 @@
<?xml version="1.0"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
-
<loc>https://sling.apache.org/releases.html</loc><lastmod>2025-11-10</lastmod>
+
<loc>https://sling.apache.org/releases.html</loc><lastmod>2025-11-18</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/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>
-
<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/bundles/connection-timeout-agent.html</loc><lastmod>2025-10-07</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/mappings-for-resource-resolution.html</loc><lastmod>2025-10-06</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-htl.html</loc><lastmod>2025-10-03</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/development/release-management.html</loc><lastmod>2025-10-01</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/development/ide-tooling.html</loc><lastmod>2025-09-25</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/models.html</loc><lastmod>2025-09-29</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html</loc><lastmod>2025-08-19</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/development/sling-mock.html</loc><lastmod>2025-07-31</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/development/null-analysis.html</loc><lastmod>2025-07-18</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/models.html</loc><lastmod>2025-10-29</lastmod>
</url><url>
<loc>https://sling.apache.org/security/log4shell.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/security/CVE-2023-6378.html</loc><lastmod>2024-02-06</lastmod>
</url><url>
<loc>https://sling.apache.org/project-information/project-license.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
@@ -40,6 +14,8 @@
<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/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>
@@ -54,32 +30,32 @@
<loc>https://sling.apache.org/old-stuff/scriptengineintegration.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
<loc>https://sling.apache.org/old-stuff/request-processing.html</loc><lastmod>2018-07-13</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/news/sling-launchpad-9-released.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/old-stuff.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
<loc>https://sling.apache.org/old-stuff/launch-sling.html</loc><lastmod>2017-09-29</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/news/sling-launchpad-8-released.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<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/assembly.html</loc><lastmod>2017-09-29</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/news/sling-ide-tooling-12-released.html</loc><lastmod>2018-01-21</lastmod>
</url><url>
<loc>https://sling.apache.org/news/sling-ide-tooling-11-released.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
-
<loc>https://sling.apache.org/news/sling-10-released.html</loc><lastmod>2025-04-16</lastmod>
+
<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/old-stuff.html</loc><lastmod>2017-09-29</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/news/sling-launchpad-8-released.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<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>
+ </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>
</url><url>
@@ -96,6 +72,8 @@
<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>
@@ -108,44 +86,48 @@
<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/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>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/request-parameters.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/request-listeners.html</loc><lastmod>2018-07-13</lastmod>
+
<loc>https://sling.apache.org/documentation/the-sling-engine/resources.html</loc><lastmod>2025-10-01</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/the-sling-engine/filters.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/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/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/authentication-authenticationhandler/openid-authenticationhandler.html</loc><lastmod>2025-04-16</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>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/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/authentication.html</loc><lastmod>2018-05-14</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/adapters.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html</loc><lastmod>2025-01-17</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-actors.html</loc><lastmod>2017-11-22</lastmod>
</url><url>
@@ -154,28 +136,28 @@
<loc>https://sling.apache.org/documentation/karaf.html</loc><lastmod>2022-03-06</lastmod>
</url><url>
<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/the-sling-engine/adapters.html</loc><lastmod>2025-04-16</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/pax-exam-utils.html</loc><lastmod>2017-12-29</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/getting-started/discover-sling-in-15-minutes.html</loc><lastmod>2025-04-16</lastmod>
+ </url><url>
+
<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/legacy/logging.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/feature-model/howtos/sling-with-custom-project.html</loc><lastmod>2020-06-18</lastmod>
- </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>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/feature-model/howtos/create-sling-composite.html</loc><lastmod>2020-06-18</lastmod>
</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>
-
<loc>https://sling.apache.org/documentation/development/slingstart.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/sling.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
@@ -183,27 +165,31 @@
</url><url>
<loc>https://sling.apache.org/documentation/development/sling-testing-tools.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/osgi-mock.html</loc><lastmod>2024-04-22</lastmod>
+
<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/sling-mock.html</loc><lastmod>2025-07-31</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/development/slingstart.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/resourceresolver-mock.html</loc><lastmod>2017-09-29</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>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>
<loc>https://sling.apache.org/documentation/development/logging.html</loc><lastmod>2025-04-29</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/development/osgi-mock.html</loc><lastmod>2024-04-22</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/maven-usage.html</loc><lastmod>2017-11-22</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/jsr-305.html</loc><lastmod>2018-08-18</lastmod>
+
<loc>https://sling.apache.org/documentation/development/null-analysis.html</loc><lastmod>2025-07-18</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/maven-launchpad-plugin.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/development/jspc.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/development/jcr-mock.html</loc><lastmod>2023-04-27</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development/htl-maven-plugin.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
@@ -212,12 +198,24 @@
<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>
<loc>https://sling.apache.org/documentation/development/feature-model.html</loc><lastmod>2020-06-18</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/development/content-packages.html</loc><lastmod>2022-03-08</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/development.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
@@ -225,23 +223,11 @@
</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/development/deprecating-sling-modules.html</loc><lastmod>2024-12-10</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/configuration.html</loc><lastmod>2019-07-26</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/validation.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/content-packages.html</loc><lastmod>2022-03-08</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/xml-support.html</loc><lastmod>2017-11-22</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-query.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-query/modifiers.html</loc><lastmod>2017-09-29</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-query/basic-ideas.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/sling-query/vs-jcr.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
@@ -253,7 +239,7 @@
</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>
+
<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-settings-org-apache-sling-settings.html</loc><lastmod>2020-09-18</lastmod>
</url><url>
@@ -261,35 +247,43 @@
</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-pipes/readers.html</loc><lastmod>2025-04-16</lastmod>
+
<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-oak-restrictions.html</loc><lastmod>2017-09-29</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/bundles/sling-pipes.html</loc><lastmod>2022-03-04</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/readers.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/logical.html</loc><lastmod>2021-01-28</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/sling-health-checks.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/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>
-
<loc>https://sling.apache.org/documentation/bundles/sling-pipes/bindings.html</loc><lastmod>2021-03-31</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/sling-oak-restrictions.html</loc><lastmod>2017-09-29</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/servlet-helpers.html</loc><lastmod>2020-06-16</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/sling-pipes.html</loc><lastmod>2022-03-04</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/sling-health-checks.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/sling-health-check-tool.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-thymeleaf.html</loc><lastmod>2025-04-16</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/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>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-jsp.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/resource-editor.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/scripting/scripting-htl.html</loc><lastmod>2025-10-03</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/scripting.html</loc><lastmod>2025-04-16</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/resource-editor.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/scheduler-service-commons-scheduler.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
@@ -314,38 +308,38 @@
<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/managing-users-and-groups-jackrabbit-usermanager.html</loc><lastmod>2022-02-04</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/mime-type-support-commons-mime.html</loc><lastmod>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/metrics.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/jcr-installer-provider.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/graphql-core.html</loc><lastmod>2021-07-26</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/internationalization-support-i18n.html</loc><lastmod>2025-05-13</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/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>
+
<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>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/installer-provider-installhook.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/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>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles/hapi.html</loc><lastmod>2025-04-16</lastmod>
+
<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/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/context-aware-configuration/context-aware-configuration-default-implementation.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/installer-provider-installhook.html</loc><lastmod>2025-04-16</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/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/hapi.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/distribution.html</loc><lastmod>2025-04-16</lastmod>
</url><url>
@@ -354,8 +348,18 @@
<loc>https://sling.apache.org/documentation/bundles/content-distribution.html</loc><lastmod>2025-07-15</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/bundles/commons-crypto.html</loc><lastmod>2025-04-16</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/apache-sling-commons-thread-pool.html</loc><lastmod>2022-01-10</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html</loc><lastmod>2025-04-16</lastmod>
+ </url><url>
+
<loc>https://sling.apache.org/documentation/bundles/connection-timeout-agent.html</loc><lastmod>2025-10-07</lastmod>
</url><url>
<loc>https://sling.apache.org/documentation/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>
@@ -367,13 +371,9 @@
</url><url>
<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>2025-04-16</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/apache-sling-commons-thread-pool.html</loc><lastmod>2022-01-10</lastmod>
- </url><url>
-
<loc>https://sling.apache.org/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html</loc><lastmod>2025-04-16</lastmod>
+
<loc>https://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html</loc><lastmod>2025-08-19</lastmod>
</url><url>
-
<loc>https://sling.apache.org/documentation/bundles.html</loc><lastmod>2021-07-13</lastmod>
+
<loc>https://sling.apache.org/documentation.html</loc><lastmod>2025-04-16</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 cfcbaf75b..5f990b0dd 100644
--- a/tags/development.html
+++ b/tags/development.html
@@ -106,7 +106,7 @@
<breadcrumbs/>
</div><tags/>
</div><tableOfContents/><div class="content
is-marginless">
-<div class="taglinks"><h2>Tagged with 'development'</h2><div
class="taglink"><a
href="/documentation/development/testing-paxexam.html">Apache Sling Testing
PaxExam</a></div><div class="taglink"><a
href="/old-stuff/assembly.html">Assembly</a></div><div class="taglink"><a
href="/documentation/development/content-packages.html">Content-Package based
development</a></div><div class="taglink"><a
href="/documentation/development/dependency-management.html">Dependency
Management</a></div><div c [...]
+<div class="taglinks"><h2>Tagged with 'development'</h2><div
class="taglink"><a
href="/documentation/development/testing-paxexam.html">Apache Sling Testing
PaxExam</a></div><div class="taglink"><a
href="/old-stuff/assembly.html">Assembly</a></div><div class="taglink"><a
href="/documentation/development/content-packages.html">Content-Package based
development</a></div><div class="taglink"><a
href="/documentation/development/dependency-management.html">Dependency
Management</a></div><div c [...]
<div class="field is-grouped
is-grouped-multiline"><div class="control"><div class="tags has-addons"><span
class="tag"><a href="/tags/adaptTo.html">adaptTo</a></span><span
class="tag">1</span></div></div>
<div class="control"><div class="tags
has-addons"><span class="tag"><a href="/tags/api.html">api</a></span><span
class="tag">3</span></div></div>
<div class="control"><div class="tags
has-addons"><span class="tag"><a
href="/tags/authentication.html">authentication</a></span><span
class="tag">8</span></div></div>
diff --git a/tags/maven.html b/tags/maven.html
index d598fd934..84d0f3817 100644
--- a/tags/maven.html
+++ b/tags/maven.html
@@ -106,7 +106,7 @@
<breadcrumbs/>
</div><tags/>
</div><tableOfContents/><div class="content
is-marginless">
-<div class="taglinks"><h2>Tagged with 'maven'</h2><div class="taglink"><a
href="/documentation/development/testing-paxexam.html">Apache Sling Testing
PaxExam</a></div><div class="taglink"><a
href="/documentation/development/jspc.html">HTL Maven Plugin</a></div><div
class="taglink"><a href="/documentation/development/htl-maven-plugin.html">HTL
Maven Plugin</a></div><div class="taglink"><a
href="/documentation/development/maven-archetypes.html">Maven
Archetypes</a></div><div class="taglink [...]
+<div class="taglinks"><h2>Tagged with 'maven'</h2><div class="taglink"><a
href="/documentation/development/testing-paxexam.html">Apache Sling Testing
PaxExam</a></div><div class="taglink"><a
href="/documentation/development/htl-maven-plugin.html">HTL Maven
Plugin</a></div><div class="taglink"><a
href="/documentation/development/jspc.html">HTL Maven Plugin</a></div><div
class="taglink"><a
href="/documentation/development/maven-archetypes.html">Maven
Archetypes</a></div><div class="taglink [...]
<div class="field is-grouped
is-grouped-multiline"><div class="control"><div class="tags has-addons"><span
class="tag"><a href="/tags/adaptTo.html">adaptTo</a></span><span
class="tag">1</span></div></div>
<div class="control"><div class="tags
has-addons"><span class="tag"><a href="/tags/api.html">api</a></span><span
class="tag">3</span></div></div>
<div class="control"><div class="tags
has-addons"><span class="tag"><a
href="/tags/authentication.html">authentication</a></span><span
class="tag">8</span></div></div>