You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by Brian Demers <bd...@apache.org> on 2019/12/05 22:57:16 UTC

First pass at JSR-250 annotation support (DenyAll, PermitAll, RolesAllowed)

We talked about including this for 1.5, but I'm not sure this is
practical.  There are a few differences between Shiro's annotations and the
JSR 250 ones.
The code is still rough, but my first thoughts are here:
https://github.com/apache/shiro/pull/185 (along with TODOs and other
thoughts)

Thoughts and ideas welcome
-Brian

Re: First pass at JSR-250 annotation support (DenyAll, PermitAll, RolesAllowed)

Posted by Francois Papon <fr...@openobject.fr>.
Hi Brian,

I checked the PR and I'm agree, we need to go deeper on this.

I think it make sense to make some modifications on the Shiro's
annotations to be more compliance with the JSR ones, it will help us.

As we have some works to do, I think it's better to postpone this to
another release ( 1.6, may be major 2.0) because it will have some
changes in the actual annotations.

We can work together on this PR :)

Thanks for working on this!

regards,

François
fpapon@apache.org

Le 05/12/2019 à 23:57, Brian Demers a écrit :
> We talked about including this for 1.5, but I'm not sure this is
> practical.  There are a few differences between Shiro's annotations and the
> JSR 250 ones.
> The code is still rough, but my first thoughts are here:
> https://github.com/apache/shiro/pull/185 (along with TODOs and other
> thoughts)
>
> Thoughts and ideas welcome
> -Brian
>