[
https://issues.apache.org/jira/browse/OWB-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762851#action_12762851
]
David Blevins commented on OWB-140:
-----------------------------------
The javax.enterprise.event.Observer interface was removed. It simply isn't
needed as the @Observes annotation can capture that just fine.
Internally we should just be wrapping these annotated methods as
javax.enterprise.inject.spi.ObserverMethod instances and the
NotificationManager should be reworked to hold a collection of them instead of
the ObserverWrapper inner class. That would actually simplify the
NotificationManager code even more.
> Remove javax.enterprise.event.Observer
> --------------------------------------
>
> Key: OWB-140
> URL: https://issues.apache.org/jira/browse/OWB-140
> Project: OpenWebBeans
> Issue Type: Sub-task
> Components: Core, Events
> Reporter: David Blevins
> Assignee: Gurkan Erdogdu
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.