I use the jboss resteasy framework, it uses jackson 2.4.1
--
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...@googlegroups.com.
To post to this group, send email to jackso...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Which Jackson version?
--
Make sure to upgrade to 2.4.2 or later (2.4.5 is the latest, use that): there is one bug specifically related to problems with flushing of object id mappings:
https://github.com/FasterXML/jackson-databind/issues/499
--