Undo AsyncRestTemplate's catching of Throwable in 4.1.x
Issue: SPR-13413 Issue: SPR-12887
This commit is contained in:
@@ -644,7 +644,7 @@ public class AsyncRestTemplate extends AsyncHttpAccessor implements AsyncRestOpe
|
||||
}
|
||||
return convertResponse(response);
|
||||
}
|
||||
catch (Throwable ex) {
|
||||
catch (IOException ex) {
|
||||
throw new ExecutionException(ex);
|
||||
}
|
||||
finally {
|
||||
|
||||
Reference in New Issue
Block a user