hboutemy edited a comment on pull request #28: URL: https://github.com/apache/maven-jlink-plugin/pull/28#issuecomment-752030124
yes, given we use the PrintWriter API of ToolProvider https://docs.oracle.com/javase/9/docs/api/java/util/spi/ToolProvider.html, it's better to keep the Character/String content as-is instead of butchering three times (once on `new PrintWriter(OutputStream)`, the second one on `baosOut.toString( "UTF-8" )` and the third one that is inconsistent with previous one `baosErr.toString()`) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
