[
https://issues.jboss.org/browse/CDI-36?page=com.atlassian.jira.plugin.sys...
]
Jozef Hartinger commented on CDI-36:
------------------------------------
ObserverMethod.notify(T event, Set<Annotation> qualifiers) was removed and no other
version of the notify() method was introduced because that would break backwards
compatibility with existing ObserverMethod implementations.
See
https://github.com/jboss/cdi/blob/master/api/src/main/java/javax/enterpri...
ObserverMethod.notify() does not forward qualifiers for Event
-------------------------------------------------------------
Key: CDI-36
URL:
https://issues.jboss.org/browse/CDI-36
Project: CDI Specification Issues
Issue Type: Feature Request
Components: Events
Affects Versions: 1.0
Reporter: Jordan Ganoff
Assignee: Pete Muir
Fix For: 1.1.FD
There's currently no way to get the qualifiers for a fired event.
ObserverMethod.notify() only passes the event object itself. Without the qualifiers it is
difficult to bridge the gap between CDI events and some other event infrastructure (e.g.
JMS).
--
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