mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +00:00
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