[jackson-user] Re: Wrong JsonStreamContext hierarchy when using JsonNode.traverse TreeTraversingParser

2018-08-22 Thread Paolo Bazzi
Additional info: verified with latest Jackson 2.9.6 version -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to jackson-user+unsubscr...@googlegroups.com. To post to

Re: [jackson-user] Re: Wrong JsonStreamContext hierarchy when using JsonNode.traverse TreeTraversingParser

2018-08-31 Thread Tatu Saloranta
Quick answer: sounds like a Jackson bug. Longer answer: maintaining accurate read context hierarchy gets complicated since it needs to "stitch" together contexts from original context (physical parser, originally), and then context for TreeTraversingParser (for JsonNode) or its equivalent for Toke