Quarkus 3 migration: Compilation issues on persistence package #261
Labels
area:dependencies
Dependency upgrade/update/migration
area:engine
Related to the runtime engines
type:bug
Something is behaving unexpectedly
With the migration to
Hibernate 6.2
there are some compilation issues in kogito-apps/persistence-commons.Looks like the new NativeQuery api requires scalars to implement
BasicDomainType
and the types definen in the latest version of hypersistence-utils doesn't implement it.Related info: vladmihalcea/hypersistence-utils#609 (comment)
Tasks:
The text was updated successfully, but these errors were encountered: