AsyncRestTemplate and FutureAdapter consistently throw ExecutionException
Issue: SPR-13413
This commit is contained in:
@@ -666,7 +666,7 @@ public class AsyncRestTemplate extends AsyncHttpAccessor implements AsyncRestOpe
|
||||
}
|
||||
return convertResponse(response);
|
||||
}
|
||||
catch (IOException ex) {
|
||||
catch (Throwable ex) {
|
||||
throw new ExecutionException(ex);
|
||||
}
|
||||
finally {
|
||||
|
||||
Reference in New Issue
Block a user