[
https://issues.apache.org/jira/browse/SHIRO-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13596490#comment-13596490
]
Les Hazlewood commented on SHIRO-395:
-------------------------------------
Hi Mark,
Thanks for the feedback. I too have looked into vert.x - it's a cool project!
I think however that we probably won't use vert.x as our core implementation
because:
1) The current EventBus implementation that is in place is pretty solid, it
works well, and is extremely lightweight
2) Doesn't require any 3rd party dependencies.
If someone wanted to use vert.x as their application's event bus however, it
would be trivial to write a single subscriber:
@Subscribe
public void onShiroEvent(Object o) {
relayToVertx(o);
}
Again, thanks for the idea!
Best,
Les
> Add an Event Bus for event publishing and low-coupling for custom
> components/plugins.
> -------------------------------------------------------------------------------------
>
> Key: SHIRO-395
> URL: https://issues.apache.org/jira/browse/SHIRO-395
> Project: Shiro
> Issue Type: New Feature
> Reporter: Les Hazlewood
> Fix For: 1.3.0
>
>
> https://cwiki.apache.org/confluence/display/SHIRO/Version+2+Brainstorming#Version2Brainstorming-Eventdrivendesign
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira