When using a combination of @InjectMocks and @Mock to inject a field that has a wildcard generic type, a ClassCastException occurs: java.lang.ClassCastException: class ...
When I try to benefit from the default value set for the argument "first" - as used in the SimpleListConnection - the execution of my request fails with a ...