-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix type information when using dynamic projection and generic repository #149
Conversation
72fae93
to
85988a6
Compare
Hello @leassis , |
Do you have a standard formatter? |
done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks fine to me.
But this introduces a breaking change regarding the support of Spring Data JPA. Therefore, the README's Compatibility matrix (https://github.com/Cosium/spring-data-jpa-entity-graph?tab=readme-ov-file#compatibility-matrix) should be changed to show that:
- Spring Data JPA
3.2.1+
is supported by Spring Data JPA Entity Graph3.2.2+
- Spring Data JPA
3.2.0
is supported by Spring Data JPA Entity Graph3.2.0-3.2.1
Thank you @leassis ! |
fix: the type information when using generic repository along with dynamic projections.
closes #148