spotify / completable-futures

Utilities for working with futures in Java 8
Apache License 2.0
393 stars 51 forks source link

About contibutions #72

Closed JoseAlavez closed 4 years ago

JoseAlavez commented 4 years ago

Hi again :)!

I forgot to ask since the very beginning, if this repository is only in maintenance mode. When looking at the builds and maven repo, the latest release was almost 3 years ago.

I ask because as promised, I was planning to start the conversation to allow tasks to be cancelled when failing fast.

To showcase why cancelling remaining tasks is important, the output of https://repl.it/@JoseAlavez/CancelCompletableFuturejava#Main.java can be handy.

Will wait for the team reply,

Best Regards,

mbruggmann commented 4 years ago

Hi @JoseAlavez. To be honest, I haven't spent any time on this project after the feature-set and APIs have settled a few years ago. But it would be nice to at least fix the CD pipelines, and get a release out with the recent improvements. Not sure about @dflemstr and @spkrka?

mbruggmann commented 4 years ago

If nothing else, I managed to get a new release out (v0.3.3).

JoseAlavez commented 4 years ago

@mbruggmann thank you very much for this.

We decided in our team to move forward and create our own library for this, as we couldn't hold back with the times / uncertainty.

I will still make the contributions I promised later in my free time.

Best Regards,