Hello, 1.1.24 -> 3.1.0 is a *_massive_* leap (in fact you are jumping over three spec versions here).
For CDI 2.0, you can read about assignability rules [here|http://docs.jboss.org/cdi/spec/2.0/cdi-spec.html#assignable_parameters].
Your code sample here doesn't make much sense as you don't display any relation between types {{U}} and {{T}}, hence your interface {{ A MyInterface <T>}} cannot fit into injection point of type {{ A MyInterface <U>}}. |
|