Convert mdsal-netconf-ssh to OSGi DS 14/104314/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 8 Feb 2023 16:38:30 +0000 (17:38 +0100)
committerRobert Varga <nite@hq.sk>
Wed, 8 Feb 2023 17:55:04 +0000 (17:55 +0000)
commita86bf2d2c84fb7c7d8a5072885c2470c0b29a056
tree9474fde11235e3663d32f0e3f39b09c2f0b0392b
parentc6ca2bf0ee382aa69ad95ec98f2b4b1ca4120251
Convert mdsal-netconf-ssh to OSGi DS

This is a rather simple blueprint, just convert the single component we
have here. Since Declarative Services shutdown dependents before
deactivating the reference, we can also squash the unbind() method.

JIRA: NETCONF-956
Change-Id: If3c5af7bd212583d0f37af085a33468a8d905802
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/mdsal-netconf-ssh/pom.xml
netconf/mdsal-netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/NetconfNorthboundSshServer.java
netconf/mdsal-netconf-ssh/src/main/resources/OSGI-INF/blueprint/netconf-ssh.xml [deleted file]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/authentication/SSHServerTest.java