Override Jackson Object Mapper properties on Websphere 8.5.5 using Apache Wink
问题 We are using IBM(s) bundled Apache Wink to offer JAXRS endpoints for our application. We are coding towards Websphere 8.5.5. Since we are servlet 3.0 compliant we use the 'programmatic' way of configuring the JaxRS application, meaning no entries in web.xml and we rely on class scanning for annotated jax rs resources. In general it works fine. @ApplicationPath("/api/v1/") public class MyApplication extends Application{ This version of Websphere along with Apache Wink, uses Jackson 1.6.x for