Liking cljdoc? Tell your friends :D

transit-java 1.1

1.1.401-alpha / 2026-03-02

  • Update jackson-core version 2.21.0 -> 2.21.1

1.1.398-alpha1 / 2026-02-27

  • Update msgpack dependency from msgpack 0.6.x to msgpack-core 0.9.11
    • This removed transitive javassist dependency which caused issues in Java 10
  • Remove impossible bounds checks in MsgpackEmitter.emitInteger()
  • Avoid repeated calls to MessageUnpacker.getNextFormat() in MsgpackParser

1.1.389 / 2026-02-04

  • Remove handlerCache for WriteHandlerMap and ReadHandlerMap to eliminate lock contention
  • Update jackson-core to 2.21.0

1.0.371 / 2023-03-31

  • Update jackson-core to 2.14.2
  • Update jaxb-api to 2.4.0-b180830.0359

1.0.366 / 2023-03-31

1.0.362 / 2022-02-04

  • Fix for https://github.com/cognitect/transit-clj/issues/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

1.0.343 / 2020-02-18

  • No changes, just version

0.8.337 / 2018-08-17

  • Add explicit jaxb-api dependency for Java 9+ (issue #28)

0.8.332 / 2018-03-30

  • Add support for transform function in writer
  • Compile to Java 1.8 target (previously 1.6)

0.8.327 / 2017-03-31

  • Add support for defaultWriteHandler in TransitFactory.writer()

0.8.324 / 2017-03-13

  • Update jackson-core dependency from 2.3.2 to 2.8.7

0.8.319 / 2016-11-18

  • Fix double check locking of non-thread-safe handler caches

0.8.316 / 2016-09-30

  • WriteHandler thread safety improvements

0.8.313 / 2016-07-27

  • Updated msgpack dependency to 0.6.12

0.8.311 / 2015-10-22

  • Simplified commons-codec dependency to be more direct
  • Simplified jackson-core dependency to reduce transitive dependencies (#11)

0.8.307 / 2015-10-09

  • Fixed #15: Wrap SimpleDateFormat in ThreadLocal

0.8.304 / 2015-08-07

  • ReadHandlerMap and WriteHandlerMap

0.8.285 / 2015-03-13

  • cache read and write handlers

Can you improve this documentation? These fine people already did:
Alex Miller, JarrodCTaylor, puredanger & David Chelimsky
Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close