- Notifications
You must be signed in to change notification settings - Fork 66
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).
olivierlemasle, LeifW and emanb29
Metadata
Metadata
Assignees
Labels
No labels