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

Remove use of AsyncFuture as the return type from ModelControllerClient

XMLWordPrintable

      The ModelControllerClient interface includes a number of methods that return org.jboss.threads.AsyncFuture. We're strongly considering removing that return type, replacing it with some other Future type available from Java SE, most likely CompletableFuture.

      To help make that possible, in the few cases where full WF code uses the AsyncFuture from these methods, use java.util.concurrent.Future instead. This will allow us to make a change in WildFly Core without breaking the code in full WF.

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

                Created:
                Updated:
                Resolved: