You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been upgrading our infrastructure and as part of that we're planning to upgrade to Hibernate 6.
I've tried to modify the Provider class to match the new Hibernate apis but after that ran into problems with hibernate not allowing another copy during the creation of the countQuery in the baseEntityService.
java.lang.IllegalArgumentException: Already registered a copy: SqmBasicValuedSimplePath
I was wondering, is support for Hibernate 6 on your roadmap or have you by any chance looked into it and can point me into the right direction?
The text was updated successfully, but these errors were encountered:
We've been upgrading our infrastructure and as part of that we're planning to upgrade to Hibernate 6.
I've tried to modify the Provider class to match the new Hibernate apis but after that ran into problems with hibernate not allowing another copy during the creation of the countQuery in the baseEntityService.
java.lang.IllegalArgumentException: Already registered a copy: SqmBasicValuedSimplePath
I was wondering, is support for Hibernate 6 on your roadmap or have you by any chance looked into it and can point me into the right direction?
The text was updated successfully, but these errors were encountered: