This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro-site.git
The following commit(s) were added to refs/heads/main by this push:
new 52d3bc35c enh: added version 2.0.5
52d3bc35c is described below
commit 52d3bc35c8dce93287c72cf0c20963d9fc69d596
Author: lprimak <[email protected]>
AuthorDate: Mon Jul 7 13:32:46 2025 -0500
enh: added version 2.0.5
---
.gitignore | 1 +
.../blog/2025/07/apache-shiro-205-released.adoc | 53 ++++++++++++++++++++++
src/site/data/releases.yaml | 6 ++-
3 files changed, 58 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index c9f876745..11e6f0f20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ output
.settings
cache
.sdkmanrc
+.DS_Store
diff --git a/src/site/content/blog/2025/07/apache-shiro-205-released.adoc
b/src/site/content/blog/2025/07/apache-shiro-205-released.adoc
new file mode 100644
index 000000000..44f1a10e8
--- /dev/null
+++ b/src/site/content/blog/2025/07/apache-shiro-205-released.adoc
@@ -0,0 +1,53 @@
+////
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+////
+
+= 2.0.5 available
+:jbake-author: Lenny Primak
+:jbake-date: 2025-07-07 00:00:00
+:jbake-type: post
+:jbake-status: published
+:jbake-tags: blog, release
+:idprefix:
+:icons: font
+
+The Apache Shiro team is pleased to announce the release of Apache Shiro
version 2.0.5.
+
+This release is available for download now.
+
+== Release Highlights
+This is a maintenance release that includes several bug fixes, improvements
and dependency updates. It is recommended for all users to upgrade to this
version.
+
+* Fixes a possible ThreadLocal variable leak when Servlet starts threads
+* Fixes issues with Remember Me functionality in Apache Karaf and OSGi
environments
+
+== All changes
+
+You can learn more on
link:https://github.com/apache/shiro/releases/tag/shiro-root-2.0.5[GitHub,
Release 2.0.5].
+
+== Download
+
+Download and verification instructions are available link:/download.html[on
our download page].
+
+== Documentation
+
+For more information on link:/documentation.html[Shiro, please read the
documentation.]
+
+Enjoy!
+
+The Apache Shiro Team
diff --git a/src/site/data/releases.yaml b/src/site/data/releases.yaml
index 12b6d03db..c13502a6c 100644
--- a/src/site/data/releases.yaml
+++ b/src/site/data/releases.yaml
@@ -1,12 +1,14 @@
---
# for each release, update this variable with the latest version.
-latestRelease: "2.0.4"
+latestRelease: "2.0.5"
# for each alpha release, update this variable with the latest alpha version.
# it can be dropped after shiro 2 goes final.
latestAlphaRelease: "2.0.0-alpha-4"
# also add or replace the latest version here.
versionInfo:
+ '2.0.5':
+ releaseDate: 2025-07-07
'2.0.4':
releaseDate: 2025-04-20
'2.0.3':
@@ -313,7 +315,7 @@ releases:
- sha512
shiro20x:
- version: 2.0.4
+ version: 2.0.5
artifacts:
- shiroCore
- shiroWeb