Open
Description
Currently when a CompletionStage
fails with a RuntimeException
this is wrapped in a CompletionException
.
When converting CompletionStage
to a Scala Future
this is not unwrapped thus making it cumbersome recover from it (with an extra recover step that throws the original wrapped exception for example).
Metadata
Metadata
Assignees
Labels
No labels