Hibernate/JPA static Metamodel Generator 6.4.1.Final throws StackOverflowError

Hi,

Metamodel Generator is used in project I’m working on.
Project is under Maven.

When I try to upgrade from Hibernate 6.2.17.Final to 6.4.1.Final one
Hibernate/JPA static Metamodel Generator throws StackOverflowError exception.

6.2.17.Final works fine.

Could I be advised how I can debug metamodel generation to find root cause of StackOverflowError exception please.

This was recently fixed and will be released with 6.4.2.Final next week. Also see [HHH-17253] - Hibernate JIRA

Thank you! Will test with 6.4.2.Final next week.