luminus-framework / conman

a helper library for managing database connections
Eclipse Public License 1.0
122 stars 27 forks source link

Updates hikari-cp to version 1.8.1 #45

Closed blmstrm closed 7 years ago

blmstrm commented 7 years ago

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.

yogthos commented 7 years ago

Thanks, just pushed out a new version with the fix.

blmstrm commented 7 years ago

Great! Thanks for a great library.