On Wed, Sep 21, 2016 at 9:43 PM, Martin Buchholz <[email protected]> wrote: > What is happening instead is API providers not using CompletionStage as > return values in public APIs because of the lack of convenient blocking, and > instead returning CompletableFuture, which is a tragic software engineering > failure.
On Wed, Sep 21, 2016 at 10:25 PM, Benjamin Manes <[email protected]> wrote: > I've gradually come to terms using CF as part of an API and haven't > experienced a downside yet. I agree with Benjamin and would like to hear more about how it's a "tragic software engineering failure".
