omnipersistence icon indicating copy to clipboard operation
omnipersistence copied to clipboard

Hibernate 6 Support

Open ArjanPronk opened this issue 2 years ago • 0 comments

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?

ArjanPronk avatar Aug 11 '23 14:08 ArjanPronk