Skip to content

Add missing hints for Querydsl integration #4245

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

Closed
wants to merge 2 commits into from
Closed

Conversation

christophstrobl
Copy link
Member

@christophstrobl christophstrobl commented Dec 2, 2022

This PR adds missing reflection configuration for Querydsl integration.
We now also make sure to call the queryMixing getter instead of reading the field via reflection.

Manual registration of Q classes is still required (see: spring-projects/spring-data-commons#2721)

Closes: #4244


Should be back ported to 4.0.x

This commit adds missing reflection configuration for Querydsl integration. We now also make sure to call the queryMixing getter instead of reading the field via reflection.
mp911de pushed a commit that referenced this pull request Jan 23, 2023
This commit adds missing reflection configuration for Querydsl integration. We now also make sure to call the queryMixing getter instead of reading the field via reflection.

Closes #4244
Original pull request: #4245
mp911de added a commit that referenced this pull request Jan 23, 2023
Move QuerydslPredicateExecutor hints to RepositoryRuntimeHints.

See #4244
Original pull request: #4245
mp911de pushed a commit that referenced this pull request Jan 23, 2023
This commit adds missing reflection configuration for Querydsl integration. We now also make sure to call the queryMixing getter instead of reading the field via reflection.

Closes #4244
Original pull request: #4245
mp911de added a commit that referenced this pull request Jan 23, 2023
Move QuerydslPredicateExecutor hints to RepositoryRuntimeHints.

See #4244
Original pull request: #4245
@mp911de mp911de added this to the 4.0.2 (2022.0.2) milestone Jan 23, 2023
@mp911de
Copy link
Member

mp911de commented Jan 23, 2023

That's merged, polished, and backported now.

@mp911de mp911de closed this Jan 23, 2023
@mp911de mp911de deleted the issue/4244 branch January 23, 2023 13:09
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.

Ahead Of Time support for Querydsl
2 participants