-
Feature Request
-
Resolution: Done
-
Major
-
1.0
-
None
-
None
CDI 10.1 states:
An event object is an instance of a concrete Java class with no type variables. ... An event type may not contain a type variable.
Which seems silly considering the container fires events with a type variable at startup. I can't think of any reason why this should be prohibited.
- is related to
-
CDI-493 Allow firing of parameterized event types from BeanManager
- Resolved
-
CDITCK-232 Fix org.jboss.jsr299.tck.tests.event.fires.FireEventTest.testTypeVariableEventTypeFails() to align with spec
- Resolved
-
WELD-978 Cannot fire event with parameterized type as a payload
- Resolved
-
CDI-256 CDI spec is not consistent in treating types selected by Event
- Closed