Disconnect netconf-topology from threadpool-config-api 05/108905/8
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 15 Nov 2023 15:14:33 +0000 (16:14 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 15 Nov 2023 16:56:01 +0000 (17:56 +0100)
commit9f487fa5272539d27d1991b73e1610149feb1b3e
tree4f425f9072aebe9691193096e4da11a60f8cafd3
parent1e605dfe7057d509ee8245bb27c735ffe70684a7
Disconnect netconf-topology from threadpool-config-api

We are just a simple user of thread pools here, make sure we do not rely
on specific details how the pools are created.

Also cleans up future handling within NetconfNodeHandler, paving the way
for further refinement.

JIRA: NETCONF-590
Change-Id: I94ca12604947d32a632fa8e846d052ad93ce4543
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
apps/callhome-provider/pom.xml
apps/callhome-provider/src/main/java/org/opendaylight/netconf/callhome/mount/CallHomeMountFactory.java
apps/callhome-provider/src/main/java/org/opendaylight/netconf/callhome/mount/CallHomeTopology.java
apps/callhome-provider/src/test/java/org/opendaylight/netconf/callhome/mount/CallHomeMountFactoryTest.java
apps/netconf-topology-impl/pom.xml
apps/netconf-topology-impl/src/main/java/org/opendaylight/netconf/topology/impl/NetconfTopologyImpl.java
apps/netconf-topology-impl/src/test/java/org/opendaylight/netconf/topology/impl/NetconfTopologyImplTest.java
apps/netconf-topology/pom.xml
apps/netconf-topology/src/main/java/org/opendaylight/netconf/topology/spi/AbstractNetconfTopology.java
apps/netconf-topology/src/main/java/org/opendaylight/netconf/topology/spi/NetconfNodeHandler.java
netconf/callhome-protocol/pom.xml