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 2020/02/18 01:02:28 UTC

[GitHub] [maven-surefire] Tibor17 edited a comment on issue #240: [SUREFIRE-1658] TCP/IP Channel for forked Surefire JVM. Extensions API and SPI. Polymorphism for remote and local process communication.

Tibor17 edited a comment on issue #240: [SUREFIRE-1658] TCP/IP Channel for forked Surefire JVM. Extensions API and SPI. Polymorphism for remote and local process communication.
URL: https://github.com/apache/maven-surefire/pull/240#issuecomment-587226076
 
 
   @eolivelli 
   yes, it's a lot of changes but we do not change the core principle of the plugin.
   The reason why we do this is the fact that we are in the point where fixes are not trivial with one or two changed classes. If we simply turned everyhing to TCP without backing up the pipes, we would be in troubles. Therefore this strategy with extensions gives us a chance to alter the tcp/pipes anytime. So i would like to keep the pipes in these milestone versions until tcp is bulletproof. Meanwhile the users of Karaf may alter the behavior to tcp in their plugin configuration and provide us with the feedback.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services