]
Will Burns updated ISPN-10800:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Checkstyle isn't looking for supplyAsync methods with no
executor
-----------------------------------------------------------------
Key: ISPN-10800
URL:
https://issues.jboss.org/browse/ISPN-10800
Project: Infinispan
Issue Type: Bug
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 10.0.0.Final
ISPN-10372 introduced a check to ensure we were only using the CompletionStage methods
that supplied an executor. Unfortunately this missed the static `CompletableFuture`
methods such as `supplyAsync` and `runAsync`.