This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/shiro-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2a079f2c9 Release 2.0.1
2a079f2c9 is described below
commit 2a079f2c9bf725807785b46047969b86f7a7fc9d
Author: lprimak <[email protected]>
AuthorDate: Fri May 31 00:38:25 2024 -0400
Release 2.0.1
---
.well-known/security.txt | 2 +-
10-minute-tutorial.html | 8 +-
10/index.html | 4 +
2/index.html | 8 +-
3/index.html | 8 +-
4/index.html | 8 +-
5/index.html | 8 +-
6/index.html | 8 +-
7/index.html | 8 +-
8/index.html | 8 +-
9/index.html | 8 +-
about.html | 2 +-
adoption.html | 2 +-
architecture.html | 2 +-
articles.html | 2 +-
authentication-features.html | 2 +-
authentication.html | 2 +-
authorization-features.html | 2 +-
authorization.html | 2 +-
.../2024/05/apache-shiro-201-released.html | 198 +++++++++------------
cachemanager.html | 2 +-
caching.html | 2 +-
cas.html | 14 +-
command-line-hasher.html | 14 +-
commercial-support.html | 2 +-
community.html | 2 +-
configuration.html | 2 +-
core.html | 2 +-
cryptography-features.html | 2 +-
developer-resources.html | 2 +-
developers.html | 2 +-
documentation.html | 8 +-
download.html | 132 +++++++-------
events.html | 2 +-
features.html | 2 +-
feed.xml | 158 ++++++++--------
forums.html | 2 +-
get-started.html | 2 +-
graduation-resolution.html | 2 +-
guice.html | 14 +-
guides.html | 2 +-
how-to-contribute.html | 2 +-
index.html | 8 +-
integration.html | 2 +-
introduction.html | 2 +-
issues.html | 2 +-
jakarta-ee.html | 16 +-
java-annotations-list.html | 2 +-
java-annotations.html | 2 +-
java-authentication-guide.html | 2 +-
java-authorization-guide.html | 2 +-
java-cryptography-guide.html | 2 +-
jaxrs.html | 26 +--
jsp-tag-library.html | 2 +-
license.html | 2 +-
mailing-lists.html | 2 +-
news.html | 7 +-
overview.html | 2 +-
permissions.html | 2 +-
powered-by-shiro.html | 2 +-
privacy-policy.html | 2 +-
realm.html | 2 +-
reference.html | 2 +-
release-archive.html | 2 +-
roadmap.html | 2 +-
security-reports.html | 2 +-
securitymanager.html | 2 +-
session-management-features.html | 2 +-
session-management.html | 2 +-
sitemap.xml | 136 +++++++-------
spring-boot.html | 26 +--
spring-framework.html | 38 ++--
spring-xml.html | 2 +-
subject.html | 2 +-
support.html | 2 +-
terminology.html | 2 +-
testing.html | 2 +-
tools.html | 2 +-
tutorial.html | 4 +-
v2/command-line-hasher.html | 27 +--
web-features.html | 2 +-
web.html | 2 +-
webapp-tutorial.html | 2 +-
what-is-shiro.html | 2 +-
84 files changed, 494 insertions(+), 524 deletions(-)
diff --git a/.well-known/security.txt b/.well-known/security.txt
index 3ac2db936..d802f7f0d 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
Contact: mailto:[email protected]
-Expires: 2025-05-20T21:38:05Z
+Expires: 2025-05-31T04:37:03Z
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/10-minute-tutorial.html b/10-minute-tutorial.html
index af2b61607..31b102a30 100644
--- a/10-minute-tutorial.html
+++ b/10-minute-tutorial.html
@@ -198,7 +198,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
@@ -272,13 +272,13 @@ Now let’s actually do something!</p>
</li>
<li>
<p>Download the lastest "Source Code Distribution" from the <a
href="download.html">Download</a> page.
-In this example, we’re using the 2.0.0 release distribution.</p>
+In this example, we’re using the 2.0.1 release distribution.</p>
</li>
<li>
<p>Unzip the source package:</p>
<div class="listingblock">
<div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ unzip shiro-root-2.0.0-source-release.zip</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ unzip shiro-root-2.0.1-source-release.zip</code></pre>
</div>
</div>
</li>
@@ -286,7 +286,7 @@ In this example, we’re using the 2.0.0 release
distribution.</p>
<p>Enter the quickstart directory:</p>
<div class="listingblock">
<div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ cd shiro-root-2.0.0/samples/quickstart</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ cd shiro-root-2.0.1/samples/quickstart</code></pre>
</div>
</div>
</li>
diff --git a/10/index.html b/10/index.html
index 8d5143b08..3a80cd567 100644
--- a/10/index.html
+++ b/10/index.html
@@ -290,6 +290,10 @@
</div>
<div class="card-body">
+ <div>
+ <a
href="../blog/2010/06/01/apache-shiro-100-incubating-released.html"><h4
class="news-title">Apache Shiro 1.0.0-incubating Released!</h4></a>
+ <p><small>by Les Hazlewood on 2010-06-01</small></p>
+ </div>
<div>
<a
href="../blog/2010/06/01/sdforum-java-sig-apache-shiro-presentation.html"><h4
class="news-title">SDForum Java SIG Apache Shiro Presentation</h4></a>
<p><small>by Les Hazlewood on 2010-06-01</small></p>
diff --git a/2/index.html b/2/index.html
index 819ea661f..d5496b96c 100644
--- a/2/index.html
+++ b/2/index.html
@@ -290,6 +290,10 @@
</div>
<div class="card-body">
+ <div>
+ <a href="../blog/2023/01/13/apache-shiro-1110-released.html"><h4
class="news-title">1.11.0 available with fix CVE-2023-22602</h4></a>
+ <p><small>by Brian Demers on 2023-01-13</small></p>
+ </div>
<div>
<a href="../blog/2022/11/19/apache-shiro-1101-released.html"><h4
class="news-title">Apache Shiro 1.10.1 available</h4></a>
<p><small>by Benjamin Marwell on 2022-11-19</small></p>
@@ -306,10 +310,6 @@
<a href="../blog/2022/06/28/apache-shiro-191-released.html"><h4
class="news-title">1.9.1 available with fix CVE-2022-32532</h4></a>
<p><small>by Brian Demers on 2022-06-28</small></p>
</div>
- <div>
- <a href="../blog/2022/03/22/apache-shiro-190-released.html"><h4
class="news-title">Apache Shiro 1.9.0 Released</h4></a>
- <p><small>by Benjamin Marwell on 2022-03-22</small></p>
- </div>
<hr/>
<nav class="" aria-label="News Pagination">
diff --git a/3/index.html b/3/index.html
index aaed4cdd8..85c22bbe2 100644
--- a/3/index.html
+++ b/3/index.html
@@ -290,6 +290,10 @@
</div>
<div class="card-body">
+ <div>
+ <a href="../blog/2022/03/22/apache-shiro-190-released.html"><h4
class="news-title">Apache Shiro 1.9.0 Released</h4></a>
+ <p><small>by Benjamin Marwell on 2022-03-22</small></p>
+ </div>
<div>
<a href="../blog/2022/02/09/new-shiro-website.html"><h4
class="news-title">The new Apache Shiro website is live!</h4></a>
<p><small>by Benjamin Marwell on 2022-02-09</small></p>
@@ -306,10 +310,6 @@
<a href="../blog/2020/v1.7.0.html"><h4 class="news-title">1.7.0
available with fix CVE-2020-17510</h4></a>
<p><small>by François Papon on 2020-10-29</small></p>
</div>
- <div>
- <a href="../blog/2020/v1.6.0.html"><h4 class="news-title">Apache
Shiro 1.6.0 available</h4></a>
- <p><small>by François Papon on 2020-08-17</small></p>
- </div>
<hr/>
<nav class="" aria-label="News Pagination">
diff --git a/4/index.html b/4/index.html
index b3ed8e908..e9768cc98 100644
--- a/4/index.html
+++ b/4/index.html
@@ -290,6 +290,10 @@
</div>
<div class="card-body">
+ <div>
+ <a href="../blog/2020/v1.6.0.html"><h4 class="news-title">Apache
Shiro 1.6.0 available</h4></a>
+ <p><small>by François Papon on 2020-08-17</small></p>
+ </div>
<div>
<a
href="../blog/2020/05/25/feathercast-with-brian-demers.html"><h4
class="news-title">Feathercast with Brian Demers</h4></a>
<p><small>by Benjamin Marwell on 2020-05-25</small></p>
@@ -306,10 +310,6 @@
<a href="../blog/2020/02/23/apache-shiro-151-released.html"><h4
class="news-title">Apache Shiro 1.5.1 Released</h4></a>
<p><small>by The Apache Shiro Team on 2020-02-23</small></p>
</div>
- <div>
- <a href="../blog/2020/01/25/apache-shiro-150-released.html"><h4
class="news-title">Apache Shiro 1.5.0 Released</h4></a>
- <p><small>by The Apache Shiro Team on 2020-01-25</small></p>
- </div>
<hr/>
<nav class="" aria-label="News Pagination">
diff --git a/5/index.html b/5/index.html
index 13d3d2f0f..d06fa3d0f 100644
--- a/5/index.html
+++ b/5/index.html
@@ -290,6 +290,10 @@
</div>
<div class="card-body">
+ <div>
+ <a href="../blog/2020/01/25/apache-shiro-150-released.html"><h4
class="news-title">Apache Shiro 1.5.0 Released</h4></a>
+ <p><small>by The Apache Shiro Team on 2020-01-25</small></p>
+ </div>
<div>
<a href="../blog/2019/11/18/apache-shiro-142-released.html"><h4
class="news-title">Apache Shiro 1.4.2 Released</h4></a>
<p><small>by François Papon on 2019-11-18</small></p>
@@ -306,10 +310,6 @@
<a href="../blog/2016/09/09/apache-shiro-132-released.html"><h4
class="news-title">Apache Shiro 1.3.2 Released</h4></a>
<p><small>by Brian Demers on 2016-09-09</small></p>
</div>
- <div>
- <a href="../blog/2016/08/29/apache-shiro-131-released.html"><h4
class="news-title">Apache Shiro 1.3.1 Released</h4></a>
- <p><small>by Brian Demers on 2016-08-29</small></p>
- </div>
<hr/>
<nav class="" aria-label="News Pagination">
diff --git a/6/index.html b/6/index.html
index 156f417be..be01e50a1 100644
--- a/6/index.html
+++ b/6/index.html
@@ -290,6 +290,10 @@
</div>
<div class="card-body">
+ <div>
+ <a href="../blog/2016/08/29/apache-shiro-131-released.html"><h4
class="news-title">Apache Shiro 1.3.1 Released</h4></a>
+ <p><small>by Brian Demers on 2016-08-29</small></p>
+ </div>
<div>
<a href="../blog/2016/07/25/apache-shiro-130-released.html"><h4
class="news-title">Apache Shiro 1.3.0 Released</h4></a>
<p><small>by Brian Demers on 2016-07-25</small></p>
@@ -306,10 +310,6 @@
<a href="../blog/2015/08/03/apache-shiro-124-released.html"><h4
class="news-title">Apache Shiro 1.2.4 Released</h4></a>
<p><small>by Kalle Korhonen on 2015-08-03</small></p>
</div>
- <div>
- <a href="../blog/2013/05/30/apache-shiro-122-released.html"><h4
class="news-title">Apache Shiro 1.2.2 Released</h4></a>
- <p><small>by The Apache Shiro Team on 2013-05-30</small></p>
- </div>
<hr/>
<nav class="" aria-label="News Pagination">
diff --git a/7/index.html b/7/index.html
index 8f791cbf7..655335b18 100644
--- a/7/index.html
+++ b/7/index.html
@@ -290,6 +290,10 @@
</div>
<div class="card-body">
+ <div>
+ <a href="../blog/2013/05/30/apache-shiro-122-released.html"><h4
class="news-title">Apache Shiro 1.2.2 Released</h4></a>
+ <p><small>by The Apache Shiro Team on 2013-05-30</small></p>
+ </div>
<div>
<a href="../blog/2012/07/29/apache-shiro-121-released.html"><h4
class="news-title">Apache Shiro 1.2.1 Released</h4></a>
<p><small>by Les Hazlewood on 2012-07-29</small></p>
@@ -306,10 +310,6 @@
<a href="../blog/2011/06/30/apache-shiro-login-demo.html"><h4
class="news-title">Apache Shiro Login Demo</h4></a>
<p><small>by Les Hazlewood on 2011-06-30</small></p>
</div>
- <div>
- <a
href="../blog/2011/05/24/the-new-rbac-resource-based-access-control.html"><h4
class="news-title">The new role-based vs resource-based access control</h4></a>
- <p><small>by Les Hazlewood on 2011-05-24</small></p>
- </div>
<hr/>
<nav class="" aria-label="News Pagination">
diff --git a/8/index.html b/8/index.html
index 43b569ecc..d84b7701b 100644
--- a/8/index.html
+++ b/8/index.html
@@ -290,6 +290,10 @@
</div>
<div class="card-body">
+ <div>
+ <a
href="../blog/2011/05/24/the-new-rbac-resource-based-access-control.html"><h4
class="news-title">The new role-based vs resource-based access control</h4></a>
+ <p><small>by Les Hazlewood on 2011-05-24</small></p>
+ </div>
<div>
<a
href="../blog/2011/03/14/infoq-article-on-apache-shiro.html"><h4
class="news-title">infoq article on Apache Shiro</h4></a>
<p><small>by Les Hazlewood on 2011-03-14</small></p>
@@ -306,10 +310,6 @@
<a
href="../blog/2011/01/13/apache-shiro-support-for-mule.html"><h4
class="news-title">Apache Shiro support for mule</h4></a>
<p><small>by Alex Salazar on 2011-01-13</small></p>
</div>
- <div>
- <a
href="../blog/2011/01/06/apache-shiro-video-and-slide-from-sf-jug-presentation.html"><h4
class="news-title">Apache Shiro video and slide from SF JUG
(Presentation)</h4></a>
- <p><small>by Alex Salazar on 2011-01-06</small></p>
- </div>
<hr/>
<nav class="" aria-label="News Pagination">
diff --git a/9/index.html b/9/index.html
index 7b2690017..1086692e7 100644
--- a/9/index.html
+++ b/9/index.html
@@ -290,6 +290,10 @@
</div>
<div class="card-body">
+ <div>
+ <a
href="../blog/2011/01/06/apache-shiro-video-and-slide-from-sf-jug-presentation.html"><h4
class="news-title">Apache Shiro video and slide from SF JUG
(Presentation)</h4></a>
+ <p><small>by Alex Salazar on 2011-01-06</small></p>
+ </div>
<div>
<a href="../blog/2010/11/03/apache-shiro-110-released.html"><h4
class="news-title">Apache Shiro 1.1.0 Released</h4></a>
<p><small>by Les Hazlewood on 2010-11-03</small></p>
@@ -306,10 +310,6 @@
<a
href="../blog/2010/09/14/ibm-developerworks-introduction-to-apache-shiro.html"><h4
class="news-title">IBM DeveloperWorks - Introduction to Apache Shiro</h4></a>
<p><small>by Les Hazlewood on 2010-09-14</small></p>
</div>
- <div>
- <a
href="../blog/2010/06/01/apache-shiro-100-incubating-released.html"><h4
class="news-title">Apache Shiro 1.0.0-incubating Released!</h4></a>
- <p><small>by Les Hazlewood on 2010-06-01</small></p>
- </div>
<hr/>
<nav class="" aria-label="News Pagination">
diff --git a/about.html b/about.html
index bcae07750..6585a2bc1 100644
--- a/about.html
+++ b/about.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/adoption.html b/adoption.html
index 389489e49..ce4aeea08 100644
--- a/adoption.html
+++ b/adoption.html
@@ -195,7 +195,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/architecture.html b/architecture.html
index a72dc065b..1fadd98fd 100644
--- a/architecture.html
+++ b/architecture.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/articles.html b/articles.html
index b0d424d04..b7cfaa56e 100644
--- a/articles.html
+++ b/articles.html
@@ -195,7 +195,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/authentication-features.html b/authentication-features.html
index 0cf666352..9dc9827dd 100644
--- a/authentication-features.html
+++ b/authentication-features.html
@@ -197,7 +197,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/authentication.html b/authentication.html
index 4b4882ced..8ab69cce6 100644
--- a/authentication.html
+++ b/authentication.html
@@ -195,7 +195,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/authorization-features.html b/authorization-features.html
index 52a3b9ddb..a1b929baf 100644
--- a/authorization-features.html
+++ b/authorization-features.html
@@ -197,7 +197,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/authorization.html b/authorization.html
index 348a2f196..bf7407780 100644
--- a/authorization.html
+++ b/authorization.html
@@ -195,7 +195,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/roadmap.html b/blog/2024/05/apache-shiro-201-released.html
similarity index 63%
copy from roadmap.html
copy to blog/2024/05/apache-shiro-201-released.html
index 83141083e..8b2611795 100644
--- a/roadmap.html
+++ b/blog/2024/05/apache-shiro-201-released.html
@@ -18,43 +18,50 @@
<html lang="en">
<head>
<meta charset="utf-8"/>
- <title>Roadmap | Apache Shiro</title>
+ <title>2.0.1 available | Apache Shiro</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="keywords" content='events,meetings'>
+ <meta name="author" content="Lenny Primak">
+ <meta name="keywords" content='blog,release'>
<meta name="generator" content="JBake">
<meta name="google-site-verification"
content="QIax6uT5UX3enoU0G8Pz2pXbQ45KaQuHZ3nCh9V27mw">
<meta name="google-site-verification"
content="ecFap6dWJgS_GCCtxmJQJ_nFYQhM6EgSpBPZDU7xsCE">
<meta name="google-site-verification"
content="gBTYOG8lMfNb_jrWrH3kFbudpEs_WrAJ2lb2-zLRaso"/>
<meta name="msvalidate.01" content="0B57EB46CBFAD8FD45008D2DB6B6C68C">
- <meta property="og:title" content="Roadmap | Apache Shiro"/>
+ <meta property="og:title" content="2.0.1 available | Apache Shiro"/>
+ <meta property="article:published_time" content="2024-05-30T00:00:00Z"/>
+ <meta name="publish_date" property="og:publish_date"
content="2024-05-30T00:00:00Z"/>
+ <meta name="twitter:creator" content="@lprimak" />
+ <meta property="article:author" content="https://www.facebook.com/lprimak"
/>
+ <meta property="profile:first_name" content="Lenny" />
+ <meta property="profile:last_name" content="Primak" />
<meta property="og:type" content="article"/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@ApacheShiro" />
- <meta property="article:modification_time" content="2010-03-18T00:00:00Z"/>
- <meta property="article:tag" content='events'/>
- <meta property="article:tag" content='meetings'/>
+ <meta property="article:modification_time" content="2024-05-30T00:00:00Z"/>
+ <meta property="article:tag" content='blog'/>
+ <meta property="article:tag" content='release'/>
<meta property="og:locale" content="en_US" />
- <meta property="og:url" content='https://shiro.apache.org/roadmap.html'/>
- <meta property="og:image" content='images/shiro-featured-image.png'/>
+ <meta property="og:url"
content='https://shiro.apache.org/blog/2024/05/apache-shiro-201-released.html'/>
+ <meta property="og:image"
content='../../../images/shiro-featured-image.png'/>
<meta property="og:image:width" content='1200'/>
<meta property="og:image:height" content='628'/>
<meta property="og:site_name" content="Apache Shiro"/>
<!-- Le styles -->
- <link href="css/bootstrap.min.css" rel="stylesheet">
- <link href="bootstrap-icons-1.5.0/bootstrap-icons.css" rel="stylesheet">
- <link href="css/asciidoctor.css" rel="stylesheet">
- <link href="css/base.css" rel="stylesheet">
- <link href="highlight.js-11.2.0/styles/default.min.css" rel="stylesheet">
- <link href="css/gh-pages/gh-fork-ribbon.css" rel="stylesheet"/>
+ <link href="../../../css/bootstrap.min.css" rel="stylesheet">
+ <link href="../../../bootstrap-icons-1.5.0/bootstrap-icons.css"
rel="stylesheet">
+ <link href="../../../css/asciidoctor.css" rel="stylesheet">
+ <link href="../../../css/base.css" rel="stylesheet">
+ <link href="../../../highlight.js-11.2.0/styles/default.min.css"
rel="stylesheet">
+ <link href="../../../css/gh-pages/gh-fork-ribbon.css" rel="stylesheet"/>
<!-- Fav and touch icons -->
<!--<link rel="apple-touch-icon-precomposed" sizes="144x144"
href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114"
href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72"
href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed"
href="../assets/ico/apple-touch-icon-57-precomposed.png">-->
- <link rel="shortcut icon" href="favicon.ico">
+ <link rel="shortcut icon" href="../../../favicon.ico">
<!-- Matomo -->
<script>
@@ -81,7 +88,7 @@
<div class="masthead">
<p class="lead">
- <a href="index.html"><img src="images/apache-shiro-logo.png"
style="height:100px; width:auto; vertical-align: bottom; margin-top: 20px;"
alt="Apache Shiro Logo"></a>
+ <a href="../../../index.html"><img
src="../../../images/apache-shiro-logo.png" style="height:100px; width:auto;
vertical-align: bottom; margin-top: 20px;" alt="Apache Shiro Logo"></a>
<span class="tagline">Simple. Java. Security.</span>
<a class="pull-right"
href="https://www.apache.org/events/current-event.html">
<img style="padding-top: 8px"
src="https://www.apache.org/events/current-event-125x125.png" alt="Apache
Software Foundation Event Banner"/>
@@ -99,10 +106,10 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
- <a class="nav-link" href="get-started.html">Get Started</a>
+ <a class="nav-link" href="../../../get-started.html">Get
Started</a>
</li>
<li class="nav-item">
- <a class="nav-link" href="documentation.html">Docs</a>
+ <a class="nav-link" href="../../../documentation.html">Docs</a>
</li>
<li class="nav-item dropdown">
@@ -110,15 +117,15 @@
Web Apps
</a>
<ul class="dropdown-menu"
aria-labelledby="navbarDropdown-webapps">
- <li><a class="dropdown-item" href="web.html">General</a></li>
- <li><a class="dropdown-item" href="jaxrs.html">JAX-RS</a></li>
- <li><a class="dropdown-item" href="jakarta-ee.html">Jakarta
EE</a></li>
+ <li><a class="dropdown-item"
href="../../../web.html">General</a></li>
+ <li><a class="dropdown-item"
href="../../../jaxrs.html">JAX-RS</a></li>
+ <li><a class="dropdown-item"
href="../../../jakarta-ee.html">Jakarta EE</a></li>
<li><hr class="dropdown-divider"></li>
- <li><a class="dropdown-item"
href="web-features.html">Features</a></li>
+ <li><a class="dropdown-item"
href="../../../web-features.html">Features</a></li>
</ul>
</li>
- <li><a class="nav-link" href="features.html">Features</a></li>
+ <li><a class="nav-link"
href="../../../features.html">Features</a></li>
<!-- integrations -->
<li class="nav-item dropdown">
@@ -126,10 +133,10 @@
Integrations
</a>
<ul class="dropdown-menu"
aria-labelledby="navbarDropdown-integrations">
- <li><a class="dropdown-item"
href="spring-boot.html">Spring</a></li>
- <li><a class="dropdown-item" href="guice.html">Guice</a></li>
+ <li><a class="dropdown-item"
href="../../../spring-boot.html">Spring</a></li>
+ <li><a class="dropdown-item"
href="../../../guice.html">Guice</a></li>
<li><hr class="dropdown-divider"></li>
- <li><a class="dropdown-item"
href="integration.html">Third-Party Integrations</a></li>
+ <li><a class="dropdown-item"
href="../../../integration.html">Third-Party Integrations</a></li>
</ul>
</li>
@@ -139,13 +146,13 @@
Community
</a>
<ul class="dropdown-menu"
aria-labelledby="navbarDropdown-community">
- <li><a class="dropdown-item" href="forums.html">Community
Forums</a></li>
- <li><a class="dropdown-item" href="mailing-lists.html">Mailing
Lists</a></li>
- <li><a class="dropdown-item"
href="articles.html">Articles</a></li>
- <li><a class="dropdown-item" href="news.html">News</a></li>
- <li><a class="dropdown-item" href="events.html">Events</a></li>
+ <li><a class="dropdown-item"
href="../../../forums.html">Community Forums</a></li>
+ <li><a class="dropdown-item"
href="../../../mailing-lists.html">Mailing Lists</a></li>
+ <li><a class="dropdown-item"
href="../../../articles.html">Articles</a></li>
+ <li><a class="dropdown-item"
href="../../../news.html">News</a></li>
+ <li><a class="dropdown-item"
href="../../../events.html">Events</a></li>
<li><hr class="dropdown-divider"></li>
- <li><a class="dropdown-item"
href="community.html">More</a></li>
+ <li><a class="dropdown-item"
href="../../../community.html">More</a></li>
</ul>
</li>
@@ -155,9 +162,9 @@
About
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown-about">
- <li><a class="dropdown-item" href="about.html">About</a></li>
- <li><a class="dropdown-item"
href="privacy-policy.html">Privacy Policy</a></li>
- <li><a class="dropdown-item"
href="security-reports.html">Vulnerability Reports</a></li>
+ <li><a class="dropdown-item"
href="../../../about.html">About</a></li>
+ <li><a class="dropdown-item"
href="../../../privacy-policy.html">Privacy Policy</a></li>
+ <li><a class="dropdown-item"
href="../../../security-reports.html">Vulnerability Reports</a></li>
</ul>
</li>
</ul>
@@ -182,112 +189,83 @@
</nav>
<div class="page-header">
- <h1>Roadmap</h1>
+ <h1>2.0.1 available</h1>
</div>
- <div class="admonitionblock tip">
- <table>
- <tbody>
- <tr>
- <td class="icon">
- <div class="title">Handy Hint</div>
- </td>
- <td class="content">
- <div class="title">Shiro v1 version notice</div>
- <div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
+ <p>
+ <em>Published by <a rel="author"
href="https://twitter.com/@lprimak">Lenny Primak</a> on the
+ <time datetime="2024-05-30T00:00:00Z">30th of May,
2024</time>
+ </em>
+ </p>
-<div id="toc" class="toc">
-<div id="toctitle">Table of Contents</div>
-<ul class="sectlevel1">
-<li><a href="#excerpt_of_version_2_features">Excerpt of Version 2
features</a></li>
-<li><a href="#excerpt_of_version_2_changes">Excerpt of Version 2
changes</a></li>
-</ul>
-</div>
-<div id="preamble">
+ <div id="preamble">
<div class="sectionbody">
<div class="paragraph">
-<p>We currently do not have a timeline for version 2, but we are already
collecting ideas.
-New features are implemented into the "main" branch every now and then.</p>
+<p>The Apache Shiro team is pleased to announce the release of Apache Shiro
version 2.0.1.</p>
</div>
<div class="paragraph">
-<p>You can find the complete list of ideas in our wiki: <a
href="https://cwiki.apache.org/confluence/display/SHIRO/Version+2+Brainstorming">Version
2 Brainstorming</a>.</p>
-</div>
-<div class="admonitionblock important">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-important" title="Important"></i>
-</td>
-<td class="content">
-<div class="paragraph">
-<p>This list is not exhaustive.
-The wiki page should be regarded as the primary source.
-Feel free to tell us about your ideas on the <a
href="mailing-lists.html">mailing lists</a>!</p>
-</div>
-</td>
-</tr>
-</table>
+<p>This release is available for download now.</p>
</div>
</div>
</div>
<div class="sect1">
-<h2 id="excerpt_of_version_2_features">Excerpt of Version 2 features</h2>
+<h2 id="release_highlights">Release Highlights</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
-<p>Event support</p>
+<p>Added a supported way to decorate Shiro SecurityManager</p>
</li>
<li>
-<p>Authorization ANTLR Grammar</p>
+<p>Better compatibility with OSGi for Jakarta EE jakarta namespace</p>
</li>
<li>
-<p>Multi-Stage Authentication via request/response</p>
-<div class="paragraph">
-<p>In applications that need to authenticate via multiple mechanisms (e.g.
multi-factor authentication), a Request/Response protocol for login would
probably be easier to use to support such workflows.</p>
-</div>
+<p>Fixed exception handling bugs in Jax-Rs integration module</p>
</li>
<li>
-<p>Captcha Support</p>
+<p>Fixed a bug in Jakarta Faces integration</p>
+</li>
+<li>
+<p>Better compatibility when building with Maven 4.x</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
-<h2 id="excerpt_of_version_2_changes">Excerpt of Version 2 changes</h2>
+<h2 id="all_changes">All changes</h2>
<div class="sectionbody">
-<div class="ulist">
-<ul>
-<li>
-<p>Rename AuthenticationInfo to Account</p>
-</li>
-<li>
-<p>Realm refactoring</p>
-</li>
-<li>
-<p>New layout of maven modules</p>
-</li>
-<li>
-<p>Redefine Component Names</p>
<div class="paragraph">
-<p>Change classes named FooDAO to FooStore instead.</p>
+<p>You can learn more on <a
href="https://github.com/apache/shiro/releases/tag/shiro-root-2.0.1">GitHub,
Release 2.0.1</a>.</p>
</div>
-</li>
-</ul>
+</div>
+</div>
+<div class="sect1">
+<h2 id="download">Download</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Download and verification instructions are available <a
href="/download.html">on our download page</a>.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="documentation">Documentation</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>For more information on <a href="/documentation.html">Shiro, please read
the documentation.</a></p>
+</div>
+<div class="paragraph">
+<p>Enjoy!</p>
+</div>
+<div class="paragraph">
+<p>The Apache Shiro Team</p>
</div>
</div>
</div>
- <hr />
+ <hr />
+
</div>
<div class="footer-padding"></div>
@@ -309,7 +287,7 @@ Feel free to tell us about your ideas on the <a
href="mailing-lists.html">mailin
</div>
<div class="d-flex justify-content-end col-md-4" id="editThisPage">
- <input type="hidden" id="ghEditPage"
value="https://github.com/apache/shiro-site/edit/main/src/site/content/roadmap.adoc"/>
+ <input type="hidden" id="ghEditPage"
value="https://github.com/apache/shiro-site/edit/main/src/site/content/blog/2024/05/apache-shiro-201-released.adoc"/>
</div>
<div class="d-flex col-md-2 justify-content-end" style="position:
relative">
@@ -322,9 +300,9 @@ Feel free to tell us about your ideas on the <a
href="mailing-lists.html">mailin
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
- <script src="js/bootstrap.min.js"></script>
- <script src="highlight.js-11.2.0/highlight.min.js"></script>
- <script src="js/shiro.js"></script>
+ <script src="../../../js/bootstrap.min.js"></script>
+ <script src="../../../highlight.js-11.2.0/highlight.min.js"></script>
+ <script src="../../../js/shiro.js"></script>
<script>
docReady(
diff --git a/cachemanager.html b/cachemanager.html
index 07a4eb1e7..7f1910e50 100644
--- a/cachemanager.html
+++ b/cachemanager.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/caching.html b/caching.html
index d51cd8312..027830281 100644
--- a/caching.html
+++ b/caching.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/cas.html b/cas.html
index 738f04dfc..bd6fa4620 100644
--- a/cas.html
+++ b/cas.html
@@ -205,7 +205,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
@@ -381,7 +381,7 @@ Generally, the CAS client forwards the user to the
originally called protected p
<pre><code class='xml language-xml'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-cas</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency>
</code></pre>
</div>
@@ -391,7 +391,7 @@ Generally, the CAS client forwards the user to the
originally called protected p
role="tabpanel"
aria-labelledby="gradle-casmain-tab"
>
- <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-cas:2.0.0'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-cas:2.0.1'
</code></pre>
</div>
<div
@@ -400,7 +400,7 @@ Generally, the CAS client forwards the user to the
originally called protected p
role="tabpanel"
aria-labelledby="sbt-casmain-tab"
>
- <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-cas" % "2.0.0"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-cas" % "2.0.1"
</code></pre>
</div>
<div
@@ -409,7 +409,7 @@ Generally, the CAS client forwards the user to the
originally called protected p
role="tabpanel"
aria-labelledby="ivy-casmain-tab"
>
- <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-cas" rev="2.0.0"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-cas" rev="2.0.1"/>
</code></pre>
</div>
<div
@@ -418,7 +418,7 @@ Generally, the CAS client forwards the user to the
originally called protected p
role="tabpanel"
aria-labelledby="leiningen-casmain-tab"
>
- <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-cas
"2.0.0"]
+ <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-cas
"2.0.1"]
</code></pre>
</div>
<div
@@ -427,7 +427,7 @@ Generally, the CAS client forwards the user to the
originally called protected p
role="tabpanel"
aria-labelledby="buildr-casmain-tab"
>
- <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-cas:jar:2.0.0'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-cas:jar:2.0.1'
</code></pre>
</div>
</div>
diff --git a/command-line-hasher.html b/command-line-hasher.html
index f6723613f..59457e698 100644
--- a/command-line-hasher.html
+++ b/command-line-hasher.html
@@ -200,9 +200,9 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
<p>
- <a href="./v2/">Read this page in the v2 documentation</a>.
+ <a href="./v2/command-line-hasher.html">Read this page in
the v2 documentation</a>.
</p>
</div>
</td>
@@ -249,14 +249,14 @@ They are outdated and all considered insecure!</p>
<h2 id="CommandLineHasher-Usage">Usage</h2>
<div class="sectionbody">
<div class="paragraph">
-<p>Ensure you have access to the <code>shiro-tools-hasher-2.0.0-cli.jar</code>
file.
+<p>Ensure you have access to the <code>shiro-tools-hasher-2.0.1-cli.jar</code>
file.
You can either find this in a source build in the
<em>buildroot</em>`/tools/hasher/target` directory or via download through
Maven.</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash"># Use the following to download from Maven Central into
-#
~/.m2/repository/org/apache/shiro/tools/shiro-tools-hasher/2.0.0/shiro-tools-hasher-2.0.0-cli.jar
-$ mvn dependency:get -DgroupId=org.apache.shiro.tools
-DartifactId=shiro-tools-hasher -Dclassifier=cli -Dversion=2.0.0</code></pre>
+#
~/.m2/repository/org/apache/shiro/tools/shiro-tools-hasher/2.0.1/shiro-tools-hasher-2.0.1-cli.jar
+$ mvn dependency:get -DgroupId=org.apache.shiro.tools
-DartifactId=shiro-tools-hasher -Dclassifier=cli -Dversion=2.0.1</code></pre>
</div>
</div>
<div class="paragraph">
@@ -264,7 +264,7 @@ $ mvn dependency:get -DgroupId=org.apache.shiro.tools
-DartifactId=shiro-tools-h
</div>
<div class="listingblock">
<div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.0-cli.jar</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.1-cli.jar</code></pre>
</div>
</div>
<div class="paragraph">
@@ -285,7 +285,7 @@ $ mvn dependency:get -DgroupId=org.apache.shiro.tools
-DartifactId=shiro-tools-h
</div>
<div class="listingblock">
<div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.0-cli.jar -p</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.1-cli.jar -p</code></pre>
</div>
</div>
<div class="paragraph">
diff --git a/commercial-support.html b/commercial-support.html
index 22e389aa0..e5939a156 100644
--- a/commercial-support.html
+++ b/commercial-support.html
@@ -197,7 +197,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/community.html b/community.html
index dde24e265..d0f10ac8b 100644
--- a/community.html
+++ b/community.html
@@ -195,7 +195,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/configuration.html b/configuration.html
index 29ece720d..5ad484dfb 100644
--- a/configuration.html
+++ b/configuration.html
@@ -195,7 +195,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/core.html b/core.html
index 84190975f..2ef584f84 100644
--- a/core.html
+++ b/core.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/cryptography-features.html b/cryptography-features.html
index 786ac85a8..f63dc5488 100644
--- a/cryptography-features.html
+++ b/cryptography-features.html
@@ -197,7 +197,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/developer-resources.html b/developer-resources.html
index 75090c396..3390f4036 100644
--- a/developer-resources.html
+++ b/developer-resources.html
@@ -201,7 +201,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/developers.html b/developers.html
index b91be9a1d..1070fb2d0 100644
--- a/developers.html
+++ b/developers.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/documentation.html b/documentation.html
index 8639fbf8f..c46dfccee 100644
--- a/documentation.html
+++ b/documentation.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
@@ -266,7 +266,7 @@
<div class="sect2">
<h3 id="current_release">Current Release</h3>
<div class="paragraph">
-<p>Apache Shiro 2.0.0 (<a href="download.html">Download</a>)</p>
+<p>Apache Shiro 2.0.1 (<a href="download.html">Download</a>)</p>
</div>
<div class="ulist">
<ul>
@@ -274,10 +274,10 @@
<p><a href="https://javadoc.io/doc/org.apache.shiro">API</a> (Javadoc - Hosted
on javadoc.io)</p>
</li>
<li>
-<p><a href="https://github.com/apache/shiro/tree/shiro-root-2.0.0/">Browse
Source</a> (GitHub tag)</p>
+<p><a href="https://github.com/apache/shiro/tree/shiro-root-2.0.1/">Browse
Source</a> (GitHub tag)</p>
</li>
<li>
-<p><a href="static/2.0.0/">Maven Static Site</a></p>
+<p><a href="static/latest/">Maven Static Site</a></p>
</li>
</ul>
</div>
diff --git a/download.html b/download.html
index d39f307b3..9b97b1407 100644
--- a/download.html
+++ b/download.html
@@ -186,7 +186,7 @@
<p><div id="preamble">
<div class="sectionbody">
<div class="paragraph">
-<p>Apache Shiro 2.0.0 is the current stable release (Java 11+).</p>
+<p>Apache Shiro 2.0.1 is the current stable release (Java 11+).</p>
</div>
<div class="paragraph">
<p>To download Shiro please follow the instructions below.</p>
@@ -205,7 +205,7 @@
<h2 id="current_release">Current Release</h2>
<div class="sectionbody">
<div class="paragraph">
-<p>The current release is 2.0.0.
+<p>The current release is 2.0.1.
For older releases, please visit our <a href="release-archive.html">release
archive</a>.</p>
</div>
</div>
@@ -215,42 +215,42 @@ For older releases, please visit our <a
href="release-archive.html">release arch
<p>
<ul>
- <li><a href="#200">Apache Shiro Release v2.0.0</a></li>
+ <li><a href="#201">Apache Shiro Release v2.0.1</a></li>
<ul>
- <li><a href="#200Source">2.0.0 Source Code Distribution</a></li>
- <li><a href="#200Git">2.0.0 Git Source repository</a></li>
- <li><a href="#200Binary">2.0.0 Binaries</a></li>
+ <li><a href="#201Source">2.0.1 Source Code Distribution</a></li>
+ <li><a href="#201Git">2.0.1 Git Source repository</a></li>
+ <li><a href="#201Binary">2.0.1 Binaries</a></li>
</ul>
</ul>
</p>
- <section id="200">
- <h2>Release 2.0.0</h2>
+ <section id="201">
+ <h2>Release 2.0.1</h2>
- <h3 id="200Source">2.0.0 Source Code Distribution</h3>
+ <h3 id="201Source">2.0.1 Source Code Distribution</h3>
<p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:
- <code><a class="external-link"
href="https://www.apache.org/dyn/closer.lua/shiro/2.0.0/shiro-root-2.0.0-source-release.zip">shiro-root-2.0.0-source-release.zip</a></code>
+ <code><a class="external-link"
href="https://www.apache.org/dyn/closer.lua/shiro/2.0.1/shiro-root-2.0.1-source-release.zip">shiro-root-2.0.1-source-release.zip</a></code>
(<a class="external-link"
-
href="https://downloads.apache.org/shiro/2.0.0/shiro-root-2.0.0-source-release.zip.asc">pgp</a>,
<a
+
href="https://downloads.apache.org/shiro/2.0.1/shiro-root-2.0.1-source-release.zip.asc">pgp</a>,
<a
class="external-link"
-
href="https://downloads.apache.org/shiro/2.0.0/shiro-root-2.0.0-source-release.zip.sha512">sha512</a>)
+
href="https://downloads.apache.org/shiro/2.0.1/shiro-root-2.0.1-source-release.zip.sha512">sha512</a>)
</code>
<p>Associated documentation can be found <a href="documentation.html"
title="Documentation">here</a></p>
- <h3 id="200Git">2.0.0 Git Source repository</h3>
+ <h3 id="201Git">2.0.1 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.0.0
+git checkout shiro-root-2.0.1
</code>
</pre>
- <h3 id="200Binary">2.0.0 Binaries</h3>
+ <h3 id="201Binary">2.0.1 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>
@@ -271,15 +271,15 @@ git checkout shiro-root-2.0.0
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/2.0.0/shiro-core-2.0.0.jar">shiro-core</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/2.0.0/shiro-core-2.0.0.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/2.0.1/shiro-core-2.0.1.jar">shiro-core</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/2.0.1/shiro-core-2.0.1.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency></code></pre>
</td>
@@ -293,15 +293,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.0.0/shiro-web-2.0.0.jar">shiro-web</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/2.0.0/shiro-web-2.0.0.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/2.0.1/shiro-web-2.0.1.jar">shiro-web</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/2.0.1/shiro-web-2.0.1.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency></code></pre>
</td>
@@ -311,15 +311,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.0.0/shiro-servlet-plugin-2.0.0.jar">shiro-servlet-plugin</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/2.0.0/shiro-servlet-plugin-2.0.0.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/2.0.1/shiro-servlet-plugin-2.0.1.jar">shiro-servlet-plugin</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/2.0.1/shiro-servlet-plugin-2.0.1.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.0.0</version>
+ <version>2.0.1</version>
</dependency></code></pre>
</td>
@@ -329,15 +329,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.0.0/shiro-cdi-2.0.0.jar">shiro-cdi</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cdi/2.0.0/shiro-cdi-2.0.0.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cdi/2.0.1/shiro-cdi-2.0.1.jar">shiro-cdi</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cdi/2.0.1/shiro-cdi-2.0.1.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-cdi</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency></code></pre>
</td>
@@ -347,15 +347,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.0.0/shiro-jakarta-ee-2.0.0.jar">shiro-jakarta-ee</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jakarta-ee/2.0.0/shiro-jakarta-ee-2.0.0.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jakarta-ee/2.0.1/shiro-jakarta-ee-2.0.1.jar">shiro-jakarta-ee</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jakarta-ee/2.0.1/shiro-jakarta-ee-2.0.1.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.0.0</version>
+ <version>2.0.1</version>
</dependency></code></pre>
</td>
@@ -365,15 +365,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.0.0/shiro-jaxrs-2.0.0.jar">shiro-jaxrs</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/2.0.0/shiro-jaxrs-2.0.0.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/2.0.1/shiro-jaxrs-2.0.1.jar">shiro-jaxrs</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/2.0.1/shiro-jaxrs-2.0.1.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-jaxrs</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency></code></pre>
</td>
@@ -383,15 +383,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.0.0/shiro-aspectj-2.0.0.jar">shiro-aspectj</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/2.0.0/shiro-aspectj-2.0.0.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/2.0.1/shiro-aspectj-2.0.1.jar">shiro-aspectj</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/2.0.1/shiro-aspectj-2.0.1.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-aspectj</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency></code></pre>
</td>
@@ -402,15 +402,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.0.0/shiro-cas-2.0.0.jar">shiro-cas</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/2.0.0/shiro-cas-2.0.0.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/2.0.1/shiro-cas-2.0.1.jar">shiro-cas</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/2.0.1/shiro-cas-2.0.1.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-cas</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency></code></pre>
</td>
@@ -424,15 +424,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-ehcache/2.0.0/shiro-ehcache-2.0.0.jar">shiro-ehcache</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/2.0.0/shiro-ehcache-2.0.0.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/2.0.1/shiro-ehcache-2.0.1.jar">shiro-ehcache</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/2.0.1/shiro-ehcache-2.0.1.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-ehcache</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency></code></pre>
</td>
@@ -442,15 +442,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-hazelcast/2.0.0/shiro-hazelcast-2.0.0.jar">shiro-hazelcast</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/2.0.0/shiro-hazelcast-2.0.0.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/2.0.1/shiro-hazelcast-2.0.1.jar">shiro-hazelcast</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/2.0.1/shiro-hazelcast-2.0.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.0.0</version>
+ <version>2.0.1</version>
</dependency></code></pre>
</td>
@@ -460,15 +460,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-features/2.0.0/shiro-features-2.0.0-features.xml">shiro-features</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/2.0.0/shiro-features-2.0.0-features.xml.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/2.0.1/shiro-features-2.0.1-features.xml">shiro-features</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/2.0.1/shiro-features-2.0.1-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.0.0</version>
+ <version>2.0.1</version>
</dependency></code></pre>
</td>
@@ -478,15 +478,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.0.0/shiro-guice-2.0.0.jar">shiro-guice</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/2.0.0/shiro-guice-2.0.0.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/2.0.1/shiro-guice-2.0.1.jar">shiro-guice</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/2.0.1/shiro-guice-2.0.1.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-guice</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency></code></pre>
</td>
@@ -496,15 +496,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.0.0/shiro-quartz-2.0.0.jar">shiro-quartz</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/2.0.0/shiro-quartz-2.0.0.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/2.0.1/shiro-quartz-2.0.1.jar">shiro-quartz</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/2.0.1/shiro-quartz-2.0.1.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-quartz</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency></code></pre>
</td>
@@ -515,15 +515,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.0.0/shiro-spring-2.0.0.jar">shiro-spring</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/2.0.0/shiro-spring-2.0.0.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/2.0.1/shiro-spring-2.0.1.jar">shiro-spring</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/2.0.1/shiro-spring-2.0.1.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency></code></pre>
</td>
@@ -533,15 +533,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.0.0/shiro-spring-boot-starter-2.0.0.jar">shiro-spring-boot-starter</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/2.0.0/shiro-spring-boot-starter-2.0.0.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/2.0.1/shiro-spring-boot-starter-2.0.1.jar">shiro-spring-boot-starter</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/2.0.1/shiro-spring-boot-starter-2.0.1.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.0.0</version>
+ <version>2.0.1</version>
</dependency></code></pre>
</td>
@@ -551,15 +551,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.0.0/shiro-spring-boot-web-starter-2.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/2.0.0/shiro-spring-boot-web-starter-2.0.0.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/2.0.1/shiro-spring-boot-web-starter-2.0.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.0.1/shiro-spring-boot-web-starter-2.0.1.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.0.0</version>
+ <version>2.0.1</version>
</dependency></code></pre>
</td>
@@ -569,8 +569,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.0.0/shiro-tools-hasher-2.0.0-cli.jar">shiro-tools-hasher</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/2.0.0/shiro-tools-hasher-2.0.0-cli.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/2.0.1/shiro-tools-hasher-2.0.1-cli.jar">shiro-tools-hasher</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/2.0.1/shiro-tools-hasher-2.0.1-cli.jar.asc">pgp</a>)
</td>
<td>
@@ -580,7 +580,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.0.0-cli.jar</code></pre>
+<pre><code class='bash'> java -jar
shiro-tools-hasher-2.0.1-cli.jar</code></pre>
</td>
</tr>
diff --git a/events.html b/events.html
index 50cf68556..77ab0ca37 100644
--- a/events.html
+++ b/events.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/features.html b/features.html
index d81237ff7..9f192cb78 100644
--- a/features.html
+++ b/features.html
@@ -197,7 +197,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/feed.xml b/feed.xml
index 917da76e6..49cfacf97 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>2024-03-01T00:30:06Z</updated>
+ <updated>2024-05-31T04:37:06Z</updated>
<author>
<name>Les Hazlewood</name>
@@ -35,6 +35,82 @@
<icon>/images/favicon128.png</icon>
<logo>/images/apache-shiro-logo.png</logo>
+ <entry>
+ <title>2.0.1 available</title>
+ <link
href="https://shiro.apache.org/blog/2024/05/apache-shiro-201-released.html"/>
+
<id>https://shiro.apache.org/blog/2024/05/apache-shiro-201-released.html</id>
+ <updated>2024-05-30T00:00:00Z</updated>
+ <author>
+ <name>Lenny Primak</name>
+ </author>
+ <content type="html">
+ <div id="preamble">
+<div class="sectionbody">
+<div class="paragraph">
+<p>The Apache Shiro team is pleased to announce the release of Apache
Shiro version 2.0.1.</p>
+</div>
+<div class="paragraph">
+<p>This release is available for download now.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="release_highlights">Release Highlights</h2>
+<div class="sectionbody">
+<div class="ulist">
+<ul>
+<li>
+<p>Added a supported way to decorate Shiro SecurityManager</p>
+</li>
+<li>
+<p>Better compatibility with OSGi for Jakarta EE jakarta
namespace</p>
+</li>
+<li>
+<p>Fixed exception handling bugs in Jax-Rs integration module</p>
+</li>
+<li>
+<p>Fixed a bug in Jakarta Faces integration</p>
+</li>
+<li>
+<p>Better compatibility when building with Maven 4.x</p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="all_changes">All changes</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>You can learn more on <a
href="https://github.com/apache/shiro/releases/tag/shiro-root-2.0.1">GitHub,
Release 2.0.1</a>.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="download">Download</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Download and verification instructions are available <a
href="/download.html">on our download page</a>.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="documentation">Documentation</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>For more information on <a
href="/documentation.html">Shiro, please read the
documentation.</a></p>
+</div>
+<div class="paragraph">
+<p>Enjoy!</p>
+</div>
+<div class="paragraph">
+<p>The Apache Shiro Team</p>
+</div>
+</div>
+</div>
+ </content>
+ </entry>
+
<entry>
<title>2.0.0 available</title>
<link
href="https://shiro.apache.org/blog/2024/02/apache-shiro-200-released.html"/>
@@ -1485,85 +1561,5 @@ Of course the old URLs will be redirected.</p>
</content>
</entry>
- <entry>
- <title>Apache Shiro v1.8.0 released</title>
- <link href="https://shiro.apache.org/blog/2021/v1.8.0.html"/>
- <id>https://shiro.apache.org/blog/2021/v1.8.0.html</id>
- <updated>2021-08-26T00:00:00Z</updated>
- <author>
- <name>Benjamin Marwell</name>
- </author>
- <content type="html">
- <div id="preamble">
-<div class="sectionbody">
-<div class="paragraph">
-<p>The Shiro team is pleased to announce the release of Apache Shiro
version 1.8.0. This is a feature release for 1.x.</p>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="changes_in_1_8_0">Changes in 1.8.0</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>This changelog is also available <a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350384&amp;projectId=12310950">on
Jira</a>.</p>
-</div>
-<div class="sect2">
-<h3 id="bug">Bug</h3>
-<div class="ulist">
-<ul>
-<li>
-<p>[<a
href="https://issues.apache.org/jira/browse/SHIRO-678">SHIRO-678</a>]
- Strings
-garbled when POST without JSESSIONID cookie</p>
-</li>
-<li>
-<p>[<a
href="https://issues.apache.org/jira/browse/SHIRO-812">SHIRO-812</a>]
- Key
-value separator in config is broken with escape char</p>
-</li>
-<li>
-<p>[<a
href="https://issues.apache.org/jira/browse/SHIRO-825">SHIRO-825</a>]
-
-Trailing slash in URI results in "IllegalArgumentException: There is no
-configured chain under the name/key"</p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect2">
-<h3 id="improvement">Improvement</h3>
-<div class="ulist">
-<ul>
-<li>
-<p>[<a
href="https://issues.apache.org/jira/browse/SHIRO-216">SHIRO-216</a>]
- Add
-@Documented to Shiro authorization annotations</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="download">Download</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>Download and verification instructions are available <a
href="/download.html">on our download page</a>.</p>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="documentation">Documentation</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>For more information on <a
href="/documentation.html">Shiro, please read the
documentation</a>.</p>
-</div>
-<div class="paragraph">
-<p>Enjoy!</p>
-</div>
-<div class="paragraph">
-<p>The Apache Shiro Team</p>
-</div>
-</div>
-</div>
- </content>
- </entry>
-
</feed>
diff --git a/forums.html b/forums.html
index ac633c429..7c7729cd9 100644
--- a/forums.html
+++ b/forums.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/get-started.html b/get-started.html
index 2fb3634e1..ed9ebd2c9 100644
--- a/get-started.html
+++ b/get-started.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/graduation-resolution.html b/graduation-resolution.html
index 45fb1bbd5..1834e2a2b 100644
--- a/graduation-resolution.html
+++ b/graduation-resolution.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/guice.html b/guice.html
index d95f22945..a11413e27 100644
--- a/guice.html
+++ b/guice.html
@@ -197,7 +197,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
@@ -365,7 +365,7 @@
<pre><code class='xml language-xml'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-guice</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency>
</code></pre>
</div>
@@ -375,7 +375,7 @@
role="tabpanel"
aria-labelledby="gradle-cli-tab"
>
- <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-guice:2.0.0'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-guice:2.0.1'
</code></pre>
</div>
<div
@@ -384,7 +384,7 @@
role="tabpanel"
aria-labelledby="sbt-cli-tab"
>
- <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-guice" % "2.0.0"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-guice" % "2.0.1"
</code></pre>
</div>
<div
@@ -393,7 +393,7 @@
role="tabpanel"
aria-labelledby="ivy-cli-tab"
>
- <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-guice" rev="2.0.0"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-guice" rev="2.0.1"/>
</code></pre>
</div>
<div
@@ -402,7 +402,7 @@
role="tabpanel"
aria-labelledby="leiningen-cli-tab"
>
- <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-guice
"2.0.0"]
+ <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-guice
"2.0.1"]
</code></pre>
</div>
<div
@@ -411,7 +411,7 @@
role="tabpanel"
aria-labelledby="buildr-cli-tab"
>
- <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-guice:jar:2.0.0'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-guice:jar:2.0.1'
</code></pre>
</div>
</div>
diff --git a/guides.html b/guides.html
index 68ebb5867..d76c20307 100644
--- a/guides.html
+++ b/guides.html
@@ -195,7 +195,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/how-to-contribute.html b/how-to-contribute.html
index 8cbef0292..73f96d74a 100644
--- a/how-to-contribute.html
+++ b/how-to-contribute.html
@@ -197,7 +197,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/index.html b/index.html
index 55d4c4764..26e5acf35 100644
--- a/index.html
+++ b/index.html
@@ -290,6 +290,10 @@
</div>
<div class="card-body">
+ <div>
+ <a href="blog/2024/05/apache-shiro-201-released.html"><h4
class="news-title">2.0.1 available</h4></a>
+ <p><small>by Lenny Primak on 2024-05-30</small></p>
+ </div>
<div>
<a href="blog/2024/02/apache-shiro-200-released.html"><h4
class="news-title">2.0.0 available</h4></a>
<p><small>by Lenny Primak on 2024-02-28</small></p>
@@ -306,10 +310,6 @@
<a
href="blog/2023/05/04/apache-shiro-200-alpha-1-released.html"><h4
class="news-title">2.0.0-alpha available</h4></a>
<p><small>by Lenny Primak on 2023-05-04</small></p>
</div>
- <div>
- <a href="blog/2023/01/13/apache-shiro-1110-released.html"><h4
class="news-title">1.11.0 available with fix CVE-2023-22602</h4></a>
- <p><small>by Brian Demers on 2023-01-13</small></p>
- </div>
<hr/>
<nav class="" aria-label="News Pagination">
diff --git a/integration.html b/integration.html
index b0e61cebb..c5d826905 100644
--- a/integration.html
+++ b/integration.html
@@ -197,7 +197,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/introduction.html b/introduction.html
index f08d90a60..62a665827 100644
--- a/introduction.html
+++ b/introduction.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/issues.html b/issues.html
index cc19af670..00e9a4125 100644
--- a/issues.html
+++ b/issues.html
@@ -199,7 +199,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/jakarta-ee.html b/jakarta-ee.html
index 8dd926c84..88f2987ff 100644
--- a/jakarta-ee.html
+++ b/jakarta-ee.html
@@ -198,7 +198,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
@@ -318,7 +318,7 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
<pre><code class='xml language-xml'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-jakarta-ee</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency>
</code></pre>
</div>
@@ -328,7 +328,7 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
role="tabpanel"
aria-labelledby="gradle-cli-tab"
>
- <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-jakarta-ee:2.0.0'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-jakarta-ee:2.0.1'
</code></pre>
</div>
<div
@@ -337,7 +337,7 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
role="tabpanel"
aria-labelledby="sbt-cli-tab"
>
- <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-jakarta-ee" % "2.0.0"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-jakarta-ee" % "2.0.1"
</code></pre>
</div>
<div
@@ -346,7 +346,7 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
role="tabpanel"
aria-labelledby="ivy-cli-tab"
>
- <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-jakarta-ee" rev="2.0.0"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-jakarta-ee" rev="2.0.1"/>
</code></pre>
</div>
<div
@@ -355,7 +355,7 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
role="tabpanel"
aria-labelledby="leiningen-cli-tab"
>
- <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-jakarta-ee "2.0.0"]
+ <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-jakarta-ee "2.0.1"]
</code></pre>
</div>
<div
@@ -364,7 +364,7 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
role="tabpanel"
aria-labelledby="buildr-cli-tab"
>
- <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-jakarta-ee:jar:2.0.0'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-jakarta-ee:jar:2.0.1'
</code></pre>
</div>
</div>
@@ -470,7 +470,7 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-bom</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
diff --git a/java-annotations-list.html b/java-annotations-list.html
index ea65d9e08..9c05d0f00 100644
--- a/java-annotations-list.html
+++ b/java-annotations-list.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/java-annotations.html b/java-annotations.html
index b28958b9d..6cde1f1ae 100644
--- a/java-annotations.html
+++ b/java-annotations.html
@@ -197,7 +197,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/java-authentication-guide.html b/java-authentication-guide.html
index 2c100d724..eac326063 100644
--- a/java-authentication-guide.html
+++ b/java-authentication-guide.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/java-authorization-guide.html b/java-authorization-guide.html
index 905511bcd..54ef3ab51 100644
--- a/java-authorization-guide.html
+++ b/java-authorization-guide.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/java-cryptography-guide.html b/java-cryptography-guide.html
index d37daa3a1..643641f43 100644
--- a/java-cryptography-guide.html
+++ b/java-cryptography-guide.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/jaxrs.html b/jaxrs.html
index fea3ebc8b..0415b6101 100644
--- a/jaxrs.html
+++ b/jaxrs.html
@@ -198,7 +198,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
@@ -304,12 +304,12 @@
<pre><code class='xml language-xml'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-servlet-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-jaxrs</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency>
</code></pre>
</div>
@@ -319,8 +319,8 @@
role="tabpanel"
aria-labelledby="gradle-cli-tab"
>
- <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-servlet-plugin:2.0.0'
-compile 'org.apache.shiro:shiro-jaxrs:2.0.0'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-servlet-plugin:2.0.1'
+compile 'org.apache.shiro:shiro-jaxrs:2.0.1'
</code></pre>
</div>
<div
@@ -329,8 +329,8 @@ compile 'org.apache.shiro:shiro-jaxrs:2.0.0'
role="tabpanel"
aria-labelledby="sbt-cli-tab"
>
- <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-servlet-plugin" % "2.0.0"
-libraryDependencies += "org.apache.shiro" % "shiro-jaxrs" % "2.0.0"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-servlet-plugin" % "2.0.1"
+libraryDependencies += "org.apache.shiro" % "shiro-jaxrs" % "2.0.1"
</code></pre>
</div>
<div
@@ -339,8 +339,8 @@ libraryDependencies += "org.apache.shiro" % "shiro-jaxrs" %
"2.0.0"
role="tabpanel"
aria-labelledby="ivy-cli-tab"
>
- <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-servlet-plugin" rev="2.0.0"/>
-<dependency org="org.apache.shiro" name="shiro-jaxrs" rev="2.0.0"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-servlet-plugin" rev="2.0.1"/>
+<dependency org="org.apache.shiro" name="shiro-jaxrs" rev="2.0.1"/>
</code></pre>
</div>
<div
@@ -349,8 +349,8 @@ libraryDependencies += "org.apache.shiro" % "shiro-jaxrs" %
"2.0.0"
role="tabpanel"
aria-labelledby="leiningen-cli-tab"
>
- <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-servlet-plugin "2.0.0"]
-[org.apache.shiro/shiro-jaxrs "2.0.0"]
+ <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-servlet-plugin "2.0.1"]
+[org.apache.shiro/shiro-jaxrs "2.0.1"]
</code></pre>
</div>
<div
@@ -359,8 +359,8 @@ libraryDependencies += "org.apache.shiro" % "shiro-jaxrs" %
"2.0.0"
role="tabpanel"
aria-labelledby="buildr-cli-tab"
>
- <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-servlet-plugin:jar:2.0.0'
-'org.apache.shiro:shiro-jaxrs:jar:2.0.0'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-servlet-plugin:jar:2.0.1'
+'org.apache.shiro:shiro-jaxrs:jar:2.0.1'
</code></pre>
</div>
</div>
diff --git a/jsp-tag-library.html b/jsp-tag-library.html
index bb999427a..a06bfdbe8 100644
--- a/jsp-tag-library.html
+++ b/jsp-tag-library.html
@@ -198,7 +198,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/license.html b/license.html
index d585c7ca7..aee71b3db 100644
--- a/license.html
+++ b/license.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/mailing-lists.html b/mailing-lists.html
index d9dce9a9a..ca042404e 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -197,7 +197,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/news.html b/news.html
index 456088cdd..a43dec809 100644
--- a/news.html
+++ b/news.html
@@ -179,9 +179,14 @@
</div>
<!--<ul>-->
- <h4>February 2024</h4>
+ <h4>May 2024</h4>
<ul>
+ <li>30 - <a href="blog/2024/05/apache-shiro-201-released.html">2.0.1
available</a></li>
+ </ul>
+ <h4>February 2024</h4>
+ <ul>
+
<li>28 - <a href="blog/2024/02/apache-shiro-200-released.html">2.0.0
available</a></li>
</ul>
<h4>November 2023</h4>
diff --git a/overview.html b/overview.html
index 6318f47e7..e74e250bf 100644
--- a/overview.html
+++ b/overview.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/permissions.html b/permissions.html
index b80f489c0..4cb5152b2 100644
--- a/permissions.html
+++ b/permissions.html
@@ -224,7 +224,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/powered-by-shiro.html b/powered-by-shiro.html
index a85163a75..c2a4ad692 100644
--- a/powered-by-shiro.html
+++ b/powered-by-shiro.html
@@ -197,7 +197,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/privacy-policy.html b/privacy-policy.html
index b1ea2f27a..74a9ee8bf 100644
--- a/privacy-policy.html
+++ b/privacy-policy.html
@@ -199,7 +199,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/realm.html b/realm.html
index 69322c180..9a0c0cd8a 100644
--- a/realm.html
+++ b/realm.html
@@ -201,7 +201,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/reference.html b/reference.html
index 2af58df61..49ca04ba9 100644
--- a/reference.html
+++ b/reference.html
@@ -198,7 +198,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/release-archive.html b/release-archive.html
index 901535b9b..2c988125b 100644
--- a/release-archive.html
+++ b/release-archive.html
@@ -191,7 +191,7 @@
</div>
<div class="paragraph">
<p>To download archived versions of Apache Shiro please follow the
instructions below.
-Please note that the current version of Apache Shiro is 2.0.0.
+Please note that the current version of Apache Shiro is 2.0.1.
We recommend to stick to the latest version.</p>
</div>
</div>
diff --git a/roadmap.html b/roadmap.html
index 83141083e..c0b1629a1 100644
--- a/roadmap.html
+++ b/roadmap.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/security-reports.html b/security-reports.html
index fa8066b6a..a92118bef 100644
--- a/security-reports.html
+++ b/security-reports.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/securitymanager.html b/securitymanager.html
index d4a455605..9be02b809 100644
--- a/securitymanager.html
+++ b/securitymanager.html
@@ -198,7 +198,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/session-management-features.html b/session-management-features.html
index 5d914c5e6..5edd2d83f 100644
--- a/session-management-features.html
+++ b/session-management-features.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/session-management.html b/session-management.html
index b99e9f651..e0a2c3000 100644
--- a/session-management.html
+++ b/session-management.html
@@ -195,7 +195,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/sitemap.xml b/sitemap.xml
index 350e7b959..f8e4dba9d 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -13,251 +13,251 @@
<lastmod>2016-10-23</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/what-is-shiro.html</loc>
+ <loc>https://shiro.apache.org/webapp-tutorial.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/v2/command-line-hasher.html</loc>
+ <loc>https://shiro.apache.org/tutorial.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/terminology.html</loc>
+ <loc>https://shiro.apache.org/spring-xml.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/subject.html</loc>
+ <loc>https://shiro.apache.org/security-reports.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/securitymanager.html</loc>
+ <loc>https://shiro.apache.org/realm.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/reference.html</loc>
+ <loc>https://shiro.apache.org/permissions.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/powered-by-shiro.html</loc>
+ <loc>https://shiro.apache.org/license.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/mailing-lists.html</loc>
+ <loc>https://shiro.apache.org/java-authorization-guide.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/java-cryptography-guide.html</loc>
+ <loc>https://shiro.apache.org/how-to-contribute.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/java-annotations-list.html</loc>
+ <loc>https://shiro.apache.org/get-started.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/integration.html</loc>
+ <loc>https://shiro.apache.org/configuration.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/graduation-resolution.html</loc>
+ <loc>https://shiro.apache.org/commercial-support.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/events.html</loc>
+ <loc>https://shiro.apache.org/caching.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/developer-resources.html</loc>
+ <loc>https://shiro.apache.org/authorization.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/community.html</loc>
+ <loc>https://shiro.apache.org/adoption.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/cas.html</loc>
+ <loc>https://shiro.apache.org/web.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/authorization.html</loc>
+ <loc>https://shiro.apache.org/tools.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/adoption.html</loc>
+ <loc>https://shiro.apache.org/spring-framework.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/webapp-tutorial.html</loc>
+ <loc>https://shiro.apache.org/session-management.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/tutorial.html</loc>
+ <loc>https://shiro.apache.org/roadmap.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/spring-xml.html</loc>
+ <loc>https://shiro.apache.org/jsp-tag-library.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/security-reports.html</loc>
+ <loc>https://shiro.apache.org/java-authentication-guide.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/realm.html</loc>
+ <loc>https://shiro.apache.org/issues.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/permissions.html</loc>
+ <loc>https://shiro.apache.org/guides.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/license.html</loc>
+ <loc>https://shiro.apache.org/forums.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/java-authorization-guide.html</loc>
+ <loc>https://shiro.apache.org/documentation.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/how-to-contribute.html</loc>
+ <loc>https://shiro.apache.org/cryptography-features.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/get-started.html</loc>
+ <loc>https://shiro.apache.org/command-line-hasher.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/configuration.html</loc>
+ <loc>https://shiro.apache.org/cachemanager.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/commercial-support.html</loc>
+ <loc>https://shiro.apache.org/authorization-features.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/caching.html</loc>
+ <loc>https://shiro.apache.org/authentication-features.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/authorization-features.html</loc>
+ <loc>https://shiro.apache.org/about.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/authentication-features.html</loc>
+ <loc>https://shiro.apache.org/web-features.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/about.html</loc>
+ <loc>https://shiro.apache.org/testing.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/web.html</loc>
+ <loc>https://shiro.apache.org/support.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/tools.html</loc>
+ <loc>https://shiro.apache.org/spring-boot.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/spring-framework.html</loc>
+ <loc>https://shiro.apache.org/session-management-features.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/session-management.html</loc>
+ <loc>https://shiro.apache.org/overview.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/roadmap.html</loc>
+ <loc>https://shiro.apache.org/jaxrs.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/jsp-tag-library.html</loc>
+ <loc>https://shiro.apache.org/java-annotations.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/java-authentication-guide.html</loc>
+ <loc>https://shiro.apache.org/introduction.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/issues.html</loc>
+ <loc>https://shiro.apache.org/guice.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/guides.html</loc>
+ <loc>https://shiro.apache.org/features.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/forums.html</loc>
+ <loc>https://shiro.apache.org/developers.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/documentation.html</loc>
+ <loc>https://shiro.apache.org/core.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/cryptography-features.html</loc>
+ <loc>https://shiro.apache.org/articles.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/command-line-hasher.html</loc>
+ <loc>https://shiro.apache.org/what-is-shiro.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/cachemanager.html</loc>
+ <loc>https://shiro.apache.org/v2/command-line-hasher.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/articles.html</loc>
+ <loc>https://shiro.apache.org/terminology.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/web-features.html</loc>
+ <loc>https://shiro.apache.org/subject.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/testing.html</loc>
+ <loc>https://shiro.apache.org/securitymanager.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/support.html</loc>
+ <loc>https://shiro.apache.org/reference.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/spring-boot.html</loc>
+ <loc>https://shiro.apache.org/powered-by-shiro.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/session-management-features.html</loc>
+ <loc>https://shiro.apache.org/mailing-lists.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/overview.html</loc>
+ <loc>https://shiro.apache.org/java-cryptography-guide.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/jaxrs.html</loc>
+ <loc>https://shiro.apache.org/java-annotations-list.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/java-annotations.html</loc>
+ <loc>https://shiro.apache.org/integration.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/introduction.html</loc>
+ <loc>https://shiro.apache.org/graduation-resolution.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/guice.html</loc>
+ <loc>https://shiro.apache.org/events.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/features.html</loc>
+ <loc>https://shiro.apache.org/developer-resources.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/developers.html</loc>
+ <loc>https://shiro.apache.org/community.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/core.html</loc>
+ <loc>https://shiro.apache.org/cas.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
<url>
@@ -268,6 +268,10 @@
<loc>https://shiro.apache.org/architecture.html</loc>
<lastmod>2010-03-18</lastmod>
</url>
+ <url>
+
<loc>https://shiro.apache.org/blog/2024/05/apache-shiro-201-released.html</loc>
+ <lastmod>2024-05-30</lastmod>
+ </url>
<url>
<loc>https://shiro.apache.org/blog/2024/02/apache-shiro-200-released.html</loc>
<lastmod>2024-02-28</lastmod>
@@ -461,11 +465,11 @@
<lastmod>2023-02-08</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/shiro-web/index.html</loc>
+ <loc>https://shiro.apache.org/sessionmanager.html</loc>
<lastmod>2023-02-08</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/sessionmanager.html</loc>
+ <loc>https://shiro.apache.org/shiro-web/index.html</loc>
<lastmod>2023-02-08</lastmod>
</url>
<url>
@@ -477,11 +481,11 @@
<lastmod>2023-02-08</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/confluence-auto-export.html</loc>
+ <loc>https://shiro.apache.org/conferences.html</loc>
<lastmod>2023-02-08</lastmod>
</url>
<url>
- <loc>https://shiro.apache.org/conferences.html</loc>
+ <loc>https://shiro.apache.org/confluence-auto-export.html</loc>
<lastmod>2023-02-08</lastmod>
</url>
<url>
diff --git a/spring-boot.html b/spring-boot.html
index af8f50812..2c4d1aeb2 100644
--- a/spring-boot.html
+++ b/spring-boot.html
@@ -197,7 +197,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
@@ -320,7 +320,7 @@
<pre><code class='xml language-xml'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring-boot-web-starter</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency>
</code></pre>
</div>
@@ -330,7 +330,7 @@
role="tabpanel"
aria-labelledby="gradle-web-tab"
>
- <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-spring-boot-web-starter:2.0.0'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-spring-boot-web-starter:2.0.1'
</code></pre>
</div>
<div
@@ -339,7 +339,7 @@
role="tabpanel"
aria-labelledby="sbt-web-tab"
>
- <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-spring-boot-web-starter" % "2.0.0"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-spring-boot-web-starter" % "2.0.1"
</code></pre>
</div>
<div
@@ -348,7 +348,7 @@
role="tabpanel"
aria-labelledby="ivy-web-tab"
>
- <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-spring-boot-web-starter" rev="2.0.0"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-spring-boot-web-starter" rev="2.0.1"/>
</code></pre>
</div>
<div
@@ -357,7 +357,7 @@
role="tabpanel"
aria-labelledby="leiningen-web-tab"
>
- <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-spring-boot-web-starter "2.0.0"]
+ <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-spring-boot-web-starter "2.0.1"]
</code></pre>
</div>
<div
@@ -366,7 +366,7 @@
role="tabpanel"
aria-labelledby="buildr-web-tab"
>
- <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-spring-boot-web-starter:jar:2.0.0'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-spring-boot-web-starter:jar:2.0.1'
</code></pre>
</div>
</div>
@@ -686,7 +686,7 @@ protected CacheManager cacheManager() {
<pre><code class='xml language-xml'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring-boot-starter</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency>
</code></pre>
</div>
@@ -696,7 +696,7 @@ protected CacheManager cacheManager() {
role="tabpanel"
aria-labelledby="gradle-cli-tab"
>
- <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-spring-boot-starter:2.0.0'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-spring-boot-starter:2.0.1'
</code></pre>
</div>
<div
@@ -705,7 +705,7 @@ protected CacheManager cacheManager() {
role="tabpanel"
aria-labelledby="sbt-cli-tab"
>
- <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-spring-boot-starter" % "2.0.0"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-spring-boot-starter" % "2.0.1"
</code></pre>
</div>
<div
@@ -714,7 +714,7 @@ protected CacheManager cacheManager() {
role="tabpanel"
aria-labelledby="ivy-cli-tab"
>
- <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-spring-boot-starter" rev="2.0.0"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-spring-boot-starter" rev="2.0.1"/>
</code></pre>
</div>
<div
@@ -723,7 +723,7 @@ protected CacheManager cacheManager() {
role="tabpanel"
aria-labelledby="leiningen-cli-tab"
>
- <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-spring-boot-starter "2.0.0"]
+ <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-spring-boot-starter "2.0.1"]
</code></pre>
</div>
<div
@@ -732,7 +732,7 @@ protected CacheManager cacheManager() {
role="tabpanel"
aria-labelledby="buildr-cli-tab"
>
- <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-spring-boot-starter:jar:2.0.0'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-spring-boot-starter:jar:2.0.1'
</code></pre>
</div>
</div>
diff --git a/spring-framework.html b/spring-framework.html
index 12657bb74..739254473 100644
--- a/spring-framework.html
+++ b/spring-framework.html
@@ -197,7 +197,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
@@ -317,7 +317,7 @@
<pre><code class='xml language-xml'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -332,7 +332,7 @@
role="tabpanel"
aria-labelledby="gradle-cli-tab"
>
- <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-spring:2.0.0'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-spring:2.0.1'
compile 'org.springframework:spring-context:${spring.version}'
</code></pre>
</div>
@@ -342,7 +342,7 @@ compile
'org.springframework:spring-context:${spring.version}'
role="tabpanel"
aria-labelledby="sbt-cli-tab"
>
- <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-spring" % "2.0.0"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-spring" % "2.0.1"
libraryDependencies += "org.springframework" % "spring-context" %
"${spring.version}"
</code></pre>
</div>
@@ -352,7 +352,7 @@ libraryDependencies += "org.springframework" %
"spring-context" % "${spring.vers
role="tabpanel"
aria-labelledby="ivy-cli-tab"
>
- <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-spring" rev="2.0.0"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-spring" rev="2.0.1"/>
<dependency org="org.springframework" name="spring-context"
rev="${spring.version}"/>
</code></pre>
</div>
@@ -362,7 +362,7 @@ libraryDependencies += "org.springframework" %
"spring-context" % "${spring.vers
role="tabpanel"
aria-labelledby="leiningen-cli-tab"
>
- <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-spring
"2.0.0"]
+ <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-spring
"2.0.1"]
[org.springframework/spring-context "${spring.version}"]
</code></pre>
</div>
@@ -372,7 +372,7 @@ libraryDependencies += "org.springframework" %
"spring-context" % "${spring.vers
role="tabpanel"
aria-labelledby="buildr-cli-tab"
>
- <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-spring:jar:2.0.0'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-spring:jar:2.0.1'
'org.springframework:spring-context:jar:${spring.version}'
</code></pre>
</div>
@@ -553,12 +553,12 @@ private SecurityManager securityManager;
<pre><code class='xml language-xml'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -573,8 +573,8 @@ private SecurityManager securityManager;
role="tabpanel"
aria-labelledby="gradle-web-tab"
>
- <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-spring:2.0.0'
-compile 'org.apache.shiro:shiro-web:2.0.0'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-spring:2.0.1'
+compile 'org.apache.shiro:shiro-web:2.0.1'
compile 'org.springframework:spring-webmvc:${spring.version}'
</code></pre>
</div>
@@ -584,8 +584,8 @@ compile
'org.springframework:spring-webmvc:${spring.version}'
role="tabpanel"
aria-labelledby="sbt-web-tab"
>
- <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-spring" % "2.0.0"
-libraryDependencies += "org.apache.shiro" % "shiro-web" % "2.0.0"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-spring" % "2.0.1"
+libraryDependencies += "org.apache.shiro" % "shiro-web" % "2.0.1"
libraryDependencies += "org.springframework" % "spring-webmvc" %
"${spring.version}"
</code></pre>
</div>
@@ -595,8 +595,8 @@ libraryDependencies += "org.springframework" %
"spring-webmvc" % "${spring.versi
role="tabpanel"
aria-labelledby="ivy-web-tab"
>
- <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-spring" rev="2.0.0"/>
-<dependency org="org.apache.shiro" name="shiro-web" rev="2.0.0"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-spring" rev="2.0.1"/>
+<dependency org="org.apache.shiro" name="shiro-web" rev="2.0.1"/>
<dependency org="org.springframework" name="spring-webmvc"
rev="${spring.version}"/>
</code></pre>
</div>
@@ -606,8 +606,8 @@ libraryDependencies += "org.springframework" %
"spring-webmvc" % "${spring.versi
role="tabpanel"
aria-labelledby="leiningen-web-tab"
>
- <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-spring
"2.0.0"]
-[org.apache.shiro/shiro-web "2.0.0"]
+ <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-spring
"2.0.1"]
+[org.apache.shiro/shiro-web "2.0.1"]
[org.springframework/spring-webmvc "${spring.version}"]
</code></pre>
</div>
@@ -617,8 +617,8 @@ libraryDependencies += "org.springframework" %
"spring-webmvc" % "${spring.versi
role="tabpanel"
aria-labelledby="buildr-web-tab"
>
- <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-spring:jar:2.0.0'
-'org.apache.shiro:shiro-web:jar:2.0.0'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-spring:jar:2.0.1'
+'org.apache.shiro:shiro-web:jar:2.0.1'
'org.springframework:spring-webmvc:jar:${spring.version}'
</code></pre>
</div>
diff --git a/spring-xml.html b/spring-xml.html
index 0e8f3f738..4d12e53bc 100644
--- a/spring-xml.html
+++ b/spring-xml.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/subject.html b/subject.html
index 639ca68a0..4d111c688 100644
--- a/subject.html
+++ b/subject.html
@@ -197,7 +197,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/support.html b/support.html
index feb4666b1..e27834a52 100644
--- a/support.html
+++ b/support.html
@@ -201,7 +201,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/terminology.html b/terminology.html
index faa4cd1fe..edc4573ee 100644
--- a/terminology.html
+++ b/terminology.html
@@ -197,7 +197,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/testing.html b/testing.html
index 5606f9b52..66cb83c49 100644
--- a/testing.html
+++ b/testing.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/tools.html b/tools.html
index b75a37125..649bff9ef 100644
--- a/tools.html
+++ b/tools.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/tutorial.html b/tutorial.html
index 1ec41d45b..0058eeffe 100644
--- a/tutorial.html
+++ b/tutorial.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
@@ -341,7 +341,7 @@ OS name: "linux", version: "5.10.89-1-manjaro", arch:
"amd64", family: "unix"</c
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency>
<!-- Shiro uses SLF4J for logging. We'll use the 'simple' binding
in this example app. See https://www.slf4j.org for more info.
-->
diff --git a/v2/command-line-hasher.html b/v2/command-line-hasher.html
index 79c740ce3..e6f753cf0 100644
--- a/v2/command-line-hasher.html
+++ b/v2/command-line-hasher.html
@@ -190,23 +190,6 @@
</div>
- <div class="admonitionblock important">
- <table>
- <tbody>
- <tr>
- <td class="icon">
- <i class="fa icon-important" title="Important"></i>
- </td>
- <td class="content">
- <div class="title">Shiro v2 alpha notice</div>
- <div class="paragraph">
- <p>As of 2024-03-01, this version of Apache Shiro is in Alpha
stage.</p>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
<div id="toc" class="toc">
<div id="toctitle">Table of Contents</div>
@@ -247,14 +230,14 @@ They are outdated and all considered insecure!</p>
<h2 id="CommandLineHasher-Usage">Usage</h2>
<div class="sectionbody">
<div class="paragraph">
-<p>Ensure you have access to the <code>shiro-tools-hasher-2.0.0-cli.jar</code>
file.
+<p>Ensure you have access to the <code>shiro-tools-hasher-2.0.1-cli.jar</code>
file.
You can either find this in a source build in the
<em>buildroot</em>`/tools/hasher/target` directory or via download through
Maven.</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash"># Use the following to download from Maven Central into
-#
~/.m2/repository/org/apache/shiro/tools/shiro-tools-hasher/2.0.0/shiro-tools-hasher-2.0.0-cli.jar
-$ mvn dependency:get -DgroupId=org.apache.shiro.tools
-DartifactId=shiro-tools-hasher -Dclassifier=cli -Dversion=2.0.0</code></pre>
+#
~/.m2/repository/org/apache/shiro/tools/shiro-tools-hasher/2.0.1/shiro-tools-hasher-2.0.1-cli.jar
+$ mvn dependency:get -DgroupId=org.apache.shiro.tools
-DartifactId=shiro-tools-hasher -Dclassifier=cli -Dversion=2.0.1</code></pre>
</div>
</div>
<div class="paragraph">
@@ -262,7 +245,7 @@ $ mvn dependency:get -DgroupId=org.apache.shiro.tools
-DartifactId=shiro-tools-h
</div>
<div class="listingblock">
<div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.0-cli.jar</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.1-cli.jar</code></pre>
</div>
</div>
<div class="paragraph">
@@ -285,7 +268,7 @@ However, we’ve provided some quick reference
usages/scenarios below for co
</div>
<div class="listingblock">
<div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.0-cli.jar -p</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.1-cli.jar -p</code></pre>
</div>
</div>
<div class="paragraph">
diff --git a/web-features.html b/web-features.html
index 485c6a406..babef049e 100644
--- a/web-features.html
+++ b/web-features.html
@@ -197,7 +197,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/web.html b/web.html
index e822fb9f0..293b4e64b 100644
--- a/web.html
+++ b/web.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/webapp-tutorial.html b/webapp-tutorial.html
index 37584aebf..985b340d5 100644
--- a/webapp-tutorial.html
+++ b/webapp-tutorial.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>
diff --git a/what-is-shiro.html b/what-is-shiro.html
index 042e7143e..c25b81bf0 100644
--- a/what-is-shiro.html
+++ b/what-is-shiro.html
@@ -196,7 +196,7 @@
<td class="content">
<div class="title">Shiro v1 version notice</div>
<div class="paragraph">
- <p>As of 2024-03-01, Shiro v1 will soon be superseded by v2.<p>
+ <p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
</div>
</td>
</tr>