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

Run unpaged query using Pageable.unpaged() through QuerydslMongoPredicateExecutor.findAll(…) #3754

Closed
wants to merge 3 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Jul 26, 2021

Should be backported. Closes #3751

mp911de added 3 commits July 26, 2021 14:04
…cateExecutor.findAll(…).

We now correctly consider unpaged queries if the Pageable is unpaged.
Move off deprecated classes. Add unpaged testcase for query by example.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 26, 2021
christophstrobl pushed a commit that referenced this pull request Jul 27, 2021
…cateExecutor.findAll(…).

We now correctly consider unpaged queries if the Pageable is unpaged.

Closes: #3751
Original Pull Request: #3754
christophstrobl pushed a commit that referenced this pull request Jul 27, 2021
…cateExecutor.findAll(…).

We now correctly consider unpaged queries if the Pageable is unpaged.

Closes: #3751
Original Pull Request: #3754
christophstrobl pushed a commit that referenced this pull request Jul 27, 2021
…cateExecutor.findAll(…).

We now correctly consider unpaged queries if the Pageable is unpaged.

Closes: #3751
Original Pull Request: #3754
christophstrobl pushed a commit that referenced this pull request Jul 27, 2021
Move off deprecated classes. Add unpaged testcase for query by example.

Original Pull Request: #3754
@christophstrobl christophstrobl deleted the issue/3751 branch July 27, 2021 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

QuerydslMongoPredicateExecutor findAll() tries to get offset for a Pageable.unpaged()
3 participants