You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@plc4x.apache.org by Andrey Skorikov <an...@codecentric.de> on 2018/10/29 10:42:56 UTC

Extract dependency on Netty from AbstractPlcConnection into NettyPlcConnection

Hello all,

I extracted the dependency on Netty from AbstractPlcConnection into a 
subclass (NettyPlcConnection). AbstractPlcConnection now contains only 
boilerplate for concrete protocol implementations, including test 
drivers, which do not use any network connections.

The pull request is open on GitHub: 
https://github.com/apache/incubator-plc4x/pull/33

Best regards,
Andrey