Tibor17 commented on pull request #299:
URL: https://github.com/apache/maven-surefire/pull/299#issuecomment-636242346
It is a little complicated.
So, the latest commit in master is able to print the message `Error occurred
during initialization of boot layer`.
Normally the plugin is using the process pipes however you wont see these
problems with tcp/ip channel used by the forked process.
The only issue why this channel is not enabled by default is the reason that
we introduced it in current version and the master branch and we want to
prevent from using it by 100% of users. It's better to let it used by little
percentage and fix some issue however we do not expect any. We will enabled
tcp/ip channel in the last milestone version. This is how you can enable the
tcp/ip:
```
<configuration>
<forkNode
implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
</configuration>
```
----------------------------------------------------------------
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]