This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a change to branch maven2surefire-jvm-communication in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.
from 979034c fixed performance problem in TCP/Pipes communication (we do NOT flush every time, used buffered channels, used Async Sockets instead of blocking NIO Sockets) new e063963 sendExitError new 862f2d1 fixed Surefire817SystemExitIT The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../booter/MasterProcessChannelEncoder.java | 2 ++ .../apache/maven/surefire/booter/ForkedBooter.java | 23 +++++++++++++++++++++- .../spi/LegacyMasterProcessChannelEncoder.java | 6 ++++++ 3 files changed, 30 insertions(+), 1 deletion(-)