gnodet commented on PR #12654: URL: https://github.com/apache/maven/pull/12654#issuecomment-5192248745
> Could you just use an OutputStreamWriter instead? Whatever class we use is irrelevant. We need to ensure the lines are written one after the other, and that we don't have a mix of lines, whether we write on a file or on a terminal. This requires synchronisation at some point on a single resource (the terminal or file). The point of this PR is to offload the synchronisation in a separate thread, so that we don't block all maven threads while writing. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
