You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andriy Redko (Jira)" <ji...@apache.org> on 2021/06/02 00:56:00 UTC

[jira] [Resolved] (CXF-8532) @Priority support for ParamConverterProvider

     [ https://issues.apache.org/jira/browse/CXF-8532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andriy Redko resolved CXF-8532.
-------------------------------
    Resolution: Fixed

> @Priority support for ParamConverterProvider
> --------------------------------------------
>
>                 Key: CXF-8532
>                 URL: https://issues.apache.org/jira/browse/CXF-8532
>             Project: CXF
>          Issue Type: New Feature
>          Components: JAX-RS
>    Affects Versions: 3.4.3, 3.3.10
>            Reporter: David Blevins
>            Assignee: Andriy Redko
>            Priority: Major
>             Fix For: 3.5.0, 3.4.4, 3.3.11
>
>
> Per spec, ParamConverterProviders can use the {{@Priority}} annotation to influence the order of precedence.
> {code:java}
> @Provider
> @Priority(88)
> public class ParamConverterProviderOne implements ParamConverterProvider {
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)