Skip to content

Releases: dice-group/jackson-extensions

Fixed a problem with Collections in the value position

Choose a tag to compare

@MichaelRoeder MichaelRoeder released this 28 Oct 11:55
fbfe537
  • Fixed a bug that caused the deserializer to abort when the object in the value position has been serialized as a JSON array. This can happen in cases in which the object is a Java collection class that is know to the Jackson library.
  • Increased the version of the Jackson library.

First version released for deployment

Choose a tag to compare

@MichaelRoeder MichaelRoeder released this 29 Aug 16:25
  • Offer (de)serialization for org.apache.jena.rdf.model.Property class.
  • Offer (de)serialization for java.util.Map<K,V> class.