swissquote / carnotzet

Modular and Re-usable Docker Environments using Maven
https://swissquote.github.io/carnotzet/
Apache License 2.0
49 stars 16 forks source link

Use zt-exec instead of ProcessBuilder and print to log instead of stdout #135

Closed mryan43 closed 4 years ago

mryan43 commented 4 years ago

Using zt-exec allows us to remove some accidental complexity related to handling output stream of external processes and allows to forward output lines to slf4j instead of stdout by default, which causes errors with surefire such as "Corrupted STDOUT by directly writing to native stream in forked JVM”


This change is Reviewable