Do not use RpcService in learning-switch 39/108239/15
authorlubos-cicut <lubos.cicut@pantheon.tech>
Tue, 3 Oct 2023 19:49:33 +0000 (21:49 +0200)
committerRobert Varga <nite@hq.sk>
Wed, 7 Feb 2024 08:03:41 +0000 (08:03 +0000)
commit730a7ca0647ccfa2375674707830263e2421e536
treee8eb5fc9456263ef68f6bb3d63d7dea0d3400efc
parent89abb1c800143b15ece62a4ed10772e912b33f2e
Do not use RpcService in learning-switch

Use simple RPCs instead of rolled-up RpcServices. Also ditch blueprint
as our dependencies have changed.

JIRA: OPNFLWPLUG-1112
JIRA: OPNFLWPLUG-1125
Change-Id: I76f7a4de09c9eb66cc9d4cd4704485c7a0dac36d
Signed-off-by: lubos-cicut <lubos.cicut@pantheon.tech>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
samples/learning-switch/pom.xml
samples/learning-switch/src/main/java/org/opendaylight/openflowplugin/learningswitch/LearningSwitchHandlerSimpleImpl.java
samples/learning-switch/src/main/java/org/opendaylight/openflowplugin/learningswitch/LearningSwitchManager.java [deleted file]
samples/learning-switch/src/main/java/org/opendaylight/openflowplugin/learningswitch/LearningSwitchManagerSimpleImpl.java
samples/learning-switch/src/main/java/org/opendaylight/openflowplugin/learningswitch/WakeupOnNode.java
samples/learning-switch/src/main/java/org/opendaylight/openflowplugin/learningswitch/multi/LearningSwitchManagerMultiImpl.java
samples/learning-switch/src/main/java/org/opendaylight/openflowplugin/learningswitch/multi/MultipleLearningSwitchHandlerFacadeImpl.java
samples/learning-switch/src/main/resources/OSGI-INF/blueprint/learning-switch.xml [deleted file]