79265954

Date: 2024-12-09 17:47:33
Score: 2
Natty:
Report link

In my case I was doing: @JsonManagedRefence and @JsonBackReference, which are wrong since these ones are only for parent-child relationship.

For ManytoMany use: @JsonIdentityInfo(generator = ObjectIdGenerators.PropertyGenerator.class, property = "id") Hope this helps someone.

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @JsonManagedRefence
  • User mentioned (0): @JsonBackReference
  • Low reputation (1):
Posted by: eberteo