lprimak opened a new issue, #271: URL: https://github.com/apache/shiro-site/issues/271
Shiro needs a migration guide: 1.x->2.x - [ ] Java 8 -> Java 11 minimum - [ ] Jakarta EE 8-11 support via "jakarta" classifiers - [ ] Spring (Boot) 2.x and 3.x support 2.x->3.x - [ ] Java 11 -> Java 17 minimum - [ ] Jakarta EE 10-11 (no classifiers) - [ ] Spring (boot) 4 (no classifiers) - [ ] Secure by default (deny all as opposed to allow all, via feature flag) - [ ] Case insensitive by default (controlled by feature flag) - [ ] CORS preflight is enabled by default Case Insensitivity: Shiro.ini: filterChainResolver.caseInsensitive = true Spring: (application.properties): shiro.caseInsensitive = true -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
