Exists in 5.4.8. Final too I migrated from 5.4.1.Final JDK8 to OpenJDK11 and latest Hibernate. During run intergration test in our environment got this bug too: Caused by: java.lang.StackOverflowError at org.hibernate.hql.internal.ast.util.JoinProcessor.doFindAllNodes(JoinProcessor.java:113) [hibernate-core-5.4.8.Final.jar:5.4.8.Final] Our use case is reading of max postgresql bindable parameters: 32767. so would be nice to have it fixed. |