Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-19983 Remove all non-breaking uses of ModuleIdentifier
  3. WFLY-20019

Remove all non-breaking uses of ModuleIdentifier in EE Subsystem

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • 35.0.0.Final
    • None
    • EE
    • None

      Remove all non-breaking uses of ModuleIdentifier in EE Subsystem

      ./ee/src/main/java/org/jboss/as/ee/security/SecurityActions.java:import org.jboss.modules.ModuleIdentifier;
      ./ee/src/main/java/org/jboss/as/ee/subsystem/GlobalModulesDefinition.java:import org.jboss.modules.ModuleIdentifier;
      ./ee/src/main/java/org/jboss/as/ee/subsystem/GlobalDirectoryDeploymentService.java:import org.jboss.modules.ModuleIdentifier;
      

      GlobalModulesDefinition.java depends on AttachmentKey in WFCORE:

      public static final AttachmentKey<AttachmentList<ModuleIdentifier>> ADDITIONAL_ANNOTATION_INDEXES = AttachmentKey.createList(ModuleIdentifier.class);
      

              chaowan@redhat.com Chao Wang
              chaowan@redhat.com Chao Wang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: