Relative Content

Tag Archive for mysqlspring-boothibernate

Hibernate 5.3.3 limitation in clause after upgrade

i just upgrade from hibernate 5.2 to 5.3 but i have a problem in my queries, i have multiple queries that have multiple params in the in clause which cause a stackoverflow error with this lines repeated, do someone know how to resolve this problem ?
Caused by: java.lang.StackOverflowError: null
at org.hibernate.internal.util.StringHelper.replace(StringHelper.java:128)