Get rid of netconf-tcp project 54/79654/6
authorJakub Morvay <jmorvay@frinx.io>
Fri, 18 Jan 2019 11:16:05 +0000 (12:16 +0100)
committerTom Pantelis <tompantelis@gmail.com>
Wed, 23 Jan 2019 02:14:06 +0000 (02:14 +0000)
commit91c463de629f598f36fb7698cc8b5941c7855892
tree527e04aba11aba60a2e9785e5bd4d514ffb7093e
parent00556a5df20d2b29067935f642262bc8e5a7f395
Get rid of netconf-tcp project

netconf-tcp includes basic TCP server implementation used in netconf
project. It also contains instantiation logic for tcp server used by
css netconf northbound.

css is no longer in the game. Remove TCP server instantiation logic for
css netconf northbound endpoint. Move NetconfNorthboundTcpServer class
(only class used elsewhere) to mdsal-netconf-tcp projects. This project
is its primary and only user now.

Change-Id: I7dea91f33f3c3f6364d57e5a590505a058fd7957
Signed-off-by: Jakub Morvay <jmorvay@frinx.io>
12 files changed:
features/netconf/odl-netconf-tcp/pom.xml
netconf/mdsal-netconf-connector/pom.xml
netconf/mdsal-netconf-tcp/pom.xml
netconf/mdsal-netconf-tcp/src/main/java/org/opendaylight/netconf/tcp/NetconfNorthboundTcpServer.java [moved from netconf/netconf-tcp/src/main/java/org/opendaylight/netconf/tcp/NetconfNorthboundTcpServer.java with 87% similarity]
netconf/netconf-artifacts/pom.xml
netconf/netconf-tcp/pom.xml [deleted file]
netconf/netconf-tcp/src/main/java/org/opendaylight/netconf/tcp/NetconfTCPProvider.java [deleted file]
netconf/netconf-tcp/src/main/java/org/opendaylight/netconf/tcp/netty/ProxyClientHandler.java [deleted file]
netconf/netconf-tcp/src/main/java/org/opendaylight/netconf/tcp/netty/ProxyServer.java [deleted file]
netconf/netconf-tcp/src/main/java/org/opendaylight/netconf/tcp/netty/ProxyServerHandler.java [deleted file]
netconf/netconf-tcp/src/main/resources/org/opendaylight/blueprint/netconf-tcp-blueprint.xml [deleted file]
netconf/pom.xml