2012/10/24 Jeremy W. Sherman <jeremyw.sher...@gmail.com>

> I'm getting a compiler error on changing the dependency to 1.3.0,
> "Exception in thread "main" java.lang.ClassNotFoundException:
> clojure.data.json, compiling:(clojurewerkz/support/json.clj:24)"
>

> It looks like that line (
> https://github.com/clojurewerkz/support/blob/master/src/clojure/clojurewerkz/support/json.clj#L24)
> is:
>
>   (extend-protocol clojure.data.json/Write-JSON
>
>
>
clojure.data.json is no longer a Monger (technically, clojurewerkz/support)
dependency, it is mentioned in the change log:

https://github.com/michaelklishin/monger/blob/master/ChangeLog.md


> Suggestions? In the meantime, I'm dropping back to 1.2.0.
>
>
If you use monger.json without direct clojure.data.json usage, just add
Cheshire to your
dependencies. clojure.data.json 0.2 is NOT supported as it completely
breaks public API.
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to