[cdi-dev] [JBoss JIRA] (CDI-655) Allow CDIProvider to specify the priority
Antoine Sabot-Durand (JIRA)
issues at jboss.org
Fri Dec 2 10:49:00 EST 2016
[ https://issues.jboss.org/browse/CDI-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13333152#comment-13333152 ]
Antoine Sabot-Durand edited comment on CDI-655 at 12/2/16 10:48 AM:
--------------------------------------------------------------------
Will use {{Prioritized}} in the API, dealing directly with {{@Priority}} at spec level will force to add dependency on commons annotation.
was (Author: antoinesabot-durand):
Will use {{Prioritized}} in the API, dealing directly with {{@Priority}} at spec level will force to add dependency on commons annotation.
Spec doc will mention @Priority.
> Allow CDIProvider to specify the priority
> ------------------------------------------
>
> Key: CDI-655
> URL: https://issues.jboss.org/browse/CDI-655
> Project: CDI Specification Issues
> Issue Type: Feature Request
> Reporter: Martin Kouba
> Assignee: Antoine Sabot-Durand
> Fix For: 2.0 .Final
>
>
> Right now, the CDI class takes the first provider whose {{javax.enterprise.inject.spi.CDIProvider.getCDI()}} does not return null. It might be useful to allow the CDIProvider authors to specify a priority (either by @Priority or by Prioritized) and sort the discovered providers so that those with higher priority are taken first.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the cdi-dev
mailing list