[jboss-jira] [JBoss JIRA] (WFCORE-4204) Add Phase priorities for MicroProfile DUPs
Jeff Mesnil (Jira)
issues at jboss.org
Thu Nov 8 09:47:00 EST 2018
[ https://issues.jboss.org/browse/WFCORE-4204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Mesnil reassigned WFCORE-4204:
-----------------------------------
Assignee: Jeff Mesnil (was: ehsavoie Hugonnet)
> Add Phase priorities for MicroProfile DUPs
> ------------------------------------------
>
> Key: WFCORE-4204
> URL: https://issues.jboss.org/browse/WFCORE-4204
> Project: WildFly Core
> Issue Type: Bug
> Components: Server
> Reporter: Jeff Mesnil
> Assignee: Jeff Mesnil
> Priority: Major
>
> New MicroProfile extensions were added late in the WildFly 14 release cycles and they did not properly define their priorities in org.jboss.as.server.deployment.Phase.
> It introduce 5 new priorities:
> {code}
> public static final int DEPENDENCIES_MICROPROFILE_CONFIG = 0x1850;
> public static final int DEPENDENCIES_MICROPROFILE_METRICS = 0x1860;
> public static final int DEPENDENCIES_MICROPROFILE_HEALTH = 0x1870;
> public static final int DEPENDENCIES_MICROPROFILE_OPENTRACING = 0x1880;
> public static final int POST_MODULE_MICROPROFILE_CONFIG = 0x3750;
> public static final int POST_MODULE_MICROPROFILE_METRICS = 0x3760;
> public static final int POST_MODULE_MICROPROFILE_HEALTH = 0x3770;
> public static final int POST_MODULE_MICROPROFILE_OPENTRACING = 0x3780;
> {code}
> Note that the metrics priorities correspond to a new extension (tracked by WFLY-10712) that's not in WildFly yet (but will be before 15.0 is released)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list