From b4a151eea173baa4d12b5a0b0bedb1321da0d928 Mon Sep 17 00:00:00 2001 From: francois papon Date: Sat, 28 Oct 2023 09:54:11 +0200 Subject: [PATCH] [doc] Update release note --- RELEASE-NOTES | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9071270746..955f98b36b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -20,6 +20,75 @@ to jot down their notes while working in the source code. These notes will be combined with Jira's auto-generated release notes during a release for the total set. +########################################################### +# 1.12.0 +########################################################### + +Improvement + [SHIRO-816] - Update shiro-hazelcast to support Hazelcast 5.x + +Task + [SHIRO-849] - Add support for JCache + +########################################################### +# 1.11.0 +########################################################### + +Bug + [SHIRO-899] - Jakarta 9+ fails with Shiro native sessions + [SHIRO-903] - Shiro must use ant pattern matching with Spring + +Improvement + [SHIRO-889] - Provide Jakarta jar modules + +########################################################### +# 1.10.1 +########################################################### + +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 + + +########################################################### +# 1.10.0 +########################################################### + +Bug + [SHIRO-512] - Race condition in Shiro's web container session timeout handling + [SHIRO-887] - FormAuthenticationFilter trims passwords which start and/or end with one or more space character(s) + +Improvement + [SHIRO-884] - fix source jar Reproducible Builds issue + [SHIRO-885] - Use OWASP Java Encoder with OSGi manifest + [SHIRO-890] - Avoid another proxy creator when @EnableAspectJAutoProxy enabled + [SHIRO-891] - Allow for direct configuration of ShiroFilter through WebEnvironment + +Dependency upgrade + * [SHIRO-886] - Upgrade to commons configuration 2.8.0 + + +########################################################### +# 1.9.1 +########################################################### + +Improvement + [SHIRO-871] - ActiveDirectoryRealm - append suffix only if missing from username + [SHIRO-872] - fix Reproducible Builds issues + [SHIRO-883] - Add support for case insensitive regex path matching + +Dependency upgrade + [SHIRO-878] - Update Spring Dependencies to 5.2.20 + [SHIRO-882] - Upgrade to apache pom parent 26 + + ########################################################### # 1.9.0 ###########################################################