Releases: darrachequesne/spring-data-jpa-datatables
Releases · darrachequesne/spring-data-jpa-datatables
7.1.0
02 Jul 12:56
Compare
Sorry, something went wrong.
No results found
7.0.1
18 Feb 07:52
Compare
Sorry, something went wrong.
No results found
Bug Fixes
properly compute search panes with related entities (cc4b439 )
Links
7.0.0
13 Feb 08:17
Compare
Sorry, something went wrong.
No results found
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.
Links
6.0.4
03 Apr 09:10
Compare
Sorry, something went wrong.
No results found
Bug Fixes
properly compute search panes with related entities (495cfbc )
Links
6.0.3
24 Mar 08:52
Compare
Sorry, something went wrong.
No results found
Bug Fixes
sqlserver: prevent cast from NVARCHAR to VARCHAR (f1e0ecd )
Links
6.0.2
04 Mar 09:07
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fix integration with Spring Boot 3 (a6a8a0d )
Links
6.0.0
02 Jan 09:18
Compare
Sorry, something went wrong.
No results found
Features
upgrade to Spring Boot 3.0.0 (d4c810e )
Links
5.2.0
19 May 12:30
Compare
Sorry, something went wrong.
No results found
5.1.0
17 Mar 01:51
Compare
Sorry, something went wrong.
No results found
5.1.0 / 2021-03-17
Features
add support for the SearchPanes extension (16803f9 )