Hello.

While working with jackson-module-kotlin, I noticed a compatibility 
breakdown due to databind.
https://github.com/FasterXML/jackson-module-kotlin/pull/708

The cause is that the following PR added a null check for cache.
https://github.com/FasterXML/jackson-databind/pull/4101/files#diff-25c6303c76a7f05a72cdc35a1271bcc9374db3745d61ab895e7199f050619f7eR168

XmlMapper passes null to the cache, which causes an error.
https://github.com/FasterXML/jackson-dataformat-xml/blame/d1766c9fc014d95b99657b00a0b52e610bd75004/src/main/java/com/fasterxml/jackson/dataformat/xml/deser/XmlDeserializationContext.java#L34

Sorry if you are already aware of the situation.

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jackson-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jackson-dev/8ee2178f-18a8-4765-8887-e447a1a2b2b7n%40googlegroups.com.

Reply via email to