Skip to content

Releases: darrachequesne/spring-data-jpa-datatables

7.1.0

02 Jul 12:56
bf7e7e7
Compare
Choose a tag to compare

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

18 Feb 07:52
b5582c5
Compare
Choose a tag to compare

Bug Fixes

  • properly compute search panes with related entities (cc4b439)

Links

7.0.0

13 Feb 08:17
e5ccf97
Compare
Choose a tag to compare

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

6.0.4

03 Apr 09:10
07b531c
Compare
Choose a tag to compare

Bug Fixes

  • properly compute search panes with related entities (495cfbc)

Links

6.0.3

24 Mar 08:52
be286ee
Compare
Choose a tag to compare

Bug Fixes

  • sqlserver: prevent cast from NVARCHAR to VARCHAR (f1e0ecd)

Links

6.0.2

04 Mar 09:07
1f84331
Compare
Choose a tag to compare

Bug Fixes

  • allow order array to be empty (a214d5b)
  • apply any prefiltering specification to the search panes (e83b4d5)

Links

6.0.1

12 Feb 23:42
f3b108c
Compare
Choose a tag to compare

Bug Fixes

  • fix integration with Spring Boot 3 (a6a8a0d)

Links

6.0.0

02 Jan 09:18
cfb25fc
Compare
Choose a tag to compare

5.2.0

19 May 12:30
9b1123d
Compare
Choose a tag to compare

5.1.0

17 Mar 01:51
5c41f34
Compare
Choose a tag to compare

5.1.0 / 2021-03-17

Features

  • add support for the SearchPanes extension (16803f9)