Upgrade openfeign to 10.2.3 and feign-form to 3.8.0. (#185)
Fixes gh-143.
This commit is contained in:
committed by
GitHub
parent
35ec2913d9
commit
15be7111ec
@@ -58,7 +58,7 @@ public class SpringDecoder implements Decoder {
|
||||
|
||||
return extractor.extractData(new FeignResponseAdapter(response));
|
||||
}
|
||||
throw new DecodeException(
|
||||
throw new DecodeException(response.status(),
|
||||
"type is not an instance of Class or ParameterizedType: " + type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user