Is Spring MVC 3.1 compatible with Jackson 2.0? Will Spring MVC’s automatic detection of Jackson on the classpath, and delegation to Jackson for requests with a JSON content-type still work?
Is Spring MVC 3.1 compatible with Jackson 2.0? Will Spring MVC’s automatic detection of
Share
Support for Jackson 2 has been added in Spring 3.2, and has also backported to Spring 3.1.2 (SPR-9507)