When using JUnit 5 with a console-handler the latest version of the maven-surefire-plugin tends to work better. In some cases the following error is logged:
Corrupted STDOUT by directly writing to native stream in forked JVM 1
This goes away with the upgrade.
We should also by default redirect the test output to a file, but allow the system property to override it.