clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
schmee 2020-09-19T09:11:48.013700Z

@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?

alexmiller 2020-09-19T11:35:47.015Z

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

alexmiller 2020-09-19T11:36:59.016800Z

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

alexmiller 2020-09-19T11:38:52.018200Z

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

schmee 2020-09-19T12:32:11.019800Z

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!