Artem Bilan opened SPR-11030 and commented
Spring Data TypeDiscoverer
invokes:
GenericTypeResolver.resolveTypeArguments(List.class, Iterable.class)
and gets the result Class<?>[]
with one null
element.
Previously GenericTypeResolver
returned:
an array with one not null element.
Looks like latests changes to Generic Type resolution breaks something.
Affects: 4.0 RC1
Issue Links:
Referenced from: commits 1a3ba79