Uploaded image for project: 'netconf'
  1. netconf
  2. NETCONF-1116

Do not use RpcService in NETCONF components

    XMLWordPrintable

Details

    • Task
    • Status: Resolved
    • Medium
    • Resolution: Done
    • None
    • 7.0.0
    • None

    Description

      A quick grep is showing these users of deprecated API:

      ./netconf/apps/netconf-topology-impl/src/main/java/org/opendaylight/netconf/topology/impl/NetconfTopologyImpl.java:        rpcReg = rpcProviderService.registerRpcImplementation(NetconfNodeTopologyService.class,
      ./netconf/apps/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/impl/NetconfTopologyManager.java:        rpcReg = rpcProviderService.registerRpcImplementation(NetconfNodeTopologyService.class,
      ./netconf/netconf/tools/netconf-test-perf/src/main/java/org/opendaylight/test/endtoend/EndtoendTestService.java:        registration = rpcProviderService.registerRpcImplementation(NcmountService.class,
      ./netconf/plugins/netconf-client-mdsal/src/main/java/org/opendaylight/netconf/client/mdsal/impl/NetconfSalKeystoreService.java:        reg = rpcProvider.registerRpcImplementation(NetconfKeystoreService.class, this);
      ./netconf/plugins/netconf-client-mdsal/src/test/java/org/opendaylight/netconf/client/mdsal/impl/NetconfSalKeystoreServiceTest.java:        doReturn(rpcReg).when(rpcProvider).registerRpcImplementation(eq(NetconfKeystoreService.class), any());
      

      Convert them to new-style yang.binding.Rpc-based implementations.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              ojo Oleksandr Zharov
              rovarga Robert Varga
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: