Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions src/site/content/blog/2026/05/apache-shiro-220-released.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
////
# 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.2.0 available
:jbake-author: Francois Papon
:jbake-date: 2026-05-26 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.2.0.

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.

We have new contributors!

* https://github.com/iampratap7997-dot[@iampratap7997-dot]

== All changes

You can learn more on link:https://github.com/apache/shiro/releases/tag/shiro-root-2.2.0[GitHub, Release 2.2.0].

== 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
2 changes: 1 addition & 1 deletion src/site/content/download.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:jbake-status: published
:jbake-tags: download, installation, maven, gradle
:jbake-description: Download Apache Shiro security framework. Get the latest stable release with Maven/Gradle dependencies and verify signatures.
:jbake-releases: {"versions":["shiro21x"]}
:jbake-releases: {"versions":["shiro22x"]}
:idprefix:
:icons: font

Expand Down
30 changes: 26 additions & 4 deletions src/site/data/releases.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
# for each release, update this variable with the latest version.
latestRelease: "2.1.0"
# 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"
latestRelease: "2.2.0"

# also add or replace the latest version here.
versionInfo:
'2.2.0':
releaseDate: 2026-05-14
'2.1.0':
releaseDate: 2026-02-08
'2.0.6':
Expand Down Expand Up @@ -363,3 +362,26 @@ releases:
- shiroHasher
hashes:
- sha512

shiro22x:
version: 2.2.0
artifacts:
- shiroCore
- shiroWeb
- shiroServletPlugin
- shiroCDI
- shiroJakartaEE
- shiroJaxrs
- shiroAspectJ
- shiroCas
- shiroEhCache
- shiroHazelcast
- shiroFeatures
- shiroGuice
- shiroQuartz
- shiroSpring
- shiroSpringBoot
- shiroSpringBootWeb
- shiroHasher
hashes:
- sha512
Loading