Releases: darrachequesne/spring-data-jpa-datatables
Releases · darrachequesne/spring-data-jpa-datatables
7.0.1
7.0.0
Features
- upgrade to Spring Boot 3.4.0 (fd5c9f7)
⚠ BREAKING CHANGE ⚠
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]
.