You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2022/10/31 21:23:56 UTC

[shiro-site] branch blog_1.10.1 created (now e4a5e9a7b)

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

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


      at e4a5e9a7b [BLOG] prepare v1.10.1 announcement.

This branch includes the following new commits:

     new e4a5e9a7b [BLOG] prepare v1.10.1 announcement.

The 1 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.



[shiro-site] 01/01: [BLOG] prepare v1.10.1 announcement.

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

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

commit e4a5e9a7b7dbfa698e661c2c0b3ba5354c2c44d4
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Mon Oct 31 22:24:52 2022 +0100

    [BLOG] prepare v1.10.1 announcement.
---
 .../2022/11/05/apache-shiro-1101-released.adoc     | 70 ++++++++++++++++++++++
 1 file changed, 70 insertions(+)

diff --git a/src/site/content/blog/2022/11/05/apache-shiro-1101-released.adoc b/src/site/content/blog/2022/11/05/apache-shiro-1101-released.adoc
new file mode 100644
index 000000000..85af2bcbc
--- /dev/null
+++ b/src/site/content/blog/2022/11/05/apache-shiro-1101-released.adoc
@@ -0,0 +1,70 @@
+////
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+////
+
+= Apache Shiro 1.10.1 available
+:jbake-author: Benjamin Marwell
+:jbake-date: 2022-11-05 00:00:00
+:jbake-type: post
+:jbake-status: published
+:jbake-tags: blog, release
+:idprefix:
+:icons: font
+
+The Apache Shiro team is pleased to announce the release of Apache Shiro version 1.10.1.
+This is a feature release for 1.x.
+
+This release solves 5 issues since the 1.9.1 release and is available for download now.
+
+== All changes
+
+You can learn more on https://issues.apache.org/jira/projects/SHIRO/versions/12352460[Jira, Release 1.10.1].
+
+This release does not include classifiers for the Jakarta namespace, yet.
+
+=== Bug
+
+[SHIRO-892] - No Guice binding for newly introduced ShiroFilterConfiguration
+[SHIRO-893] - NPE caused by lack of default ShiroFilterConfiguration
+
+=== Test
+
+[SHIRO-895] - Work around Guice 4's Java 17 compatibliity for Java 17-based tests
+
+=== Dependency upgrade
+
+[SHIRO-894] - EasyMock 5.0.1 for Java 17 compatibility
+[SHIRO-896] - HSQLDB 2.7.1
+
+
+=== Behavior Changes
+
+As of 1.10.1, the Guice injection will be fixed as we introduced a regression with 1.10.0 when using Guice with `binder().requireExplicitBindings();`.
+
+
+== Download
+
+Download and verification instructions are available link:/download.html[on our download page].
+
+== Documentation
+
+For more information on link:/documentation.html[Shiro, please read the documentation.]
+
+Enjoy!
+
+The Apache Shiro Team