Skip to content

v0.3

Latest
Compare
Choose a tag to compare
@fmbenhassine fmbenhassine released this 08 Oct 20:48
· 4 commits to master since this release
955ca1b

This release comes with the following new features and enhancements:

  • Issue #16: Add ability to pass a list of Work units in SequentialFlow
  • Issue #18: Use the step builder pattern to enforce correct workflow definition
  • Issue #19: Use SLF4J instead of JUL
  • Issue #14: Add toString method to WorkContext

I would like to thank all contributors for their help on this release!

API changes from v0.2 to v0.3:

  • Work#call has been renamed to Work#execute
  • ParallelFlow.Builder.aNewParallelFlow() does not take the executor service as parameter anymore. A new method ParallelFlowBuilder.Builder.with(ExecutorService) has been added to specify the executor service to use.