Convert SouthboundProvider into a component 09/104409/10
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 15 Feb 2023 17:28:13 +0000 (18:28 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 24 Jan 2024 12:29:00 +0000 (13:29 +0100)
commit4b6cb82122d8bd52ff0e3175294a25873ea6db0f
treebe10afb3deff92033eff9bac3f89f1628444d277
parent6195739c97dba7c17227111f9dde2953e52f7639
Convert SouthboundProvider into a component

Use Declarative Services to wire SouthboundProvider, which allows us to
ditch Blueprint and have much saner layout.

JIRA: OVSDB-468
Change-Id: Ie43b9e33865a4a643ae5baeccc56cea0b0a73fc5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
southbound/southbound-impl/pom.xml
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/SouthboundProvider.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/SouthboundProviderConfigurator.java [deleted file]
southbound/southbound-impl/src/main/resources/OSGI-INF/blueprint/southbound.xml [deleted file]
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/SouthboundProviderTest.java