dscarpetti/codax

Remove clj-time (and Joda-Time) dependency

Opened this issue · 2 comments

Joda-Time was nice a few years back, but nowadays Clojure users are expected to use java.util.Date (mostly via #inst) and java.time.instant.

Most importantly, clj-time is deprecated. It's a little annoying to bring those dependencies in new projects.

Yeah, I agree. It's pretty simple to add support manually for a legacy databases that require it. I'd like to include this in the 1.4.0 release. I've made the changes in PR #33, I'd appreciate it if you could take a quick look.

Looks good to me 👍