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 69a23bf68 update
69a23bf68 is described below
commit 69a23bf68a11dc2f644114f38ea8a9ac7ba09d86
Author: lprimak <[email protected]>
AuthorDate: Tue Jan 13 17:24:43 2026 -0600
update
---
.well-known/security.txt | 2 +-
feed.xml | 2 +-
jakarta-ee.html | 71 ++++++++++++++++++++++++++++++++++--------------
3 files changed, 52 insertions(+), 23 deletions(-)
diff --git a/.well-known/security.txt b/.well-known/security.txt
index 182393327..afc926bea 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
Contact: mailto:[email protected]
-Expires: 2027-01-13T22:53:50Z
+Expires: 2027-01-13T23:24:31Z
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/feed.xml b/feed.xml
index 9c888292b..84536f3b2 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-01-13T22:53:51Z</updated>
+ <updated>2026-01-13T23:24:31Z</updated>
<author>
<name>Les Hazlewood</name>
diff --git a/jakarta-ee.html b/jakarta-ee.html
index 405309801..8f4cb3921 100644
--- a/jakarta-ee.html
+++ b/jakarta-ee.html
@@ -432,6 +432,20 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
</div>
<div class="sect3">
<h4 id="option_1_flowlogix_dependency_chain_recommended">Option 1: FlowLogix
Dependency Chain (Recommended)</h4>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+<div class="paragraph">
+<p>This option is applicable only to Jakarta EE, not Spring / SpringBoot.</p>
+</div>
+</td>
+</tr>
+</table>
+</div>
<div class="paragraph">
<p>The simplest approach is to use the FlowLogix dependency chain, which
bundles all required Shiro Jakarta EE components in a single dependency:</p>
</div>
@@ -441,8 +455,8 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
<dependency>
<groupId>com.flowlogix.depchain</groupId>
<artifactId>shiro-jakarta</artifactId>
- <version>11</version>
- <type>pom</type>
+ <!-- replace LATEST with a version number -->
+ <version>LATEST</version>
</dependency>
</dependencies></code></pre>
</div>
@@ -454,7 +468,40 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
<div class="sect3">
<h4 id="option_2_traditional_bom_with_individual_dependencies">Option 2:
Traditional BOM with Individual Dependencies</h4>
<div class="paragraph">
-<p>Alternatively, use the Shiro artifacts with Jakarta classifiers
directly:</p>
+<p>Alternatively, use the Shiro artifacts with Jakarta classifiers directly</p>
+</div>
+<div class="paragraph">
+<p>Import the Shiro BOM as seen below</p>
+</div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+<div class="paragraph">
+<p>Shiro BOM is a <strong>necessary</strong> step, unless you are using
FlowLogix Depchain as described above.
+The BOM is needed if you are using Spring / SpringBoot.</p>
+</div>
+</td>
+</tr>
+</table>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="highlightjs highlight"><code class="language-xml hljs"
data-lang="xml"><dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.shiro</groupId>
+ <artifactId>shiro-bom</artifactId>
+ <version>2.0.6</version>
+ <scope>import</scope>
+ <type>pom</type>
+ </dependency>
+ </dependencies>
+</dependencyManagement></code></pre>
+</div>
</div>
<div class="listingblock">
<div class="content">
@@ -490,24 +537,6 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
</dependency></code></pre>
</div>
</div>
-<div class="paragraph">
-<p>Import the Shiro BOM as seen below:</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code class="language-xml hljs"
data-lang="xml"><dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.apache.shiro</groupId>
- <artifactId>shiro-bom</artifactId>
- <version>2.0.6</version>
- <scope>import</scope>
- <type>pom</type>
- </dependency>
- </dependencies>
-</dependencyManagement></code></pre>
-</div>
-</div>
</div>
</div>
</div>