Getting HttpMessageNotWritableException when trying to return List in response body in SpringBoot
I’m getting following error if I try to return List which I get from field in my entity class. If I create List myself then I don’t get this error. I’m using SpringBoot 3.3.2 with Java 17.