funcool / promesa

A promise library & concurrency toolkit for Clojure and ClojureScript.
https://funcool.github.io/promesa/latest/
Mozilla Public License 2.0
498 stars 58 forks source link

java.util.concurrent.CompletionStage can't be resolved #119

Closed hden closed 2 years ago

hden commented 2 years ago

Possibly introduced in v9

=> (require '[promesa.core :as p])
Reflection warning, promesa/impl.cljc:158:11 - call to method exceptionallyAsync on java.util.concurrent.CompletionStage can't be resolved (no such method).

project.clj

{:global-vars {*warn-on-reflection* true}}
niwinz commented 2 years ago

Yep, is a known issue https://github.com/funcool/promesa/issues/80