Skip to content

Introduce DataFetcher builder customizers for Querydsl and Query by Example repositories #559

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

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Dec 2, 2022

We now provide Builder customizers to customize DataFetchers created out of Querydsl and Query by Example repositories by letting repositories implement customizer interfaces.

Copy link
Contributor

@rstoyanchev rstoyanchev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall. We could make this 1.1.1 even since it's optional behavior that shouldn't affect anyone otherwise?

@rstoyanchev rstoyanchev added the type: enhancement A general enhancement label Dec 2, 2022
…xample repositories

We now provide Builder customizers to customize DataFetchers
created out of Querydsl and Query by Example repositories
by letting repositories implement customizer interfaces.
@mp911de mp911de force-pushed the data-fetcher-customizers branch from 9da39bb to 2dc1c43 Compare December 6, 2022 13:56
@mp911de
Copy link
Member Author

mp911de commented Dec 6, 2022

I updated the PR accordingly. Having this functionality in 1.1.1 would be a decent addition.

@rstoyanchev rstoyanchev added this to the 1.1.1 milestone Dec 6, 2022
rstoyanchev pushed a commit that referenced this pull request Dec 6, 2022
We now provide Builder customizers to customize DataFetchers
created out of Querydsl and Query by Example repositories
by letting repositories implement customizer interfaces.

See gh-559
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide options to customize auto-registered Querydsl and Query By Example repositories
2 participants