I have tried all the solutions provided on SO this and this and many others but nothing seems to solve my problem. I am getting below exception
com.fasterxml.jackson.databind.JsonMappingException: could not initialize proxy - no Session (through reference chain: java.util.ArrayList[0]-
I am not getting why spring using fasterxml.jackson
while with previous version it was using it from codehaus
previous spring version 3.1.2.Release current spring version 4.1.6.Release