[jboss-jira] [JBoss JIRA] (WFCORE-4204) Add Phase priorities for MicroProfile DUP

Jeff Mesnil (Jira) issues at jboss.org
Thu Nov 8 09:00:00 EST 2018


Jeff Mesnil created WFCORE-4204:
-----------------------------------

             Summary: Add Phase priorities for MicroProfile DUP
                 Key: WFCORE-4204
                 URL: https://issues.jboss.org/browse/WFCORE-4204
             Project: WildFly Core
          Issue Type: Bug
          Components: Deployment Scanner
            Reporter: Jeff Mesnil
            Assignee: ehsavoie Hugonnet


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