-
Task
-
Resolution: Won't Do
-
Major
-
None
-
None
JwtActivationProcessor is presently installed at PARSE_MICROPROFILE_JWT_DETECTION = 0x4C0D
However I need it to have performed it's activation check before: -
AnnotatedEJBComponentDescriptionDeploymentUnitProcessor which is installed at PARSE_CREATE_COMPONENT_DESCRIPTIONS = 0x1150
JwtActivationProcessor depends on two attachments.
WarMetaData.ATTACHMENT_KEY which is created by WarStructureDeploymentProcessor and installed at STRUCTURE_WAR = 0x0900 - So before Phase.PARSE.
Attachments.COMPOSITE_ANNOTATION_INDEX which is created by CompositeIndexProcessor and installed at PARSE_COMPOSITE_ANNOTATION_INDEX = 0x0301
So anywhere after 0x0301 but before 0x1150 should be safe.