This is an automated email from the ASF dual-hosted git repository. bmarwell pushed a commit to branch jbake in repository https://gitbox.apache.org/repos/asf/shiro-site.git
The following commit(s) were added to refs/heads/jbake by this push: new 42c1c18 convert news from 2020 / shiro versions 1.5.x new 1d546b8 Merge pull request #96 from bmarwell/jbake 42c1c18 is described below commit 42c1c18b0a8370806335dbaa655b337a875aecb1 Author: Benjamin Marwell <bmarw...@apache.org> AuthorDate: Sat Sep 25 14:08:49 2021 +0200 convert news from 2020 / shiro versions 1.5.x --- .../blog/2020/01/25/apache-shiro-150-released.adoc | 30 +++++ .../blog/2020/02/23/apache-shiro-151-released.adoc | 28 +++++ .../blog/2020/03/25/apache-shiro-152-released.adoc | 27 +++++ .../2020/05/03/apache-shiro-1.5.3-released.adoc | 29 +++++ news.html | 124 --------------------- 5 files changed, 114 insertions(+), 124 deletions(-) diff --git a/jbake/content/blog/2020/01/25/apache-shiro-150-released.adoc b/jbake/content/blog/2020/01/25/apache-shiro-150-released.adoc new file mode 100644 index 0000000..cd09adc --- /dev/null +++ b/jbake/content/blog/2020/01/25/apache-shiro-150-released.adoc @@ -0,0 +1,30 @@ += Apache Shiro 1.5.0 Released +:jbake-date: 2020-01-25 +:jbake-type: post +:jbake-status: published +:jbake-tags: blog +:idprefix: +:icons: font + + +The Shiro team is pleased to announce the release of Apache Shiro version 1.5.0. +This is a feature release for 1.x. + +This release includes 52 issues resolved since the 1.4.2 release and is available for Download now. + +Of Note: + +* Update to compiler Java 8 min. +* Validate Java 11 build. +* Dependency upgrade. + +You can learn more on https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12344991[Jira] + +Release binaries (.jars) are also available through Maven Central and +source bundles through Apache distribution mirrors. + +For more information on link:/documentation.html[Shiro, please read the documentation.] + +Enjoy! + +The Apache Shiro Team diff --git a/jbake/content/blog/2020/02/23/apache-shiro-151-released.adoc b/jbake/content/blog/2020/02/23/apache-shiro-151-released.adoc new file mode 100644 index 0000000..2d03e8a --- /dev/null +++ b/jbake/content/blog/2020/02/23/apache-shiro-151-released.adoc @@ -0,0 +1,28 @@ += Apache Shiro 1.5.1 Released +:jbake-date: 2020-02-23 +:jbake-type: post +:jbake-status: published +:jbake-tags: blog +:idprefix: +:icons: font + +The Shiro team is pleased to announce the release of Apache Shiro version 1.5.1. +This is a feature release for 1.x. + +This release includes 5 issues resolved since the 1.5.0 release and is available for Download now. + +Of Note: + +* DefaultCipherInstance is an alias which is not available in every JVM or JCA Provider. +* Bean reflection property failed with Enum values. +* Matching of / (root) is broken. + +You can learn more on https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12346483[Jira] + +Release binaries (.jars) are also available through Maven Central and source bundles through Apache distribution mirrors. + +For more information on link:/documentation.html[Shiro, please read the documentation.] + +Enjoy! + +The Apache Shiro Team diff --git a/jbake/content/blog/2020/03/25/apache-shiro-152-released.adoc b/jbake/content/blog/2020/03/25/apache-shiro-152-released.adoc new file mode 100644 index 0000000..1e3d894 --- /dev/null +++ b/jbake/content/blog/2020/03/25/apache-shiro-152-released.adoc @@ -0,0 +1,27 @@ += Apache Shiro 1.5.2 Released +:jbake-date: 2020-03-25 +:jbake-type: post +:jbake-status: published +:jbake-tags: blog +:idprefix: +:icons: font + +The Shiro team is pleased to announce the release of Apache Shiro version 1.5.2. +This is a feature release for 1.x. + +This release includes 3 issues resolved since the 1.5.1 release and isavailable for Download now. + +Of Note: + +* Fixes authentication bypass issue: link:/security-reports.html[CVE-2020-1957] +* FirstSuccessfulStrategy will short circuit correctly now. + +You can learn more on https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12346483[Jira] + +Release binaries (.jars) are also available through Maven Central and source bundles through Apache distribution mirrors. + +For more information on link:/documentation.html[Shiro, please read the documentation.] + +Enjoy! + +The Apache Shiro Team diff --git a/jbake/content/blog/2020/05/03/apache-shiro-1.5.3-released.adoc b/jbake/content/blog/2020/05/03/apache-shiro-1.5.3-released.adoc new file mode 100644 index 0000000..dc644db --- /dev/null +++ b/jbake/content/blog/2020/05/03/apache-shiro-1.5.3-released.adoc @@ -0,0 +1,29 @@ += Apache Shiro 1.5.3 Released +:jbake-date: 2020-05-03 +:jbake-type: post +:jbake-status: published +:jbake-tags: blog +:idprefix: +:icons: font + +The Shiro team is pleased to announce the release of Apache Shiro version 1.5.3. +This is a feature release for 1.x. + +This release includes 3 issues resolved since the 1.5.2 release and is available for Download now. + +Of Note: + +* INI parser does not properly handled backslashes at end of values. +* Regression in URI parsing in Shiro 1.5.2. +* SimplePrincipalMap and SimplePrincipalCollection throw different exceptions for the same problem. +* Dependency upgrade. + +You can learn more on https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12346916[Jira] + +Release binaries (.jars) are also available through Maven Central and source bundles through Apache distribution mirrors. + +For more information on link:/documentation.html[Shiro, please read the documentation.] + +Enjoy! + +The Apache Shiro Team diff --git a/news.html b/news.html index 863d6cf..3c71cf6 100644 --- a/news.html +++ b/news.html @@ -14,130 +14,6 @@ For more information on Shiro, please read the documentation.</p> <div class="blog-post-listing"> <div class="logo-heading-block"> - <a class="blogHeading" id="1.5.3-released" href="#1.5.3-released">Apache Shiro 1.5.3 Released</a> - </div> - - <div class="news-content"> - <p>The Shiro team is pleased to announce the release of Apache Shiro version 1.5.3. This is a feature release for 1.x.</p> - - <p>This release includes 3 issues resolved since the 1.5.2 release and is available for Download now.</p> - - <p>Of Note: - <ul> - <li>INI parser does not properly handled backslashes at end of values.</li> - <li>Regression in URI parsing in Shiro 1.5.2.</li> - <li>SimplePrincipalMap and SimplePrincipalCollection throw different exceptions for the same problem.</li> - <li>Dependency upgrade.</li> - </ul> - - You can learn more on <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12346916" target="_blank">Jira</a> - </p> - - <p>Release binaries (.jars) are also available through Maven Central and source bundles through Apache distribution mirrors.</p> - - <p>For more information on <a href="documentation.html">Shiro, please read the documentation.</a></p> - - <p>Enjoy!</p> - - <p>The Apache Shiro Team</p> - </div> -</div> - -<div class="blog-post-listing"> - - <div class="logo-heading-block"> - <a class="blogHeading" id="1.5.2-released" href="#1.5.2-released">Apache Shiro 1.5.2 Released</a> - </div> - - <div class="news-content"> - <p>The Shiro team is pleased to announce the release of Apache Shiro version 1.5.2. This is a feature release for 1.x.</p> - - <p>This release includes 3 issues resolved since the 1.5.1 release and is available for Download now.</p> - - <p>Of Note: - <ul> - <li>Fixes authentication bypass issue: <a href="security-reports.html">CVE-2020-1957</a></li> - <li>FirstSuccessfulStrategy will short circuit correctly now.</li> - </ul> - - You can learn more on <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12346483" target="_blank">Jira</a> - </p> - - <p>Release binaries (.jars) are also available through Maven Central and source bundles through Apache distribution mirrors.</p> - - <p>For more information on <a href="documentation.html">Shiro, please read the documentation.</a></p> - - <p>Enjoy!</p> - - <p>The Apache Shiro Team</p> - </div> -</div> - -<div class="blog-post-listing"> - - <div class="logo-heading-block"> - <a class="blogHeading" id="1.5.1-released" href="#1.5.1-released">Apache Shiro 1.5.1 Released</a> - </div> - - <div class="news-content"> - <p>The Shiro team is pleased to announce the release of Apache Shiro version 1.5.1. This is a feature release for 1.x.</p> - - <p>This release includes 5 issues resolved since the 1.5.0 release and is available for Download now.</p> - - <p>Of Note: - <ul> - <li>DefaultCipherInstance is an alias which is not available in every JVM or JCA Provider.</li> - <li>Bean reflection property failed with Enum values.</li> - <li>Matching of / (root) is broken.</li> - </ul> - - You can learn more on <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12346483" target="_blank">Jira</a> - </p> - - <p>Release binaries (.jars) are also available through Maven Central and source bundles through Apache distribution mirrors.</p> - - <p>For more information on <a href="documentation.html">Shiro, please read the documentation.</a></p> - - <p>Enjoy!</p> - - <p>The Apache Shiro Team</p> - </div> -</div> - -<div class="blog-post-listing"> - - <div class="logo-heading-block"> - <a class="blogHeading" id="1.5.0-released" href="#1.5.0-released">Apache Shiro 1.5.0 Released</a> - </div> - - <div class="news-content"> - <p>The Shiro team is pleased to announce the release of Apache Shiro version 1.5.0. This is a feature release for 1.x.</p> - - <p>This release includes 52 issues resolved since the 1.4.2 release and is available for Download now.</p> - - <p>Of Note: - <ul> - <li>Update to compiler Java 8 min.</li> - <li>Validate Java 11 build.</li> - <li>Dependency upgrade.</li> - </ul> - - You can learn more on <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12344991" target="_blank">Jira</a> - </p> - - <p>Release binaries (.jars) are also available through Maven Central and source bundles through Apache distribution mirrors.</p> - - <p>For more information on <a href="documentation.html">Shiro, please read the documentation.</a></p> - - <p>Enjoy!</p> - - <p>The Apache Shiro Team</p> - </div> -</div> - -<div class="blog-post-listing"> - - <div class="logo-heading-block"> <a class="blogHeading" id="1.4.2-released" href="#1.4.2-released">Apache Shiro 1.4.2 Released</a> </div>