Convert mdsal-singleton-dom-impl to OSGi DS 97/91797/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 31 Jul 2020 11:44:05 +0000 (13:44 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 31 Jul 2020 11:48:52 +0000 (13:48 +0200)
commit8d15ccd6a7e51ee0106f2a8f0a6a85a67786240f
tree7b7d32175717fd9639ff291e97818f8cdfe5fb72
parent4f29ea39edf4608a792407aa4e150a68dc692982
Convert mdsal-singleton-dom-impl to OSGi DS

This is very simple component, use OSGi DS to activate it. This
exposes our inability to test it, hence disable the corresponding
feature. That test was incomplete due to us relying on ODL blueprint
namespace, which was missing anyway.

JIRA: MDSAL-523
Change-Id: Icadaf0fddc1768d97ec74d22a26f079f1811f9b6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-mdsal-singleton-dom/pom.xml
singleton-service/mdsal-singleton-dom-impl/pom.xml
singleton-service/mdsal-singleton-dom-impl/src/main/java/org/opendaylight/mdsal/singleton/dom/impl/DOMClusterSingletonServiceProviderImpl.java
singleton-service/mdsal-singleton-dom-impl/src/main/java/org/opendaylight/mdsal/singleton/dom/impl/OSGiClusterSingletonServiceProvider.java [new file with mode: 0644]
singleton-service/mdsal-singleton-dom-impl/src/main/resources/org/opendaylight/blueprint/dom-singleton.xml [deleted file]