I checked the https://github.com/apache/shiro/tree/2.0-api-design-changes the last update was about 4 months ago. And the implementation/design seems incomplete, or even unable to function properly.
e.g. AccountStoreRealm no Authorization is implemented. AuthenticationInfo is deprecated, and how about AuthorizationInfo that is not used in AccountStoreRealm. And in Authorizer.java, boolean isPermitted(PrincipalCollection principals, Permission permission); what's the new signature here since PrincipalCollection is being deprecated. >From this post http://shiro-user.582556.n2.nabble.com/Has-anyone-tried-the-Shiro-2-0-branch-td7580195.html, it means the 2.0 should at least work, no? Or i just didn't get the right source code branch? -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-2-0-source-code-tp7580634p7580667.html Sent from the Shiro User mailing list archive at Nabble.com.
