-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
status: waiting-for-feedbackWe need additional information before we can continueWe need additional information before we can continuestatus: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triaged
Description
Hello.
I am migrating to latest version of spring boot (3.2).
As I know it is supposed to support hibernate 6.3.
I am getting this error with a native jpa query.
Caused by: org.hibernate.query.SemanticException: Cannot compare left expression of type 'first type' with right expression of type 'second type
.
I think it is fixed in hibernate 6.4.
I tried forcing hibernate 6.4 with spring boot 3.2,
I tried also fallback to spring boot 3.1.8 and hibernate 6.1, but none did work.
Any suggestion please ?
Metadata
Metadata
Assignees
Labels
status: waiting-for-feedbackWe need additional information before we can continueWe need additional information before we can continuestatus: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triaged