From 8fd5829991e921c90c7b7025f18c4242b2a3bca7 Mon Sep 17 00:00:00 2001
From: Brian Demers Apache Shiro 1.2.6 (Download) Apache Shiro 1.3.0 (Download) Apache Shiro 1.2.6 is the current stable release (Java 1.6+ JVM). Apache Shiro 1.3.0 is the current stable release (Java 1.6+ JVM). To download Shiro please follow the instructions below. Associated documentation can be found hereDownload
-> unzip shiro-root-1.2.6-source-release.zip
+> unzip shiro-root-1.3.0-source-release.zip
Download
-> cd shiro-root-1.2.6/samples/quickstart
+> cd shiro-root-1.3.0/samples/quickstart
Guides - importa
Current Release
-
-
Java Authorization Guide
-Releases
+
Releases
Latest Stable Release (1.2.6)
+Latest Stable Release (1.3.0)
-1.2.6 Binary Distribution
+1.3.0 Binary Distribution
1.2.6 Binary Distribution
Artifact | @@ -86,8 +94,7 @@||
---|---|---|
shiro-all | + href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.3.0/shiro-all-1.3.0.jar">shiro-allNot Recommended | Includes all binary functionality for Shiro (without
dependencies), useful in certain build environments (e.g. Ant). However, this is NOT
@@ -98,8 +105,274 @@ 1.2.6 Binary Distribution |
shiro-core | + href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.3.0/shiro-core-1.3.0.jar">shiro-core +
+
+
+
+
+ <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-core</artifactId> + <version>1.3.0</version> +</dependency>+ |
+ Required in all environments. Slf4j's + slf4j-api jar and one of its binding jars is required. commons-beanutils is + required only if using INI config. + | +
shiro-web | +
+
+
+
+
+ <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-web</artifactId> + <version>1.3.0</version> +</dependency>+ |
+ Enables support for web-based applications. | +
shiro-aspectj | +
+
+
+
+
+ <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-aspectj</artifactId> + <version>1.3.0</version> +</dependency>+ |
+ Enables AspectJ support for + Shiro AOP and Annotations. + | +
shiro-cas | +
+
+
+
+
+ <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-cas</artifactId> + <version>1.3.0</version> +</dependency>+ |
+ Enables Jasig CAS support. + | +
shiro-ehcache | +
+
+
+
+
+ <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-ehcache</artifactId> + <version>1.3.0</version> +</dependency>+ |
+ Enables Ehcache-based + famework caching. + | +
shiro-hazelcast | +
+
+
+
+
+ <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-hazelcast</artifactId> + <version>1.3.0</version> +</dependency>+ |
+ Enables Hazelcast-based + famework caching. + | +
shiro-features | +
+
+
+
+
+ <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-features</artifactId> + <version>1.3.0</version> +</dependency>+ |
+ OSGi / Apache + Karaf integration. + | +
shiro-guice | +
+
+
+
+
+ <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-guice</artifactId> + <version>1.3.0</version> +</dependency>+ |
+ Enables Google Guice + integration. + | +
shiro-quartz | +
+
+
+
+
+ <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-quartz</artifactId> + <version>1.3.0</version> +</dependency>+ |
+ Enables Quartz-based scheduling + for Shiro native session validation. + | +
shiro-spring | +
+
+
+
+
+ <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-spring</artifactId> + <version>1.3.0</version> +</dependency>+ |
+ Enables Spring Framework + integration. + | +
shiro-tools-hasher-cli | +Not Relevant | + 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: +
+
+
+
+ +java -jar shiro-tools-hasher-1.3.0-cli.jar ++ |
+
The source bundle requires JDK 1.6 and Maven 3.0.3+ to build:
+ + + +The source can be cloned anonymously from Git with this command:
+
+git clone https://github.com/apache/shiro.git
+git checkout shiro-root-1.3.0 -b shiro-root-1.3.0
+
+ Associated documentation can be found here
+ +To download the files directly as one .jar file 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"
+ ++
+Artifact | +Maven Usage | +Notes | +
---|---|---|
shiro-all | +Not Recommended | +Includes all binary functionality for Shiro (without + dependencies), useful in certain build environments (e.g. Ant). However, this is NOT + recommended in Maven builds as it does not retain correct dependency metadata, which can lead to + Maven working incorrectly. For Maven builds, it is highly recommended to specify individual + modules listed below as you require them. + | +
shiro-core | Required in all environments. Slf4j's + href="http://slf4j.org/">Slf4j's slf4j-api jar and one of its binding jars is required. commons-beanutils is required only if using INI config. | |
shiro-web | + href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.2.6/shiro-web-1.2.6.jar">shiro-web||
shiro-aspectj | + href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.2.6/shiro-aspectj-1.2.6.jar">shiro-aspectjEnables AspectJ support for + href="http://www.eclipse.org/aspectj/">AspectJ support for Shiro AOP and Annotations. | |
shiro-cas | + href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.2.6/shiro-cas-1.2.6.jar">shiro-casEnables Jasig CAS support. + href="http://www.jasig.org/cas">CAS support. + | +|
shiro-ehcache | +
+
+
+
+
+ <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-ehcache</artifactId> + <version>1.2.6</version> +</dependency>+ |
+ Enables Ehcache-based + famework caching. + | +
shiro-features | +
+
+
+
+
+ <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-features</artifactId> + <version>1.2.6</version> +</dependency>+ |
+ OSGi / Apache + Karaf integration. + | +
shiro-guice | +
+
+
+
+
+ <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-guice</artifactId> + <version>1.2.6</version> +</dependency>+ |
+ Enables Google Guice + integration. + | +
shiro-quartz | +
+
+
+
+
+ <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-quartz</artifactId> + <version>1.2.6</version> +</dependency>+ |
+ Enables Quartz-based scheduling + for Shiro native session validation. + | +
shiro-spring | +
+
+
+
+
+ <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-spring</artifactId> + <version>1.2.6</version> +</dependency>+ |
+ Enables Spring Framework + integration. + | +
shiro-tools-hasher-cli | +Not Relevant | + 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: +
+
+
+
+ +java -jar shiro-tools-hasher-1.2.6-cli.jar ++ |
+
The source bundle requires JDK 1.6 and Maven 3.0.3+ to build:
+ + + +The source can be cloned anonymously from Git with this command:
+
+git clone https://github.com/apache/shiro.git
+git checkout shiro-root-1.2.6 -b shiro-root-1.2.6
+
+ Associated documentation can be found here
+ +To download the files directly as one .jar file 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"
+ ++
+Artifact | +Maven Usage | +Notes | +|
---|---|---|---|
shiro-all | +Not Recommended | +Includes all binary functionality for Shiro (without + dependencies), useful in certain build environments (e.g. Ant). However, this is NOT + recommended in Maven builds as it does not retain correct dependency metadata, which can lead to + Maven working incorrectly. For Maven builds, it is highly recommended to specify individual + modules listed below as you require them. + | +|
shiro-core | +
+
+
+
+
+ <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-core</artifactId> + <version>1.1.0</version> +</dependency>+ |
+ Required in all environments. Slf4j's + slf4j-api jar and one of its binding jars is required. commons-beanutils is + required only if using INI config. | |
shiro-ehcache | + href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.1.0/shiro-web-1.1.0.jar">shiro-web
<dependency> <groupId>org.apache.shiro</groupId> - <artifactId>shiro-ehcache</artifactId> - <version>1.2.6</version> + <artifactId>shiro-web</artifactId> + <version>1.1.0</version> </dependency> |
- Enables Ehcache-based - famework caching. - | +Enables support for web-based applications. |
shiro-features | + href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.1.0/shiro-aspectj-1.1.0.jar">shiro-aspectj
<dependency> <groupId>org.apache.shiro</groupId> - <artifactId>shiro-features</artifactId> - <version>1.2.6</version> + <artifactId>shiro-aspectj</artifactId> + <version>1.1.0</version> </dependency> |
- OSGi / Apache - Karaf integration. + | Enables AspectJ support for + Shiro AOP and Annotations. |
shiro-guice | + href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.1.0/shiro-ehcache-1.1.0.jar">shiro-ehcache
<dependency> <groupId>org.apache.shiro</groupId> - <artifactId>shiro-guice</artifactId> - <version>1.2.6</version> + <artifactId>shiro-ehcache</artifactId> + <version>1.1.0</version> </dependency> |
Enables Google Guice - integration. + href="http://ehcache.org">Ehcache-based + famework caching. | |
shiro-quartz | + href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.1.0/shiro-quartz-1.1.0.jar">shiro-quartz
<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-quartz</artifactId> - <version>1.2.6</version> + <version>1.1.0</version> </dependency> |
Enables Quartz-based scheduling + href="http://www.quartz-scheduler.org/">Quartz-based scheduling for Shiro native session validation. | |
shiro-spring | + href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.1.0/shiro-spring-1.1.0.jar">shiro-spring
<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> - <version>1.2.6</version> + <version>1.1.0</version> </dependency> |
Enables Spring Framework + href="http://www.springsource.org/about">Spring Framework integration. | |
shiro-tools-hasher-cli | -Not Relevant | - 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: -
-
-
-
- -java -jar shiro-tools-hasher-1.2.6-cli.jar -- |
-
The 1.1.0 source bundle requires JDK 1.5+ and Maven 2.2+ to build:
+ + + +The source can be cloned anonymously from Git with this command:
+
+git clone https://github.com/apache/shiro.git
+git checkout shiro-root-1.1.0 -b shiro-root-1.1.0
+
+ The source bundle requires JDK 1.6 and Maven 3.0.3+ to build:
- - - -The source can be cloned anonymously from Git with this command:
-
-git clone https://github.com/apache/shiro.git
-git checkout shiro-root-1.2.6 -b shiro-root-1.2.6
-
- Associated documentation can be found here
- -To download the files directly as one .jar file 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"
- --
-Artifact | -Maven Usage | -Notes | -
---|---|---|
shiro-all | -Not Recommended | -Includes all binary functionality for Shiro (without - dependencies), useful in certain build environments (e.g. Ant). However, this is NOT - recommended in Maven builds as it does not retain correct dependency metadata, which can lead to - Maven working incorrectly. For Maven builds, it is highly recommended to specify individual - modules listed below as you require them. - | -
shiro-core | -
-
-
-
-
- <dependency> - <groupId>org.apache.shiro</groupId> - <artifactId>shiro-core</artifactId> - <version>1.1.0</version> -</dependency>- |
- Required in all environments. Slf4j's - slf4j-api jar and one of its binding jars is required. commons-beanutils is - required only if using INI config. - | -
shiro-web | -
-
-
-
-
- <dependency> - <groupId>org.apache.shiro</groupId> - <artifactId>shiro-web</artifactId> - <version>1.1.0</version> -</dependency>- |
- Enables support for web-based applications. | -
shiro-aspectj | -
-
-
-
-
- <dependency> - <groupId>org.apache.shiro</groupId> - <artifactId>shiro-aspectj</artifactId> - <version>1.1.0</version> -</dependency>- |
- Enables AspectJ support for - Shiro AOP and Annotations. - | -
shiro-ehcache | -
-
-
-
-
- <dependency> - <groupId>org.apache.shiro</groupId> - <artifactId>shiro-ehcache</artifactId> - <version>1.1.0</version> -</dependency>- |
- Enables Ehcache-based - famework caching. - | -
shiro-quartz | -
-
-
-
-
- <dependency> - <groupId>org.apache.shiro</groupId> - <artifactId>shiro-quartz</artifactId> - <version>1.1.0</version> -</dependency>- |
- Enables Quartz-based scheduling - for Shiro native session validation. - | -
shiro-spring | -
-
-
-
-
- <dependency> - <groupId>org.apache.shiro</groupId> - <artifactId>shiro-spring</artifactId> - <version>1.1.0</version> -</dependency>- |
- Enables Spring Framework - integration. - | -
The 1.1.0 source bundle requires JDK 1.5+ and Maven 2.2+ to build:
- - - -The source can be cloned anonymously from Git with this command:
-
-git clone https://github.com/apache/shiro.git
-git checkout shiro-root-1.1.0 -b shiro-root-1.1.0
-
- The Shiro team is pleased to announce the release of Apache Shiro version 1.3.0. This is a feature release for 1.3.x.
+ +This release includes 26 issues resolved since the 1.2.5 release and is available for Download now.
+ +Release binaries (.jars) are also available through Maven Central and source bundles through Apache distribution mirrors.
+ +For more information on Shiro, please read the documentation.
+ +Enjoy!
+ +The Apache Shiro Team
+