Skip to content

Releases: fleipold/jproc

Release 2.2.3

11 Sep 21:10
Compare
Choose a tag to compare

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

26 Jun 07:43
Compare
Choose a tag to compare

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

11 Aug 03:51
Compare
Choose a tag to compare

Allowing to consume stdout from an input stream

2.1.0

26 Apr 13:02
Compare
Choose a tag to compare

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

26 Apr 13:02
Compare
Choose a tag to compare

After the move from google code this is just a release to prove that the scripting works for git.