3.0.0-alpha-1

Latest release
Released 1 month ago (February 23, 2026)

Software
Apache Shiro
Introduction Apache Shiro is a versatile Java security framework that simplifies key security tasks such as authentication, authorization, session management, and cryptography. Known for its clean and intuitive API, Shiro enables developers to easily manage user identities, roles, and permissions. It supports "Remember Me" features, custom realms, and secure session handling, making it suitable for both small applications and large-scale enterprise systems.
Developer Apache Software Foundation
Written in Java
Repository https://github.com/apache/shiro
Website https://shiro.apache.org
Security policy https://github.com/apache/shiro?tab=security-ov-file#readme
License Apache-2.0 license

All Releases

VersionRequirementFirst official releaseLatest patch releaseSupport status
3.0Java 17+-3.0.0-alpha-1
1 month ago
February 23, 2026
Yes
2.1Java 11+2.1.0
2 months ago
February 04, 2026
2.1.0
2 months ago
February 04, 2026
Yes
2.0Java 11+2.0.0
2 years ago
February 20, 2024
2.0.6
5 months ago
November 02, 2025
Yes
1.13Java 8+1.13.0
2 years ago
October 31, 2023
1.13.0
2 years ago
October 31, 2023
No
1.12Java 8+1.12.0
2 years ago
July 11, 2023
1.12.0
2 years ago
July 11, 2023
No
1.11Java 8+1.11.0
3 years ago
January 08, 2023
1.11.0
3 years ago
January 08, 2023
No
1.10Java 8+1.10.0
3 years ago
October 07, 2022
1.10.1
3 years ago
November 14, 2022
No
1.9Java 8+1.9.0
4 years ago
March 16, 2022
1.9.1
3 years ago
June 23, 2022
No
1.8Java 8+1.8.0
4 years ago
August 23, 2021
1.8.0
4 years ago
August 23, 2021
No
1.7Java 8+1.7.0
5 years ago
October 23, 2020
1.7.1
5 years ago
January 27, 2021
No
1.6Java 8+1.6.0
5 years ago
August 11, 2020
1.6.0
5 years ago
August 11, 2020
No
1.5Java 8+1.5.0
6 years ago
January 21, 2020
1.5.3
5 years ago
April 26, 2020
No
1.4Java 6+1.4.0
8 years ago
May 05, 2017
1.4.2
6 years ago
November 08, 2019
No
1.3Java 6+1.3.0
9 years ago
July 22, 2016
1.3.2
9 years ago
September 09, 2016
No
1.2Java 5+1.2.0
14 years ago
January 20, 2012
1.2.6
9 years ago
June 28, 2016
No
1.1Java 5+1.1.0
15 years ago
October 30, 2010
1.1.0
15 years ago
October 30, 2010
No
1.0Java 5+-1.0.0-incubating
15 years ago
May 21, 2010
No

Recent Releases

Version Release date
3.0.0-alpha-1 1 month ago
February 23, 2026
2.1.0 2 months ago
February 04, 2026
2.0.6 5 months ago
November 02, 2025
2.0.5 9 months ago
July 01, 2025
2.0.4 11 months ago
April 17, 2025

Apache Shiro Lifecycle & End of Life (EOL) Policy

Apache Shiro follows a straightforward approach to version management focused on keeping the framework secure and modern for Java applications. Version 1 has reached the end of its active lifecycle and has been officially superseded by version 2. This means the project team now directs all new development, bug fixes, and security improvements exclusively to version 2 and future releases.

The policy encourages every developer and team to adopt version 2 for any new projects or when updating existing applications. Version 2 brings important architectural changes that make the framework cleaner, more secure, and better suited for today's Java environments. It also includes long-term support, giving projects the stability they need without constant rewrites.

There is no extended support branch for version 1. Once a major version is superseded, the focus shifts completely forward. Staying on version 2 ensures your application benefits from ongoing maintenance and the latest security practices built into the framework.

Risks of Using End-of-Life (EOL) Versions

Continuing to use version 1 after it has been superseded exposes your application to several real-world problems. The biggest concern is the lack of ongoing security updates, which leaves known issues unaddressed over time.

Risk What It Means for Your Application
Security vulnerabilities Unpatched issues can allow unauthorized access or data breaches in authentication and authorization flows
Compatibility problems Newer Java versions, libraries, or application servers may no longer work reliably with the older code
Missing features You lose access to improved session handling, cryptography tools, and modern security patterns available in version 2
Maintenance challenges Debugging and extending the application becomes harder as the community and ecosystem move to the newer version

These risks grow gradually but can create serious headaches during audits, deployments, or when scaling your application.

What Happens After Apache Shiro Reaches EOL

When a version like version 1 reaches the end of its lifecycle, active development and regular updates stop. The project team concentrates entirely on version 2, so bug reports or feature requests for the older version receive minimal or no response.

Your application will still run in the short term, but over time you may notice increasing friction. Security patches are no longer provided, compatibility with current Java runtimes can break, and third-party integrations often stop supporting the old version. In practice, this makes the application more difficult and expensive to maintain while raising the chance of unexpected failures during updates or security reviews.

The clear path forward is to migrate to version 2, where full support and continued improvements are available.

People Also Ask – Apache Shiro EOL & Support Questions

Q1: What does EOL mean for Apache Shiro?
EOL marks the point when a major version like version 1 is no longer actively maintained. Version 2 becomes the only version receiving full support and updates.

Q2: How long is an Apache Shiro version supported?
Support follows major releases. Once a newer major version is available, the previous one is considered superseded and moves out of active maintenance.

Q3: Will version 1 still receive security fixes?
No regular security updates are provided after the version is superseded. Any rare fixes would be exceptional and not part of a planned schedule.

Q4: Is it safe to keep using version 1 in production?
It is not recommended. The lack of ongoing updates increases security and compatibility risks over time.

Q5: Should I upgrade to version 2 now?
Yes. Version 2 offers architectural improvements, better security, and long-term support that make it the right choice for both new and existing projects.

Tracking & Monitoring Apache Shiro EOL Dates

Apache Shiro does not publish a fixed EOL calendar, so the most effective way to stay informed is to monitor the current major release status. The official project announcements and release notes clearly indicate when a new major version becomes the supported choice.

For development teams, add a simple check during code reviews or CI builds to verify that the declared Shiro version matches the latest supported major release. Many organizations also keep an internal note or dashboard entry that flags any project still using the superseded version 1.

Regular checks turn version management into a routine task instead of a surprise during deployment or security audits.

How To Check Your Apache Shiro Version

Identifying the exact version of Apache Shiro in your project is quick and helps you confirm whether you are still on a superseded release. Here are the most practical methods used by experienced Java developers:

Method Steps
Maven pom.xml Open your pom.xml file and locate the <version> tag inside the shiro-core (or other Shiro) dependency declaration.
Gradle build file Check your build.gradle or build.gradle.kts for the version assigned to the Shiro dependency.
JAR manifest Open the shiro-core-*.jar file and inspect META-INF/MANIFEST.MF for the Implementation-Version line.

Perform this check regularly as part of your maintenance routine to ensure your application stays on the supported major version.