[OPNFLWPLUG-1126] Don't use NotificationListener in OpenFlowPlugin components Created: 06/Sep/23 Updated: 07/Sep/23 Resolved: 07/Sep/23 |
|
| Status: | Resolved |
| Project: | OpenFlowPlugin |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Medium |
| Reporter: | Ruslan Kashapov | Assignee: | Ruslan Kashapov |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
|
Usage of generated interfaces extending org.opendaylight.yangtools.yang.binding.NotificationListener interface was deprecated for removal via In order to eliminate dependency on deprecated interface the affected logic require update to use org.opendaylight.mdsal.binding.api.NotificationService.Listener instead. Affected components: ./openflowplugin/openflowplugin-it/src/test/java/org/opendaylight/openflowplugin/openflow/md/it/SalIntegrationTest.java: session.getSALService(NotificationService.class).registerNotificationListener(listener); |
| Comments |
| Comment by Ruslan Kashapov [ 07/Sep/23 ] |
|
affected module openflowplugin-it is out of build and not being maintained since 2016. |