Skip to content

Cannot instantiate bean in Spring when using annotations and when it extends generic abstract class compiled to java 1.4 byte code [SPR-10559] #15189

@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions