Releases: darrachequesne/spring-data-jpa-datatables
8.0.0
Spring Boot was upgraded to v4.
Reference: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-4.0-Migration-Guide
Links
7.1.0
spring-boot-dependencies was updated from version 3.4.0 (Nov 2024) to 3.5.3 (Jun 2025).
Note: version ranges in <dependencyManagement> are supported starting with Maven 4 (https://issues.apache.org/jira/browse/MNG-4463).
Links
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 hibernate-core@6.6.