New jproc Release

I have just released version 2.2.0 of jproc, a handy library to run external programs from Java. It is nice to use a serious programming language (whichever JVM language you consider serious) rather than just bash, if things get a bit more complicated (set -eux anyone?). This version comes with a couple of minor improvements. I also went back to generating the README.md from the source of the automated acceptance test.

A few highlights of jproc:

  • Neat builder syntax.
  • Consumes STDIO and STDERR automatically.
  • Converts non-zero exit status to Exception.
  • Provides timeout mechanism.

Feedback is always welcome, e.g. via github issue tracker or in the comments section below.


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.