Will Burns created ISPN-10312:
---------------------------------
Summary: 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
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}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)