Skip to content

Commit b4168dc

Browse files
authored
Move README migration notes to github releases
1 parent 047d1a8 commit b4168dc

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,6 @@ This prevents you from choosing the best `EntityGraph` considering the runtime c
2929
//...
3030
}
3131
```
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.
4532

4633
# Usage
4734

0 commit comments

Comments
 (0)