This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/shiro-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 0db2df3d9 wip
0db2df3d9 is described below
commit 0db2df3d9a27543692bc2c4683c926f79e332be6
Author: lprimak <[email protected]>
AuthorDate: Mon Jul 6 19:29:47 2026 -0500
wip
---
.well-known/security.txt | 2 +-
download.html | 144 +++++++++++++++++++++--------------------------
feed.xml | 2 +-
3 files changed, 65 insertions(+), 83 deletions(-)
diff --git a/.well-known/security.txt b/.well-known/security.txt
index ba9eb1f02..8307bb7a2 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
Contact: mailto:[email protected]
-Expires: 2027-07-07T00:27:19Z
+Expires: 2027-07-07T00:29:39Z
Preferred-Languages: en
Canonical: https://shiro.apache.org/.well-known/security.txt
Policy: https://shiro.apache.org/security-reports.html
\ No newline at end of file
diff --git a/download.html b/download.html
index a11bb5a52..bfdea96a7 100644
--- a/download.html
+++ b/download.html
@@ -236,41 +236,41 @@ For older releases, please visit our <a
href="release-archive.html">release arch
<p>
<ul>
- <li><a href="#221">Apache Shiro Release v2.2.1</a></li>
+ <li><a href="#300">Apache Shiro Release v3.0.0</a></li>
<ul>
- <li><a href="#221Source">2.2.1 Source Code Distribution</a></li>
- <li><a href="#221Git">2.2.1 Git Source repository</a></li>
- <li><a href="#221Binary">2.2.1 Binaries</a></li>
+ <li><a href="#300Source">3.0.0 Source Code Distribution</a></li>
+ <li><a href="#300Git">3.0.0 Git Source repository</a></li>
+ <li><a href="#300Binary">3.0.0 Binaries</a></li>
</ul>
</ul>
</p>
- <section id="221">
- <h2>Release 2.2.1</h2>
+ <section id="300">
+ <h2>Release 3.0.0</h2>
- <h3 id="221Source">2.2.1 Source Code Distribution</h3>
+ <h3 id="300Source">3.0.0 Source Code Distribution</h3>
<p>The source bundle requires JDK 11+ and Maven 3.8+ to build:
- <code><a class="external-link"
href="https://www.apache.org/dyn/closer.lua/shiro/2.2.1/shiro-root-2.2.1-source-release.zip">shiro-root-2.2.1-source-release.zip</a></code>
+ <code><a class="external-link"
href="https://www.apache.org/dyn/closer.lua/shiro/3.0.0/shiro-root-3.0.0-source-release.zip">shiro-root-3.0.0-source-release.zip</a></code>
(<a class="external-link"
-
href="https://downloads.apache.org/shiro/2.2.1/shiro-root-2.2.1-source-release.zip.asc.txt">pgp</a>,
<a
+
href="https://downloads.apache.org/shiro/3.0.0/shiro-root-3.0.0-source-release.zip.asc.txt">pgp</a>,
<a
class="external-link"
-
href="https://downloads.apache.org/shiro/2.2.1/shiro-root-2.2.1-source-release.zip.sha512">sha512</a>)
+
href="https://downloads.apache.org/shiro/3.0.0/shiro-root-3.0.0-source-release.zip.sha512">sha512</a>)
</code>
<p>Associated documentation can be found <a href="documentation.html"
title="Documentation">here</a></p>
- <h3 id="221Git">2.2.1 Git Source repository</h3>
+ <h3 id="300Git">3.0.0 Git Source repository</h3>
<p>The source can be cloned anonymously from Git with this command:</p>
<pre><code class="language-bash bash">git clone
https://github.com/apache/shiro.git
-git checkout shiro-root-2.2.1
+git checkout shiro-root-3.0.0
</code>
</pre>
- <h3 id="221Binary">2.2.1 Binaries</h3>
+ <h3 id="300Binary">3.0.0 Binaries</h3>
<p>If you don't want to build yourself, you can download pre-built binaries
from Maven Central, just click the link in the "Artifact" column. If you would
like
acquire Shiro through Maven, then please use the markup listed under
"Maven Usage"</p>
@@ -291,15 +291,15 @@ git checkout shiro-root-2.2.1
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/2.2.1/shiro-core-2.2.1.jar">shiro-core</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/2.2.1/shiro-core-2.2.1.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/3.0.0/shiro-core-3.0.0.jar">shiro-core</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/3.0.0/shiro-core-3.0.0.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
- <version>2.2.1</version>
+ <version>3.0.0</version>
</dependency></code></pre>
</td>
@@ -313,15 +313,15 @@ and one of its binding jars is required.
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/2.2.1/shiro-web-2.2.1.jar">shiro-web</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/2.2.1/shiro-web-2.2.1.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/3.0.0/shiro-web-3.0.0.jar">shiro-web</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/3.0.0/shiro-web-3.0.0.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
- <version>2.2.1</version>
+ <version>3.0.0</version>
</dependency></code></pre>
</td>
@@ -331,15 +331,15 @@ and one of its binding jars is required.
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/2.2.1/shiro-servlet-plugin-2.2.1.jar">shiro-servlet-plugin</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/2.2.1/shiro-servlet-plugin-2.2.1.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/3.0.0/shiro-servlet-plugin-3.0.0.jar">shiro-servlet-plugin</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/3.0.0/shiro-servlet-plugin-3.0.0.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-servlet-plugin</artifactId>
- <version>2.2.1</version>
+ <version>3.0.0</version>
</dependency></code></pre>
</td>
@@ -349,15 +349,15 @@ and one of its binding jars is required.
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cdi/2.2.1/shiro-cdi-2.2.1.jar">shiro-cdi</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cdi/2.2.1/shiro-cdi-2.2.1.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cdi/3.0.0/shiro-cdi-3.0.0.jar">shiro-cdi</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cdi/3.0.0/shiro-cdi-3.0.0.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-cdi</artifactId>
- <version>2.2.1</version>
+ <version>3.0.0</version>
</dependency></code></pre>
</td>
@@ -367,15 +367,15 @@ and one of its binding jars is required.
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jakarta-ee/2.2.1/shiro-jakarta-ee-2.2.1.jar">shiro-jakarta-ee</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jakarta-ee/2.2.1/shiro-jakarta-ee-2.2.1.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jakarta-ee/3.0.0/shiro-jakarta-ee-3.0.0.jar">shiro-jakarta-ee</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jakarta-ee/3.0.0/shiro-jakarta-ee-3.0.0.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-jakarta-ee</artifactId>
- <version>2.2.1</version>
+ <version>3.0.0</version>
</dependency></code></pre>
</td>
@@ -385,15 +385,15 @@ and one of its binding jars is required.
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/2.2.1/shiro-jaxrs-2.2.1.jar">shiro-jaxrs</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/2.2.1/shiro-jaxrs-2.2.1.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/3.0.0/shiro-jaxrs-3.0.0.jar">shiro-jaxrs</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/3.0.0/shiro-jaxrs-3.0.0.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-jaxrs</artifactId>
- <version>2.2.1</version>
+ <version>3.0.0</version>
</dependency></code></pre>
</td>
@@ -403,15 +403,15 @@ and one of its binding jars is required.
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/2.2.1/shiro-aspectj-2.2.1.jar">shiro-aspectj</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/2.2.1/shiro-aspectj-2.2.1.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/3.0.0/shiro-aspectj-3.0.0.jar">shiro-aspectj</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/3.0.0/shiro-aspectj-3.0.0.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-aspectj</artifactId>
- <version>2.2.1</version>
+ <version>3.0.0</version>
</dependency></code></pre>
</td>
@@ -422,15 +422,15 @@ and one of its binding jars is required.
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/2.2.1/shiro-cas-2.2.1.jar">shiro-cas</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/2.2.1/shiro-cas-2.2.1.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/3.0.0/shiro-cas-3.0.0.jar">shiro-cas</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/3.0.0/shiro-cas-3.0.0.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-cas</artifactId>
- <version>2.2.1</version>
+ <version>3.0.0</version>
</dependency></code></pre>
</td>
@@ -444,51 +444,33 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/2.2.1/shiro-ehcache-2.2.1.jar">shiro-ehcache</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/2.2.1/shiro-ehcache-2.2.1.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cache/3.0.0/shiro-cache-3.0.0.jar">shiro-cache</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cache/3.0.0/shiro-cache-3.0.0.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
- <artifactId>shiro-ehcache</artifactId>
- <version>2.2.1</version>
+ <artifactId>shiro-cache</artifactId>
+ <version>3.0.0</version>
</dependency></code></pre>
</td>
- <td>Enables <a class="external-link"
href="https://www.ehcache.org">Ehcache</a>-based framework caching.</td>
+ <td>Enables <a class="external-link"
href="https://jcp.org/en/jsr/detail?id=107">Java Cache</a>-based framework
caching.</td>
</tr>
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/2.2.1/shiro-hazelcast-2.2.1.jar">shiro-hazelcast</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/2.2.1/shiro-hazelcast-2.2.1.jar.asc">pgp</a>)
- </td>
-
- <td>
- <pre><code class="xml language-xml"><dependency>
- <groupId>org.apache.shiro</groupId>
- <artifactId>shiro-hazelcast</artifactId>
- <version>2.2.1</version>
-</dependency></code></pre>
- </td>
-
- <td>Enables <a class="external-link"
href="https://hazelcast.org">Hazelcast</a>-based framework caching.</td>
-
- </tr>
- <tr>
-
- <td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/2.2.1/shiro-features-2.2.1-features.xml">shiro-features</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/2.2.1/shiro-features-2.2.1-features.xml.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/3.0.0/shiro-features-3.0.0-features.xml">shiro-features</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/3.0.0/shiro-features-3.0.0-features.xml.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-features</artifactId>
- <version>2.2.1</version>
+ <version>3.0.0</version>
</dependency></code></pre>
</td>
@@ -498,15 +480,15 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/2.2.1/shiro-guice-2.2.1.jar">shiro-guice</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/2.2.1/shiro-guice-2.2.1.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/3.0.0/shiro-guice-3.0.0.jar">shiro-guice</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/3.0.0/shiro-guice-3.0.0.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-guice</artifactId>
- <version>2.2.1</version>
+ <version>3.0.0</version>
</dependency></code></pre>
</td>
@@ -516,15 +498,15 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/2.2.1/shiro-quartz-2.2.1.jar">shiro-quartz</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/2.2.1/shiro-quartz-2.2.1.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/3.0.0/shiro-quartz-3.0.0.jar">shiro-quartz</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/3.0.0/shiro-quartz-3.0.0.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-quartz</artifactId>
- <version>2.2.1</version>
+ <version>3.0.0</version>
</dependency></code></pre>
</td>
@@ -535,15 +517,15 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/2.2.1/shiro-spring-2.2.1.jar">shiro-spring</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/2.2.1/shiro-spring-2.2.1.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/3.0.0/shiro-spring-3.0.0.jar">shiro-spring</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/3.0.0/shiro-spring-3.0.0.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
- <version>2.2.1</version>
+ <version>3.0.0</version>
</dependency></code></pre>
</td>
@@ -553,15 +535,15 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/2.2.1/shiro-spring-boot-starter-2.2.1.jar">shiro-spring-boot-starter</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/2.2.1/shiro-spring-boot-starter-2.2.1.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/3.0.0/shiro-spring-boot-starter-3.0.0.jar">shiro-spring-boot-starter</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/3.0.0/shiro-spring-boot-starter-3.0.0.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring-boot-starter</artifactId>
- <version>2.2.1</version>
+ <version>3.0.0</version>
</dependency></code></pre>
</td>
@@ -571,15 +553,15 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/2.2.1/shiro-spring-boot-web-starter-2.2.1.jar">shiro-spring-boot-web-starter</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/2.2.1/shiro-spring-boot-web-starter-2.2.1.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/3.0.0/shiro-spring-boot-web-starter-3.0.0.jar">shiro-spring-boot-web-starter</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/3.0.0/shiro-spring-boot-web-starter-3.0.0.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring-boot-web-starter</artifactId>
- <version>2.2.1</version>
+ <version>3.0.0</version>
</dependency></code></pre>
</td>
@@ -589,8 +571,8 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/2.2.1/shiro-tools-hasher-2.2.1-cli.jar">shiro-tools-hasher</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/2.2.1/shiro-tools-hasher-2.2.1-cli.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/3.0.0/shiro-tools-hasher-3.0.0-cli.jar">shiro-tools-hasher</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/3.0.0/shiro-tools-hasher-3.0.0-cli.jar.asc">pgp</a>)
</td>
<td>
@@ -600,7 +582,7 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<td>A command-line program to perform hashing (MD5, SHA, etc) for files,
streams and passwords.
Note that this is a command line program and not intended to be used as a
Maven/program dependency.
It is intended to be downloaded and executed:
-<pre><code class='bash'> java -jar
shiro-tools-hasher-2.2.1-cli.jar</code></pre>
+<pre><code class='bash'> java -jar
shiro-tools-hasher-3.0.0-cli.jar</code></pre>
</td>
</tr>
diff --git a/feed.xml b/feed.xml
index 9f002d03f..ad5bd94eb 100644
--- a/feed.xml
+++ b/feed.xml
@@ -4,7 +4,7 @@
<subtitle>Simple. Java. Security.</subtitle>
<link href="https://shiro.apache.org/"/>
<link rel="self" href="https://shiro.apache.org/feed.xml" />
- <updated>2026-07-07T00:27:20Z</updated>
+ <updated>2026-07-07T00:29:40Z</updated>
<author>
<name>Les Hazlewood</name>