kriegaex opened a new pull request, #137: URL: https://github.com/apache/xalan-java/pull/137
Use JUnit Jupiter's `@Isolated`, because redirecting `System.err` is not thread-safe. If we have no logging framework with per-class log levels and the option to use in-memory loggers in place, the only way we can silence the test from logging stack traces and warnings to `System.err is` to redirect it to an in-memory stream and assert on its contents for verification. I do not like this solution, but for the time being it is viable, albeit suboptimal. @jkesselm, @vlsi, maybe this makes both of you a little happier on the expense of me being a little bit unhappier. But my heart is not in this project, so I can live with it for now. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
