Skip to content

Improve support for failed CompletionStages #120

Open
@jlprat

Description

@jlprat

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions