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
`hibernate-core` is upgraded from `6.4.x` to `6.6.x`, which contains an important breaking change regarding type casts:
> `Expression.as()` doesn’t do anymore a real type conversions, it’s just an unsafe typecast on the Expression object itself.
Reference: https://docs.jboss.org/hibernate/orm/6.6/migration-guide/migration-guide.html#criteria-query
Note: this change is not compatible with older versions of Spring Boot, as `JpaExpression.cast()` was added in `[email protected]`.
Related: #166
Hey Damien,
Thanks for your great work.
Run into an issue with latest hibernate. And I found this: Casting to String no longer works in JPA criteria query since hibernate 6.6
See also:
https://hibernate.atlassian.net/browse/HHH-18710
https://docs.jboss.org/hibernate/orm/6.6/migration-guide/migration-guide.html#criteria-query
Thanks,
Allen
The text was updated successfully, but these errors were encountered: