Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-2026

Priority override is not taken into account when registering ContextResolver

XMLWordPrintable

      Priority override is not taken into account when multiple ContextResolver are programatically registered with specific priority for each of them.
      For instance if I register ContextResolver<String> "A" with priority 1 and ContextResolver<String> "B" with priority 0, I expect ContextResolver<String> "B" to be used first then fallback on ContextResolver<String> "A" if no context information can't be provided by "B".

            rsigal@redhat.com Ronald Sigal
            nicones Nicolas NESMON (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: