Skip to content

2.1.0

Compare
Choose a tag to compare
@fleipold fleipold released this 26 Apr 13:02
· 78 commits to master since this release

Adding feature that allows to ignore non-zero exit codes
In the past JProc would always throw an Exception when a non-zero exit
code was returned. However sometimes the exit codes contians information
that is not neccessarily an error condition. Therefore there is now
a way to specify expceted status codes either explicitly or to
ignore the exit status alltogether.