-
Bug
-
Resolution: Done
-
Major
-
1.1.PFD
-
None
Bullet 4 of section 5.2.4 should be reverted back from:
the required type parameter is an actual type, the bean type parameter is a type variable and the actual type is assignable from
the upper bound, if any, of the type variable, or
to
the required type parameter is an actual type, the bean type parameter is a type variable and the actual type is assignable to
the upper bound, if any, of the type variable, or
See discussion at http://lists.jboss.org/pipermail/cdi-dev/2013-July/004290.html
- blocks
-
CDITCK-349 Incorrect assertion regarding assignabillity of parameterized types
- Resolved
-
CDI-386 Two examples in section 5.2.4 contradict the rules of the same section
- Closed
- is related to
-
CDI-85 Clarify use of "to" and "from" when refering to assignments in section 5.2.3
- Closed