Releases: dice-group/jackson-extensions
Releases · dice-group/jackson-extensions
Release list
Fixed a problem with Collections in the value position
- 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
- Offer (de)serialization for
org.apache.jena.rdf.model.Propertyclass. - Offer (de)serialization for
java.util.Map<K,V>class.