Closed kordano closed 4 years ago
this is because konserve-jdbc and therefore datahike-jdbc uses konserve 0.6.0-SNAPSHOT and datahike overrides this with konserve 0.5.1. I don't know the current state of konserve 0.6.0 so I still consider this backend somewhat experimental. A workaround is to tell your build tool not to use the konserve from datahike but the one from datahike-jdbc. Leiningen e.g. would be
[io.replikativ/datahike "0.3.2-SNAPSHOT" :exclusions [io.replikativ/konserve]]
[io.replikativ/datahike-jdbc "0.1.1-SNAPSHOT"]
Closing because there is no direct way to solve this. We could refactor konserve-jdbc but I guess that is a good amount of work since it is deliberately implemented with the new GC-functions. afaik
Description:
After importing
into
project.clj
, starting a repl, and requiring the namespace in my project, I got aSyntax error (IllegalAccessError)
.Exception
Could be different konserve versions.