[ 
https://issues.apache.org/jira/browse/IGNITE-26058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kirill Tkalenko updated IGNITE-26058:
-------------------------------------
    Description: I noticed that we have 
*CompletableFuture.completedFuture(null)* in our code base, it should be 
replaced with 
*org.apache.ignite.internal.util.CompletableFutures#nullCompletedFuture*. 
Similar cases can also be fixed.  (was: I noticed that we have 
*CompletableFuture.completedFuture(null)* in our product code, it should be 
replaced with 
*org.apache.ignite.internal.util.CompletableFutures#nullCompletedFuture*.)

> Replace uses of СompletableFuture.completedFuture(null) with 
> CompletableFutures#nullCompletedFuture in code base
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-26058
>                 URL: https://issues.apache.org/jira/browse/IGNITE-26058
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Kirill Tkalenko
>            Assignee: Kirill Tkalenko
>            Priority: Major
>              Labels: ignite-3
>
> I noticed that we have *CompletableFuture.completedFuture(null)* in our code 
> base, it should be replaced with 
> *org.apache.ignite.internal.util.CompletableFutures#nullCompletedFuture*. 
> Similar cases can also be fixed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to