It says here that the CompletionStage returned by FutureConverters doesn't support the toCompletableFuture() interface at all. However, it can be used fine to retrieve the value of a completed future, and/or wait for it. That functionality is currently used by e.g. akka.
The documentation could probably be extended to reflect that waiting / getting is fine, but completing is not.
It says here that the
CompletionStagereturned byFutureConvertersdoesn't support thetoCompletableFuture()interface at all. However, it can be used fine to retrieve the value of a completed future, and/or wait for it. That functionality is currently used by e.g. akka.The documentation could probably be extended to reflect that waiting / getting is fine, but completing is not.