You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/12/19 08:48:14 UTC

[GitHub] [maven-surefire] andpab commented on pull request #584: [SUREFIRE-2135] Use native.encoding for parsing ps

andpab commented on PR #584:
URL: https://github.com/apache/maven-surefire/pull/584#issuecomment-1357297077

   Amended the commit as suggested by @michael-o 
   
   New commit message is:
   ```
   - Use the value of the system property native.encoding as charset for
     parsing the output of the ps command that ForkedBooter issues on
     Unix-like OSes when checking if the forked process is still alive
   - Fall back to file.encoding if native.encoding is absent (pre-JDK17)
   - Fall back further to UTF-8 if file.encoding is not explicitly given
   - Remove an unnecessary System.out.println in a test that was probably
     committed by accident
   
   This fixes the ConsoleOutputIT on Java 18 and above.
   ```


-- 
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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org