You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: