-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
2.2.5.Final
-
None
-
None
event.select(new TypeLiteral<List<? extends Number>>() {});
throws
org.jboss.weld.exceptions.IllegalArgumentException: WELD-000819: Cannot provide an event type parameterized with a type parameter java.util.List<? extends java.lang.Number>
event though the spec limits event types only to
If the specified type contains a type variable, an IllegalArgumentException is thrown.
- is related to
-
WELD-2110 Subtype passed to Event.select() may contain wildcards
- Resolved