Fork me on GitHub
#clojure-dev
<
2020-09-19
>
schmee09:09:48

@alexmiller I have a local fork of transit-java where I’ve made a few modifications, among them • Bumped msgpack from msgpack-0.6.12 to msgpack-core-0.8.21 • Removed commons-codec dependency (since Java 1.8 ships with Base64) would you be interested in patches for these?

Alex Miller (Clojure team)11:09:47

We dont take patches on the transit libs but issues are welcome there with info

Alex Miller (Clojure team)11:09:59

The msg pack one probably requires investigation along with all of the other transit libs to ensure compatibility

Alex Miller (Clojure team)11:09:52

I feel like I’ve looked at that at some point and it was larger than I expected

schmee12:09:11

gotcha, the goal of my fork is to use the native binary format in the newer versions of msgpack, since there is already an issue for that (https://github.com/cognitect/transit-format/issues/2) I’ll keep using my local fork for now. thanks!