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

Priority override is not taken into account when registering ContextResolver

    XMLWordPrintable

Details

    Description

      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".

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: