Submitted. https://github.com/FasterXML/jackson-dataformat-xml/issues/607
2023年9月10日日曜日 4:41:35 UTC+9 Tatu Saloranta: > On Sat, Sep 9, 2023 at 7:59 AM wrongwrong <[email protected]> wrote: > > > > 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. > > Thank you! > > Could you file an issue for jackson-dataformat-xml so I won't forget > to have a look later on? > > -+ Tatu +- > > > > > -- > > 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 [email protected]. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/jackson-dev/8ee2178f-18a8-4765-8887-e447a1a2b2b7n%40googlegroups.com > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-dev/1418efc0-910f-475f-bbbd-e83f06d6934en%40googlegroups.com.
