Skip to content

Should Mutiny be an optional dependency? #1200

Open
@DavideD

Description

@DavideD

Follows #996

This would mean move the code that uses Mutiny in a separate module.
We could require users to include it in their project as an additional dependency (option 1), or we could at least make it so that it can be removed (option 2).

I prefer option 2 because we recommend using Mutiny over CompletionStage usually.

This means that we would need a way to plug new interfaces. I don't think it's possible at the moment without changing the code base but it shouldn't be too hard to add this functionality. This would make it easier for people to use the reactive interface they prefer and maybe contribute to new external modules.

@gavinking, @Sanne ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    designA design or implementation issueenhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions