Paul French opened SPR-10559 and commented
Cannot instantiate bean in Spring when using annotations and when it extends generic abstract class compiled to java 1.4 byte code using JSR14 whcih allows you to use generics in your java source but then compile it to java 1.4 byte code.
Major problem for me since I have beans which I can instantiate fine programatically but cannot instantiate using Spring
Affects: 3.2.2
Reference URL: http://forum.springsource.org/showthread.php?137270-java-lang-reflect-MalformedParameterizedTypeExcept-ion
Referenced from: commits 25e29b8, f9db59e