[
https://issues.apache.org/jira/browse/ISIS-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16840435#comment-16840435
]
ASF subversion and git services commented on ISIS-2112:
-------------------------------------------------------
Commit 6313fc76677550bbb432aaaf19caa113abfa7ddc in isis's branch
refs/heads/2112_SpringBoot from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=6313fc7 ]
ISIS-2112: removing the legacy EventBus and its implementations
- 'EventBusService' interface simplified
- delegates to Spring
// publishing
@Inject EventBusService eventBusService;
MyEvent myEvent = ...
eventBusService.post(myEvent);
// listening
@EventListener(MyEvent.class)
void handleContextStart(MyEvent myEvent) {
}
Task-Url: https://issues.apache.org/jira/browse/ISIS-2112
> Use Spring Boot for 'Service Provisioning'
> ------------------------------------------
>
> Key: ISIS-2112
> URL: https://issues.apache.org/jira/browse/ISIS-2112
> Project: Isis
> Issue Type: Improvement
> Components: Core
> Reporter: Andi Huber
> Assignee: Andi Huber
> Priority: Critical
> Fix For: 2.0.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)