Cannot create binding for parameter referencen with criteria builder

When using more than 1250 parameters with criteria builder the next exception arise

java.lang.IllegalArgumentException: Cannot create binding for parameter reference [org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter@d05e904] - reference is not a parameter of this query

The problem is intermittent, but when using up to 100,000 parameters the problem always arise.

I create the next ticket: [HHH-15895] - Hibernate JIRA
how can i assigne the ticket to be work ?

Hi there. Thanks for the bug report, but please create a test case(hibernate-test-case-templates/JPAUnitTestCase.java at main · hibernate/hibernate-test-case-templates · GitHub) that reproduces the issue and attach that to the JIRA issue, otherwise the chances that anyone works on this is very little.