CBORFactory type hints are used but that class is not imported
cheshire.core has CBORFactory type hints but that class is not imported. I haven't verified this, but I think that means they silently fail unless someone has reflection warnings on.
This also makes it harder to use cheshire with any project that tries to use ProGuard to minimize resulting jars.
I'd personally be pretty happy if CBOR and SMILE dependencies were optional (Lambda -- don't ask), but that's probably a different ticket.
Thanks for reporting this @lvh, I'll take a look at it.
I'd personally be pretty happy if CBOR and SMILE dependencies were optional
I think I agree with this, it'd be nice if they were optional also. Jackson already makes them optional, it's just a matter of making them optional in the Clojure code.