Move NetconfMessageUtil 60/105660/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Apr 2023 14:30:41 +0000 (16:30 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Apr 2023 15:10:49 +0000 (17:10 +0200)
commitab618a9788147ebd2c5bb3fe8127962c8eaf79ea
treefcc0e379adfeeff7cace39ecc32edcc34dcf4584
parent8c1a4caabb4d1978e28d2c7bfd43943e22576334
Move NetconfMessageUtil

These utilities are only used on client-side, move them to
netconf-client.

JIRA: NETCONF-945
Change-Id: Icc96e6afba710c635f770d5a6e6deaf1d80158c8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
plugins/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/util/NetconfMessageTransformUtil.java
protocol/netconf-client/src/main/java/org/opendaylight/netconf/client/NetconfClientSessionNegotiator.java
protocol/netconf-client/src/main/java/org/opendaylight/netconf/client/NetconfMessageUtil.java [moved from protocol/netconf-util/src/main/java/org/opendaylight/netconf/util/messages/NetconfMessageUtil.java with 98% similarity]
protocol/netconf-client/src/test/java/org/opendaylight/netconf/client/NetconfClientSessionNegotiatorTest.java
protocol/netconf-client/src/test/java/org/opendaylight/netconf/client/NetconfMessageUtilTest.java [moved from protocol/netconf-util/src/test/java/org/opendaylight/netconf/util/messages/NetconfMessageUtilTest.java with 97% similarity]
protocol/netconf-server/src/test/java/org/opendaylight/netconf/server/ConcurrentClientsTest.java