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

Remove use of org.jboss.threads.BlockingExecutor

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 37.0.0.Beta1, 37.0.0.Final
    • None
    • JCA
    • None

      The org.jboss.threads.BlockingExecutor interface is deprecated in JBoss Threads 2 and removed in JBoss Threads 3.x, to which we want to move. Remove its use.

      AFAICT all uses of this interface could just use plain old Executor from Java SE. They either simply call execute(Runnable) or they cast the instance to a subinterface and use methods from the subinterface.

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

                Created:
                Updated:
                Resolved: