Skip to content
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

Merged
merged 6 commits into from
Dec 27, 2023

Conversation

leassis
Copy link
Contributor

@leassis leassis commented Dec 25, 2023

fix: the type information when using generic repository along with dynamic projections.

closes #148

@reda-alaoui
Copy link
Member

Hello @leassis ,
Please fix the formatting issue.

@leassis
Copy link
Contributor Author

leassis commented Dec 26, 2023

Do you have a standard formatter?

@reda-alaoui
Copy link
Member

Yes, this one

You can run this to format your code.

@leassis
Copy link
Contributor Author

leassis commented Dec 26, 2023

done!

Copy link
Member

@reda-alaoui reda-alaoui left a 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 Graph 3.2.2+
  • Spring Data JPA 3.2.0 is supported by Spring Data JPA Entity Graph 3.2.0-3.2.1

@reda-alaoui reda-alaoui changed the title fix type information when using dinamic projection and generic repository Fix type information when using dynamic projection and generic repository Dec 26, 2023
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@reda-alaoui reda-alaoui merged commit 4bcc022 into Cosium:master Dec 27, 2023
1 check passed
@reda-alaoui
Copy link
Member

Thank you @leassis !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

version 3.2.1 is losing jpa parameters type when using dynamic projections and generics
2 participants