Hi, I'm proud to announce the 2.0.0 release of the buji-pac4j security library: https://github.com/bujiio/buji-pac4j
It's based on Java 8, Shiro 1.3 and pac4j v1.9.1. pac4j v1.9 is a big upgrade compared to v1.8: - all dependencies have been upgraded, the source code has been cleaned (-15%) - multi-profiles are now supported - the extension capabilities have been highly improved (core components can now throw a HttpAction to break the flow and perform any specific behaviour). buji-pac4j v2 has strongly changed in itself (compared to v1.4): - the buji-pac4j-core and buji-pac4j-servlet modules have been merged into a single buji-pac4j module - previously, only indirect clients were supported, but ALL pac4j features are now supported: clients, authorizers, matchers based on the regular pac4j "security filter" and "callback filter". You must notice that shiro-cas is now deprecated in Shiro 1.3 and you must use buji-pac4j + pac4j-cas instead. Start with the demo: https://github.com/pac4j/buji-pac4j-demo Thanks. Best regards, Jérôme
