-
Bug
-
Resolution: Done
-
Major
-
3.6.1.Final, 4.0.0.Beta5
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".
- is incorporated by
-
WFLY-11648 Upgrade to RESTEasy 3.6.3.Final
- Closed
- is related to
-
RESTEASY-1609 Can't use custom ValidatorContextResolver anymore
- Resolved