When using conman 0.6.8 with clojure-1.9.0-beta2 I get the following warning:
WARNING: Inst already refers to: #'clojure.core/Inst in namespace: schema.core, being replaced by: #'schema.core/Inst.
It seems that hikari-cp 1.7.6 uses schema 1.0.4 that doesn't exclude clojure.core/Inst.
Upgrading to hikari-cp 1.8.1 which uses schema 1.1.6 solves the issue.
When using
conman 0.6.8
withclojure-1.9.0-beta2
I get the following warning:WARNING: Inst already refers to: #'clojure.core/Inst in namespace: schema.core, being replaced by: #'schema.core/Inst
.It seems that
hikari-cp 1.7.6
usesschema 1.0.4
that doesn't excludeclojure.core/Inst
. Upgrading tohikari-cp 1.8.1
which usesschema 1.1.6
solves the issue.