omnifaces / omnipersistence

Utilities for JPA, JDBC and DataSources
Other
31 stars 12 forks source link

Hibernate 6 Support #32

Open ArjanPronk opened 11 months ago

ArjanPronk commented 11 months ago

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?