I had a similar issue. Given that the exception ha...
# spring
h
I had a similar issue. Given that the exception happens during initialization of the HttpMessageConverter, I think the Problem is with Jackson. Boot 1.5.9 provides Jackson 2.8.10 – I suggest you try upgrading to Jackson 2.9.2. That solved the issue for me.
👍 3
q
thanks, will try it now