Skip to content

Releases: matang28/java-pipelines

Version 1.4

Choose a tag to compare

@matang28 matang28 released this 15 Feb 14:44

Fixing the JitPack build

Version 1.3

Choose a tag to compare

@matang28 matang28 released this 15 Feb 14:18

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

Choose a tag to compare

@matang28 matang28 released this 19 Dec 23:15
  • Adding the input & output values to the before and after hooks.

Version 1.1

Choose a tag to compare

@matang28 matang28 released this 19 Dec 23:09
  • Adding the ability to implement your own hooks when a task is started and completed.

First Release

Choose a tag to compare

@matang28 matang28 released this 10 Dec 22:23
1.0

- First Commit