Convert mdsal-netconf-impl to OSGi DS 05/104305/4
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 8 Feb 2023 12:37:52 +0000 (13:37 +0100)
committerRobert Varga <nite@hq.sk>
Wed, 8 Feb 2023 17:50:38 +0000 (17:50 +0000)
commit0e7badde2c5a85460ef07e9dc8a7bc4de39c2c19
tree435ab348282099b4e53712bfd8a5cc0339fb63c3
parent4c0bdb9e23281e579ec9b90a510bd2f0844de502
Convert mdsal-netconf-impl to OSGi DS

The blueprint here is just picking up config admin tuneables and wires
things together. This patch converts this wiring to OSGi DS.
Unfortunately the config admin bits are jumbled together, hence we use
factory components to split them up.

JIRA: NETCONF-951
Change-Id: Icdabc7b2e62cb77a6bf5659274955463be993f88
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/mdsal-netconf-impl/pom.xml
netconf/mdsal-netconf-impl/src/main/java/org/opendaylight/netconf/impl/mdsal/DefaultNetconfMonitoringService.java [new file with mode: 0644]
netconf/mdsal-netconf-impl/src/main/java/org/opendaylight/netconf/impl/mdsal/DefaultNetconfServerDispatcher.java [new file with mode: 0644]
netconf/mdsal-netconf-impl/src/main/java/org/opendaylight/netconf/impl/mdsal/NetconfMapperAggregator.java
netconf/mdsal-netconf-impl/src/main/java/org/opendaylight/netconf/impl/mdsal/OSGiNetconfServer.java [new file with mode: 0644]
netconf/mdsal-netconf-impl/src/main/resources/OSGI-INF/blueprint/mdsal-netconf-impl.xml [deleted file]