Open
Description
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 ?