How to change Jackson version in JAX-RS app (WebSphere Liberty)

前端 未结 3 894
清歌不尽
清歌不尽 2021-01-14 13:12

I am migrating a JAX-RS application from WebSphere 8.0 to WebSphere Liberty 8.5.5.

In WebSphere 8.0, Jackson was provided by WebSphere. I can find jackson-core

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-14 13:51

    Alexey, have you tried a parentLast loader approach to the application deployed on liberty so that application classes can take precedence. You can reference this question to get more insights. There is documentation for that from IBM as well here

提交回复
热议问题