processoutput4j enhancements
Just released a new version of processoutput4j, adding the ability to stream the stdout/stderr output to an owning object (implementing StreamingProcessOwner) via the StreamingProcessOutput class. That makes it easy to react to the output of the process as it is…
Read more