Reflection warning, clojure/java/jdbc.clj:980:49 - call to method getColumnLabel can't be resolved (target class is unknown). Reflection warning, clojure/java/jdbc.clj:985:29 - reference to field next can't be resolved.
Environment
None
Activity
Show:
import July 5, 2017 at 5:07 AM
Comment made by: jeaye
Thank you!
Sean Corfield July 5, 2017 at 5:05 AM
Available now in 0.7.0-beta3.
Sean Corfield July 3, 2017 at 6:49 PM
Added type hints in two places in reducible-result-set to address reflection warnings. Will be in 0.7.0.
Sean Corfield July 3, 2017 at 6:41 PM
Removed check-all from project.clj as you can't run check on Clojure 1.7/1.8 due to spec-using code. Updated my local test-all.sh to run check on Clojure 1.9 so that reflection warnings will be highlighted by my normal testing process with this library.
Reflection warning, clojure/java/jdbc.clj:980:49 - call to method getColumnLabel can't be resolved (target class is unknown).
Reflection warning, clojure/java/jdbc.clj:985:29 - reference to field next can't be resolved.