Upgrade to feign 13.0 (#931)
This commit is contained in:
committed by
GitHub
parent
942cc6985c
commit
9ad6708944
@@ -429,7 +429,7 @@ public class FeignClientUsingPropertiesTests {
|
||||
public static class BazResponseInterceptor implements ResponseInterceptor {
|
||||
|
||||
@Override
|
||||
public Object aroundDecode(InvocationContext invocationContext) {
|
||||
public Object intercept(InvocationContext invocationContext, Chain chain) throws Exception {
|
||||
return "baz";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user