Has anybody managed to use jackson 2.0 with Jersey 1.12. It will be very interesting to know. We have to use jackson 1.9.x all over the place, just because jersey has jackson so strongly coupled. From what I see even jersey 2.0M3 is still using jackson 1.9.2. So it seems there is no point to wait for jersey team to do it in near future.
Share
Custom provider works; and “official” Jackson 2.0 JSON provider project does the same, with bit more features (ability to use
@JsonViewannotation and a few others on resource methods).This is one of nice things with JAX-RS: everything is modular, and adding new improved providers is very easy.