Skip to content

Conversation

quaff
Copy link
Contributor

@quaff quaff commented Sep 19, 2024

Fix GH-3155

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 19, 2024
@mp911de mp911de added status: declined A suggestion or change that we don't feel we should currently apply and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 23, 2024
@mp911de
Copy link
Member

mp911de commented Sep 23, 2024

We do not have a case of an absent Pageable, even an unpaged Pageable can contain some sort. Spring Data represents an empty pageable through Pageable.unpaged() and we do not want to introduce another alternative as that makes its usage much more difficult and introduces ambiguity over how the API should be used.

@mp911de mp911de closed this Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: declined A suggestion or change that we don't feel we should currently apply
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PageableHandlerMethodArgumentResolver should resolve Optional<Pageable> arguments
3 participants