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
commit a93731cfba4d923c0636a29ee5975329abc274d5 Author: lprimak <[email protected]> AuthorDate: Sun Feb 8 10:50:41 2026 -0600 Revert "[release] Fix download page" This reverts commit bda4ac601108854cad65c7222a7e18db4bf64458. --- .well-known/security.txt | 2 +- download.html | 128 +++++++++++++++++++++++------------------------ feed.xml | 2 +- 3 files changed, 66 insertions(+), 66 deletions(-) diff --git a/.well-known/security.txt b/.well-known/security.txt index 150f30970..61f4070fd 100644 --- a/.well-known/security.txt +++ b/.well-known/security.txt @@ -1,5 +1,5 @@ Contact: mailto:[email protected] -Expires: 2027-02-08T16:47:08Z +Expires: 2027-02-08T16:41:09Z 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/download.html b/download.html index 264408f4d..102bddf6c 100644 --- a/download.html +++ b/download.html @@ -236,41 +236,41 @@ For older releases, please visit our <a href="release-archive.html">release arch <p> <ul> - <li><a href="#210">Apache Shiro Release v2.1.0</a></li> + <li><a href="#206">Apache Shiro Release v2.0.6</a></li> <ul> - <li><a href="#210Source">2.1.0 Source Code Distribution</a></li> - <li><a href="#210Git">2.1.0 Git Source repository</a></li> - <li><a href="#210Binary">2.1.0 Binaries</a></li> + <li><a href="#206Source">2.0.6 Source Code Distribution</a></li> + <li><a href="#206Git">2.0.6 Git Source repository</a></li> + <li><a href="#206Binary">2.0.6 Binaries</a></li> </ul> </ul> </p> - <section id="210"> - <h2>Release 2.1.0</h2> + <section id="206"> + <h2>Release 2.0.6</h2> - <h3 id="210Source">2.1.0 Source Code Distribution</h3> + <h3 id="206Source">2.0.6 Source Code Distribution</h3> <p>The source bundle requires JDK 11+ and Maven 3.8+ to build: - <code><a class="external-link" href="https://www.apache.org/dyn/closer.lua/shiro/2.1.0/shiro-root-2.1.0-source-release.zip">shiro-root-2.1.0-source-release.zip</a></code> + <code><a class="external-link" href="https://www.apache.org/dyn/closer.lua/shiro/2.0.6/shiro-root-2.0.6-source-release.zip">shiro-root-2.0.6-source-release.zip</a></code> (<a class="external-link" - href="https://downloads.apache.org/shiro/2.1.0/shiro-root-2.1.0-source-release.zip.asc.txt">pgp</a>, <a + href="https://downloads.apache.org/shiro/2.0.6/shiro-root-2.0.6-source-release.zip.asc.txt">pgp</a>, <a class="external-link" - href="https://downloads.apache.org/shiro/2.1.0/shiro-root-2.1.0-source-release.zip.sha512">sha512</a>) + href="https://downloads.apache.org/shiro/2.0.6/shiro-root-2.0.6-source-release.zip.sha512">sha512</a>) </code> <p>Associated documentation can be found <a href="documentation.html" title="Documentation">here</a></p> - <h3 id="210Git">2.1.0 Git Source repository</h3> + <h3 id="206Git">2.0.6 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.1.0 +git checkout shiro-root-2.0.6 </code> </pre> - <h3 id="210Binary">2.1.0 Binaries</h3> + <h3 id="206Binary">2.0.6 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> @@ -291,15 +291,15 @@ git checkout shiro-root-2.1.0 <tr> <td style="white-space: nowrap;"> - <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/2.1.0/shiro-core-2.1.0.jar">shiro-core</a><br/> - (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/2.1.0/shiro-core-2.1.0.jar.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/2.0.6/shiro-core-2.0.6.jar">shiro-core</a><br/> + (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/2.0.6/shiro-core-2.0.6.jar.asc">pgp</a>) </td> <td> <pre><code class="xml language-xml"><dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> - <version>2.1.0</version> + <version>2.0.6</version> </dependency></code></pre> </td> @@ -313,15 +313,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.1.0/shiro-web-2.1.0.jar">shiro-web</a><br/> - (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/2.1.0/shiro-web-2.1.0.jar.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/2.0.6/shiro-web-2.0.6.jar">shiro-web</a><br/> + (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/2.0.6/shiro-web-2.0.6.jar.asc">pgp</a>) </td> <td> <pre><code class="xml language-xml"><dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-web</artifactId> - <version>2.1.0</version> + <version>2.0.6</version> </dependency></code></pre> </td> @@ -331,15 +331,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.1.0/shiro-servlet-plugin-2.1.0.jar">shiro-servlet-plugin</a><br/> - (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/2.1.0/shiro-servlet-plugin-2.1.0.jar.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/2.0.6/shiro-servlet-plugin-2.0.6.jar">shiro-servlet-plugin</a><br/> + (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/2.0.6/shiro-servlet-plugin-2.0.6.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.1.0</version> + <version>2.0.6</version> </dependency></code></pre> </td> @@ -349,15 +349,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.1.0/shiro-cdi-2.1.0.jar">shiro-cdi</a><br/> - (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cdi/2.1.0/shiro-cdi-2.1.0.jar.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cdi/2.0.6/shiro-cdi-2.0.6.jar">shiro-cdi</a><br/> + (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cdi/2.0.6/shiro-cdi-2.0.6.jar.asc">pgp</a>) </td> <td> <pre><code class="xml language-xml"><dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-cdi</artifactId> - <version>2.1.0</version> + <version>2.0.6</version> </dependency></code></pre> </td> @@ -367,15 +367,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.1.0/shiro-jakarta-ee-2.1.0.jar">shiro-jakarta-ee</a><br/> - (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jakarta-ee/2.1.0/shiro-jakarta-ee-2.1.0.jar.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jakarta-ee/2.0.6/shiro-jakarta-ee-2.0.6.jar">shiro-jakarta-ee</a><br/> + (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jakarta-ee/2.0.6/shiro-jakarta-ee-2.0.6.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.1.0</version> + <version>2.0.6</version> </dependency></code></pre> </td> @@ -385,15 +385,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.1.0/shiro-jaxrs-2.1.0.jar">shiro-jaxrs</a><br/> - (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/2.1.0/shiro-jaxrs-2.1.0.jar.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/2.0.6/shiro-jaxrs-2.0.6.jar">shiro-jaxrs</a><br/> + (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/2.0.6/shiro-jaxrs-2.0.6.jar.asc">pgp</a>) </td> <td> <pre><code class="xml language-xml"><dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-jaxrs</artifactId> - <version>2.1.0</version> + <version>2.0.6</version> </dependency></code></pre> </td> @@ -403,15 +403,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.1.0/shiro-aspectj-2.1.0.jar">shiro-aspectj</a><br/> - (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/2.1.0/shiro-aspectj-2.1.0.jar.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/2.0.6/shiro-aspectj-2.0.6.jar">shiro-aspectj</a><br/> + (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/2.0.6/shiro-aspectj-2.0.6.jar.asc">pgp</a>) </td> <td> <pre><code class="xml language-xml"><dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-aspectj</artifactId> - <version>2.1.0</version> + <version>2.0.6</version> </dependency></code></pre> </td> @@ -422,15 +422,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.1.0/shiro-cas-2.1.0.jar">shiro-cas</a><br/> - (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/2.1.0/shiro-cas-2.1.0.jar.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/2.0.6/shiro-cas-2.0.6.jar">shiro-cas</a><br/> + (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/2.0.6/shiro-cas-2.0.6.jar.asc">pgp</a>) </td> <td> <pre><code class="xml language-xml"><dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-cas</artifactId> - <version>2.1.0</version> + <version>2.0.6</version> </dependency></code></pre> </td> @@ -444,15 +444,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.1.0/shiro-ehcache-2.1.0.jar">shiro-ehcache</a><br/> - (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/2.1.0/shiro-ehcache-2.1.0.jar.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/2.0.6/shiro-ehcache-2.0.6.jar">shiro-ehcache</a><br/> + (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/2.0.6/shiro-ehcache-2.0.6.jar.asc">pgp</a>) </td> <td> <pre><code class="xml language-xml"><dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-ehcache</artifactId> - <version>2.1.0</version> + <version>2.0.6</version> </dependency></code></pre> </td> @@ -462,15 +462,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.1.0/shiro-hazelcast-2.1.0.jar">shiro-hazelcast</a><br/> - (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/2.1.0/shiro-hazelcast-2.1.0.jar.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/2.0.6/shiro-hazelcast-2.0.6.jar">shiro-hazelcast</a><br/> + (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/2.0.6/shiro-hazelcast-2.0.6.jar.asc">pgp</a>) </td> <td> <pre><code class="xml language-xml"><dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-hazelcast</artifactId> - <version>2.1.0</version> + <version>2.0.6</version> </dependency></code></pre> </td> @@ -480,15 +480,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.1.0/shiro-features-2.1.0-features.xml">shiro-features</a><br/> - (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/2.1.0/shiro-features-2.1.0-features.xml.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/2.0.6/shiro-features-2.0.6-features.xml">shiro-features</a><br/> + (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/2.0.6/shiro-features-2.0.6-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.1.0</version> + <version>2.0.6</version> </dependency></code></pre> </td> @@ -498,15 +498,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.1.0/shiro-guice-2.1.0.jar">shiro-guice</a><br/> - (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/2.1.0/shiro-guice-2.1.0.jar.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/2.0.6/shiro-guice-2.0.6.jar">shiro-guice</a><br/> + (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/2.0.6/shiro-guice-2.0.6.jar.asc">pgp</a>) </td> <td> <pre><code class="xml language-xml"><dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-guice</artifactId> - <version>2.1.0</version> + <version>2.0.6</version> </dependency></code></pre> </td> @@ -516,15 +516,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.1.0/shiro-quartz-2.1.0.jar">shiro-quartz</a><br/> - (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/2.1.0/shiro-quartz-2.1.0.jar.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/2.0.6/shiro-quartz-2.0.6.jar">shiro-quartz</a><br/> + (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/2.0.6/shiro-quartz-2.0.6.jar.asc">pgp</a>) </td> <td> <pre><code class="xml language-xml"><dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-quartz</artifactId> - <version>2.1.0</version> + <version>2.0.6</version> </dependency></code></pre> </td> @@ -535,15 +535,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.1.0/shiro-spring-2.1.0.jar">shiro-spring</a><br/> - (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/2.1.0/shiro-spring-2.1.0.jar.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/2.0.6/shiro-spring-2.0.6.jar">shiro-spring</a><br/> + (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/2.0.6/shiro-spring-2.0.6.jar.asc">pgp</a>) </td> <td> <pre><code class="xml language-xml"><dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> - <version>2.1.0</version> + <version>2.0.6</version> </dependency></code></pre> </td> @@ -553,15 +553,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.1.0/shiro-spring-boot-starter-2.1.0.jar">shiro-spring-boot-starter</a><br/> - (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/2.1.0/shiro-spring-boot-starter-2.1.0.jar.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/2.0.6/shiro-spring-boot-starter-2.0.6.jar">shiro-spring-boot-starter</a><br/> + (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/2.0.6/shiro-spring-boot-starter-2.0.6.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.1.0</version> + <version>2.0.6</version> </dependency></code></pre> </td> @@ -571,15 +571,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.1.0/shiro-spring-boot-web-starter-2.1.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.1.0/shiro-spring-boot-web-starter-2.1.0.jar.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/2.0.6/shiro-spring-boot-web-starter-2.0.6.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.6/shiro-spring-boot-web-starter-2.0.6.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.1.0</version> + <version>2.0.6</version> </dependency></code></pre> </td> @@ -589,8 +589,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.1.0/shiro-tools-hasher-2.1.0-cli.jar">shiro-tools-hasher</a><br/> - (<a href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/2.1.0/shiro-tools-hasher-2.1.0-cli.jar.asc">pgp</a>) + <a href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/2.0.6/shiro-tools-hasher-2.0.6-cli.jar">shiro-tools-hasher</a><br/> + (<a href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/2.0.6/shiro-tools-hasher-2.0.6-cli.jar.asc">pgp</a>) </td> <td> @@ -600,7 +600,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.1.0-cli.jar</code></pre> +<pre><code class='bash'> java -jar shiro-tools-hasher-2.0.6-cli.jar</code></pre> </td> </tr> diff --git a/feed.xml b/feed.xml index bc81e8724..09fabca05 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>2026-02-08T16:47:10Z</updated> + <updated>2026-02-08T16:41:12Z</updated> <author> <name>Les Hazlewood</name>
