Skip to content

7.0.0

Compare
Choose a tag to compare
@darrachequesne darrachequesne released this 13 Feb 08:17
· 3 commits to main since this release
e5ccf97

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].

Links