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

Do not use BindingReflections

    XMLWordPrintable

Details

    • Task
    • Status: Confirmed
    • Medium
    • Resolution: Unresolved
    • None
    • 9.0.1
    • blueprint

    Description

      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.

      Attachments

        Issue Links

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

          Activity

            People

              Unassigned Unassigned
              rovarga Robert Varga
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: