Releases: fleipold/jproc
Release 2.2.3
We no longer rely on apache.commons.io. The only
method that had been used, has now been implemented
in the jproc code base.
Release 2.2.2
Stderr Capture
Previously stderr
was only available when the process
"failed" with a non-zero exit status, now it can
be captured in the same way as stdout
.
Release 2.2.1
Allowing to consume stdout from an input stream
2.1.0
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.
Intial GitHub based Release
After the move from google code this is just a release to prove that the scripting works for git.