You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,19 +29,6 @@ This prevents you from choosing the best `EntityGraph` considering the runtime c
29
29
//...
30
30
}
31
31
```
32
-
33
-
# 3.x to 4.x
34
-
35
-
- EntityGraph repositories were rearranged to exactly mirror Spring Data JPA repositories. You may have to fix your imports.
36
-
- `ListCrudRepository` and `ListPagingAndSortingRepository` repositories have now their EntityGraph counterpart.
37
-
- Null safety added everywhere via [JSpecify](https://jspecify.dev/).
38
-
39
-
# 2.x to 3.x
40
-
41
-
- Moved from Java 8 to 17 as the source language
42
-
- `javax.persistence` replaced by `jakarta.persistence`
43
-
- `com.cosium.spring.data.jpa.entity.graph.domain` classes (deprecated in 2.7.x) have been removed in favor of `com.cosium.spring.data.jpa.entity.graph.domain2`
44
-
- `Default EntityGraph by name pattern` feature (deprecated in 2.7.x) has been removed. `*.default` named EntityGraph are not considered as default EntityGraph anymore. Please read [default EntityGraph](#repository-default-entitygraph) to use the new `Default EntityGraph` feature instead.
0 commit comments