Support for ResolvableType.getType().getTypeName() on Java 8 [SPR-16535] #21078
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Milestone
Dave Syer opened SPR-16535 and commented
Example test that fails:
I think it just passes the type name property to
toString()
and that isn't very helpful in this case.It would be nice for the type name to be the same as the raw type (the same as if I have defined a class that implements
Consumer<String>
and printed the type name of its interfaces.Affects: 4.3.14
Referenced from: commits 6663d0f, 901d48c
Backported to: 4.3.15
The text was updated successfully, but these errors were encountered: