rohid dev opened SPR-10007 and commented
Exception thrown : org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.StackOverflowError at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:949) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
Affects: 3.1 RC1
Issue Links: - #14640 org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.StackOverflowError ("duplicates")
Comment From: ShahidHussainAbbasi
I used @Transient with @OneToMany and fixed