Skip to content

Releases: matang28/java-pipelines

Version 1.4

15 Feb 14:44

Choose a tag to compare

Fixing the JitPack build

Version 1.3

15 Feb 14:18

Choose a tag to compare

Critical bug fix when a parallel task gets an empty input the executor service will wait for Integer.MAX_VALUE seconds before terminating. So the whole pipeline will halt.

This version is using CountDownLatch to synchronize the progress of execution. and executor.awaitTermination(...) is not used anymore.

Version 1.2

19 Dec 23:15

Choose a tag to compare

  • Adding the input & output values to the before and after hooks.

Version 1.1

19 Dec 23:09

Choose a tag to compare

  • Adding the ability to implement your own hooks when a task is started and completed.

First Release

10 Dec 22:23

Choose a tag to compare

1.0

- First Commit