]
Work on ISPN-10312 started by Will Burns.
-----------------------------------------
Evaluate locations that use CompletableFuture#join
--------------------------------------------------
Key: ISPN-10312
URL:
https://issues.jboss.org/browse/ISPN-10312
Project: Infinispan
Issue Type: Sub-task
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Invoking join or get on a CompletableFuture is a code stink and should be evaluated if it
can be refactored to something else. Quite possibly this JIRA may be to just create other
JIRAs but any simple refactorings can be done here.
Invocations to watch for {code}CompletionStages.join(){code},
{code}CompletableFuture.join(){code}, {code}CompletableFuture.get(){code},
{code}CompletableFuture.get(int, TimeUnit){code}