ResolvableType.forClassWithGenerics retains original TypeVariables

Issue: SPR-16456
This commit is contained in:
Juergen Hoeller
2018-02-09 15:29:00 +01:00
parent a639535f33
commit e873b18f43
2 changed files with 1 additions and 3 deletions

View File

@@ -43,7 +43,6 @@ import java.util.TreeSet;
import java.util.concurrent.Callable;
import org.hamcrest.Matchers;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
@@ -1338,7 +1337,6 @@ public class ResolvableTypeTests {
assertTrue(setClass.isAssignableFrom(fromReturnType));
}
@Ignore
@Test
public void testSpr16456() throws Exception {
ResolvableType genericType = ResolvableType.forField(