Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-2066

Do not use BindingReflections

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Medium Medium
    • 10.0.0
    • None
    • blueprint

      We have following uses of BindingReflections:

      opendaylight/blueprint/src/main/java/org/opendaylight/controller/blueprint/ext/BindingContext.java:85:        bindingQName = BindingReflections.findQName(appConfigBindingClass);
      opendaylight/blueprint/src/main/java/org/opendaylight/controller/blueprint/ext/RpcUtil.java:34:        final var moduleName = BindingReflections.getQNameModule(service);
      
      

      We want to ditch BindingReflections completely, hence these calls should be migrated to use mdsal-binding-dom-codec – which might need a small update to cater to the queries being made by blueprint.

            ivanhrasko Ivan Hrasko
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: