You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2021/08/27 00:55:20 UTC

[shiro-site] branch main updated (34036a2 -> b0eebfc)

This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shiro-site.git.


    from 34036a2  shiro v1.8.0
     new abde978  Update downloads page with new minor release
     new b0eebfc  Adding includes to top of securitymanager.md.vtl

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 download.html.vtl      | 45 ++++++++++++++++++++++++++++++++++++++++++++-
 securitymanager.md.vtl |  2 ++
 2 files changed, 46 insertions(+), 1 deletion(-)

[shiro-site] 02/02: Adding includes to top of securitymanager.md.vtl

Posted by bd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro-site.git

commit b0eebfc4038a9c73c44c7d169ddf9497ebc58e0a
Author: Brian Demers <bd...@apache.org>
AuthorDate: Thu Aug 26 20:55:12 2021 -0400

    Adding includes to top of securitymanager.md.vtl
    
    This was one of those expensive lines, I had no idea why the tags were not getting rendered.
    
    I'm guessing there is some state in `scms` that once the includes macro's get added they rendered even in other files
    And if you process the files in a different order that could cause problems (just a guess)
---
 securitymanager.md.vtl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/securitymanager.md.vtl b/securitymanager.md.vtl
index 3c48a04..f898df8 100644
--- a/securitymanager.md.vtl
+++ b/securitymanager.md.vtl
@@ -1,3 +1,5 @@
+#parse("templates/includes.vtl")
+
 <a name="SecurityManager-UnderstandingtheSecurityManagerinApacheShiro"></a>
 Understanding the SecurityManager in Apache Shiro
 =================================================

[shiro-site] 01/02: Update downloads page with new minor release

Posted by bd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro-site.git

commit abde978771cffdd36a9a397af1f28461dc37d66e
Author: Brian Demers <bd...@apache.org>
AuthorDate: Thu Aug 26 20:51:48 2021 -0400

    Update downloads page with new minor release
---
 download.html.vtl | 45 ++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 44 insertions(+), 1 deletion(-)

diff --git a/download.html.vtl b/download.html.vtl
index 871783a..f9885a0 100644
--- a/download.html.vtl
+++ b/download.html.vtl
@@ -78,6 +78,14 @@
 
         <li><a href="#previous">Previous Releases</a>
             <ul>
+                <li><a href="#1.7.x">$shiro17x.version</a></li>
+                <ul>
+                    <li><a href="#1.7.xBinary">$shiro17x.version Binary Distribution</a></li>
+                    <li><a href="#1.7.xSource">$shiro17x.version Source Code Distribution</a></li>
+                    <li><a href="#1.7.xGit">$shiro17x.version Git Source repository</a></li>
+                </ul>
+            </ul>
+            <ul>
                 <li><a href="#1.6.x">$shiro16x.version</a></li>
                 <ul>
                     <li><a href="#1.6.xBinary">$shiro16x.version Binary Distribution</a></li>
@@ -145,7 +153,7 @@
 <p>
 </p>
 
-#artifactTable($shiro17x)
+#artifactTable($shiro18x)
 
 <h4><a name="latestSource"></a>${latestRelease} Source Code Distribution</h4>
 
@@ -169,6 +177,41 @@ git checkout shiro-root-${latestRelease} -b shiro-root-${latestRelease}
 
 <h2><a name="previous"></a>Previous Releases</h2>
 
+<!-- SHIRO 1.7.X VERSION -->
+<h3><a name="1.7.x"></a>${shiro17x.version}</h3>
+
+<h4><a name="1.7.xBinary"></a>${shiro17x.version} Binary Distribution</h4>
+
+<p>Associated documentation can be found <a href="documentation.html" title="Documentation">here</a></p>
+
+<p>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"</p>
+
+<p>
+</p>
+
+#artifactTable($shiro17x)
+
+<h4><a name="1.7.xSource"></a>${shiro17x.version} Source Code Distribution</h4>
+
+<p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:</p>
+
+<p><a class="external-link" href="https://www.apache.org/dyn/closer.lua/shiro/${shiro17x.version}/shiro-root-${shiro17x.version}-source-release.zip">zip</a>
+    (<a class="external-link"
+        href="https://www.apache.org/dist/shiro/${shiro16x.version}/shiro-root-${shiro17x.version}-source-release.zip.asc">pgp</a>, <a
+            class="external-link"
+            href="https://www.apache.org/dist/shiro/${shiro16x.version}/shiro-root-${shiro17x.version}-source-release.zip.md5">md5</a>, <a
+           class="external-link"
+           href="https://www.apache.org/dist/shiro/${shiro16x.version}/shiro-root-${shiro17x.version}-source-release.zip.sha1">sha1</a>)
+</p>
+
+<h4><a name="1.7.xGit"></a>${shiro17x.version} Git Source repository</h4>
+
+<p>The source can be cloned anonymously from Git with this command:</p>
+<pre><code class="bash">git clone https://github.com/apache/shiro.git
+git checkout shiro-root-${shiro17x.version} -b shiro-root-${shiro17x.version}
+</code></pre>
+
 <!-- SHIRO 1.6.X VERSION -->
 <h3><a name="1.6.x"></a>${shiro16x.version}</h3>