Tibor17 commented 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-590766022
 
 
   @eolivelli 
   The command decoder in the fork JVM is object oriented, which means no no 
level String is received nothing but the object `Command`. The idea is to hide 
the decoder's algorithm within the connector and directly return decoded object.
   In case of events decoder in plugin's JVM, the string is still being in use. 
Which break whole idea that the Extensions API is data format independent. I am 
working on it. This was forgotten.

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


With regards,
Apache Git Services

Reply via email to