fmbenhassine
released this
08 Oct 20:48
·
4 commits
to master
since this release
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 toWorkContext
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 toWork#execute
ParallelFlow.Builder.aNewParallelFlow()
does not take the executor service as parameter anymore. A new methodParallelFlowBuilder.Builder.with(ExecutorService)
has been added to specify the executor service to use.