Skip to content

Commit e5ccf97

Browse files
chore: release 7.0.0
Diff: v6.0.4...v7.0.0
1 parent fd5c9f7 commit e5ccf97

File tree

3 files changed

+43
-22
lines changed

3 files changed

+43
-22
lines changed

HISTORY.md

Lines changed: 35 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,44 @@
11
# History
22

3-
- [6.0.4](#604-2024-04-03) (Apr 2024)
4-
- [6.0.3](#603-2024-03-24) (Mar 2024)
5-
- [6.0.2](#602-2024-03-03) (Mar 2024)
6-
- [6.0.1](#601-2023-02-12) (Feb 2023)
7-
- [6.0.0](#600-2023-01-02) (Jan 2023)
8-
- [5.2.0](#520-2022-05-19) (May 2022)
9-
- [5.1.0](#510-2021-03-17) (Mar 2021)
10-
- [5.0.0](#500-2018-03-01) (Mar 2018)
11-
- [4.3](#43-2017-12-24) (Dec 2017)
12-
- [4.2](#42-2017-12-24) (Dec 2017)
13-
- [4.1](#41-2017-04-05) (Apr 2017)
14-
- [4.0](#40-2017-03-06) (Mar 2017)
15-
- [3.1](#31-2016-12-16) (Dec 2016)
16-
- [3.0](#30-2016-11-19) (Nov 2016)
17-
3+
| Version | Release date | Spring Boot compatibility |
4+
|--------------------------|---------------|---------------------------|
5+
| [7.0.0](#700-2025-02-13) | February 2025 | `>= 3.4.0` |
6+
| [6.0.4](#604-2024-04-03) | April 2024 | " |
7+
| [6.0.3](#603-2024-03-24) | March 2024 | " |
8+
| [6.0.2](#602-2024-03-03) | March 2024 | " |
9+
| [6.0.1](#601-2023-02-12) | February 2023 | " |
10+
| [6.0.0](#600-2023-01-02) | January 2023 | `>= 3.O.0 && < 3.4.0` |
11+
| [5.2.0](#520-2022-05-19) | May 2022 | " |
12+
| [5.1.0](#510-2021-03-17) | March 2021 | " |
13+
| [5.0.0](#500-2018-03-01) | March 2018 | `>= 2.O.0 && < 3.0.0` |
14+
| [4.3](#43-2017-12-24) | December 2017 | " |
15+
| [4.2](#42-2017-12-24) | December 2017 | " |
16+
| [4.1](#41-2017-04-05) | April 2017 | " |
17+
| [4.0](#40-2017-03-06) | March 2017 | " |
18+
| [3.1](#31-2016-12-16) | December 2016 | " |
19+
| [3.0](#30-2016-11-19) | November 2016 | `>= 1.O.0 && < 2.0.0` |
1820

1921

2022
# Release notes
2123

24+
## [7.0.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v6.0.4...v7.0.0) (2025-02-13)
25+
26+
### Features
27+
28+
* upgrade to Spring Boot 3.4.0 ([fd5c9f7](https://github.com/darrachequesne/spring-data-jpa-datatables/commit/fd5c9f7aac04babf7d73370d39d19b33c2310571))
29+
30+
⚠ BREAKING CHANGE ⚠
31+
32+
`hibernate-core` is upgraded from `6.4.x` to `6.6.x`, which contains an important breaking change regarding type casts:
33+
34+
> `Expression.as()` doesn’t do anymore a real type conversions, it’s just an unsafe typecast on the Expression object itself.
35+
36+
Reference: https://docs.jboss.org/hibernate/orm/6.6/migration-guide/migration-guide.html#criteria-query
37+
38+
Note: this change is not compatible with older versions of Spring Boot, as `JpaExpression.cast()` was added in `[email protected]`.
39+
40+
41+
2242
## [6.0.4](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v6.0.3...v6.0.4) (2024-04-03)
2343

2444

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,18 @@ public class UserRestController {
5959
<dependency>
6060
<groupId>com.github.darrachequesne</groupId>
6161
<artifactId>spring-data-jpa-datatables</artifactId>
62-
<version>6.0.4</version>
62+
<version>7.0.0</version>
6363
</dependency>
6464
```
6565

6666
Compatibility with Spring Boot:
6767

68-
| Version | Spring Boot version |
69-
|---------------|-------------------------------------------------------------------------|
70-
| 4.x and below | 1 |
71-
| 5.x | 2 |
72-
| 6.x | [3](https://www.springcloud.io/post/2022-11/springboot3-upgrade-guide/) |
68+
| Version | Spring Boot version |
69+
|---------------|-----------------------|
70+
| 7.x | `>= 3.4.0` |
71+
| 6.x | `>= 3.0.0 && < 3.4.0` |
72+
| 5.x | `>= 2.O.0 && < 3.0.0` |
73+
| 4.x and below | `>= 1.O.0 && < 2.0.0` |
7374

7475

7576
Back to [top](#contents).

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.darrachequesne</groupId>
77
<artifactId>spring-data-jpa-datatables</artifactId>
8-
<version>6.0.4</version>
8+
<version>7.0.0</version>
99

1010
<name>Spring Data JPA for DataTables</name>
1111
<description>Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)</description>

0 commit comments

Comments
 (0)