XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • 28.0.0.Beta1
    • None
    • Management
    • None

      All of these can be fixed without any breaking change:

              wildfly-domain-http-interface  (15 usages found)
                  org.jboss.as.domain.http.server  (15 usages found)
                      ConsoleMode  (1 usage found)
                          getClassLoader(ModuleLoader, String, String)  (1 usage found)
                              259 ModuleIdentifier id = ModuleIdentifier.create(module, slot);
                      ConsoleModeTestCase  (13 usages found)
                          testDefaultModules()  (1 usage found)
                              29 checkModule(null, ModuleIdentifier.create("org.jboss.as.console"), "modules-default");
                          testVersionedNoSlot()  (1 usage found)
                              35 checkModule(null, ModuleIdentifier.create("org.jboss.as.console.main", "1.2.1"), "modules-versioned");
                          testVersionedAndMainSlot()  (1 usage found)
                              40 checkModule("main", ModuleIdentifier.create("org.jboss.as.console.main", "1.2.1"), "modules-versioned");
                          testVersionedLayersNoSlot()  (1 usage found)
                              45 checkModule(null, ModuleIdentifier.create("org.jboss.as.console.main", "1.2.1"), "modules-base-and-layer1");
                          testVersionedLayersAndMainSlot()  (1 usage found)
                              50 checkModule("main", ModuleIdentifier.create("org.jboss.as.console.main", "1.2.1"), "modules-base-and-layer1");
                          testSeveralRootsVersionedLayersNoSlot()  (1 usage found)
                              55 checkModule(null, ModuleIdentifier.create("org.jboss.as.console.main", "3.0.0"), "modules-base-and-layer1", "modules-layer2");
                          testSeveralRootsVersionedLayersAndMainSlot()  (1 usage found)
                              60 checkModule("main", ModuleIdentifier.create("org.jboss.as.console.main", "3.0.0"), "modules-base-and-layer1", "modules-layer2");
                          testSeveralRootsDifferentOrderVersionedLayersNoSlot()  (1 usage found)
                              65 checkModule(null, ModuleIdentifier.create("org.jboss.as.console.main", "3.0.0"), "modules-layer2", "modules-base-and-layer1");
                          testSeveralRootsDifferentOrderVersionedLayersAndMainSlot()  (1 usage found)
                              70 checkModule("main", ModuleIdentifier.create("org.jboss.as.console.main", "3.0.0"), "modules-layer2", "modules-base-and-layer1");
                          testAddonsAndLayersAddon1WinsNoSlot()  (1 usage found)
                              75 checkModule(null, ModuleIdentifier.create("org.jboss.as.console.main", "2.0.0"), "modules-base-and-layer1", "modules-addons1");
                          testAddonsAndLayersLayer2WinsNoSlot()  (1 usage found)
                              80 checkModule(null, ModuleIdentifier.create("org.jboss.as.console.main", "3.0.0"), "modules-base-and-layer1", "modules-layer2", "modules-addons1");
                          testAddonsAndLayersAddon2WinsNoSlot()  (1 usage found)
                              85 checkModule(null, ModuleIdentifier.create("org.jboss.as.console.main", "4.0.0"), "modules-base-and-layer1", "modules-layer2", "modules-addons1", "modules-addons2");
                          testAddonsOnly()  (1 usage found)
                              90 checkModule(null, ModuleIdentifier.create("org.jboss.as.console.main", "4.0.0"), "modules-addons1", "modules-addons2");
                      ErrorContextHandler  (1 usage found)
                          getClassLoader(ModuleLoader, String, String)  (1 usage found)
                              62 ModuleIdentifier id = ModuleIdentifier.create(module, slot);
      

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

                Created:
                Updated:
                Resolved: