Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-19475

Remove undertow subsystem use of deprecated ControlledProcessStateService.SERVICE_NAME

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • Web (Undertow)
    • None
    • ---
    • ---

      Use the 'org.wildfly.management.process-state-notifier' capability to obtain a ProcessStateNotifie

      Constant field
          SERVICE_NAME
      Usages in Project and Libraries  (3 usages found)
          Value read  (3 usages found)
              wildfly-undertow  (2 usages found)
                  org.wildfly.extension.undertow  (2 usages found)
                      HostAdd  (1 usage found)
                          performRuntime(OperationContext, ModelNode, ModelNode)  (1 usage found)
                              93 final Supplier<ControlledProcessStateService> cpssSupplier = csb.requires(ControlledProcessStateService.SERVICE_NAME);
                      RuntimeInitialization  (1 usage found)
                          addExtraServices(ServiceTarget)  (1 usage found)
                              113 target.addService(ControlledProcessStateService.SERVICE_NAME).setInstance(new NullService()).install();
              Maven: org.wildfly.core:wildfly-controller:25.0.0.Beta4  (1 usage found)
                  org.jboss.as.controller  (1 usage found)
                      ControlledProcessStateService  (1 usage found)
                          addService(ServiceTarget, ControlledProcessState)  (1 usage found)
                              44 Consumer<ProcessStateNotifier> consumer = sb.provides(INTERNAL_SERVICE_NAME, SERVICE_NAME);
      

            flaviarnn Flavia Rainone
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: