- Update jackson-core to 2.14.2
- Update jaxb-api to 2.4.0-b180830.0359
- Fix for cognitect/transit-clj#37 - error reading cmap with null key
- Fix for cognitect/transit-clj#47 - interpose a transformer on tag resolution when present. This handles the case where a transformer may convert an object into a form that the marhsaling phase may not be able to handle. This bifurcation between the classifying tag and the marshaled form was specifically causing issues in transit-clj where symbol map keys with metadata did not marshal into a stringable form but were classified as stringable earlier in the write phase.
- Remove dependency on org.apache.commons.codec, use java.util.Base64
- Other minor dep version updates
- No changes, just version
- Add explicit jaxb-api dependency for Java 9+ (issue #28)
- Add support for transform function in writer
- Compile to Java 1.8 target (previously 1.6)
- Add support for defaultWriteHandler in TransitFactory.writer()
- Update jackson-core dependency from 2.3.2 to 2.8.7
- Fix double check locking of non-thread-safe handler caches
- WriteHandler thread safety improvements
- Updated msgpack dependency to 0.6.12
- Simplified commons-codec dependency to be more direct
- Simplified jackson-core dependency to reduce transitive dependencies (#11)
- Fixed #15: Wrap SimpleDateFormat in ThreadLocal
- ReadHandlerMap and WriteHandlerMap
- cache read and write handlers