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

Parameter direction should not be ignored if keys is empty #2841

Closed
wants to merge 1 commit into from

Conversation

quaff
Copy link
Contributor

@quaff quaff commented Jun 6, 2023

After this commit, KeysetScrollPosition.of(Collections.emptyMap(), Direction.BACKWARD) will retain correct direction

Closes GH-2840

After this commit, KeysetScrollPosition.of(Collections.emptyMap(), Direction.BACKWARD) will retain correct direction

Closes spring-projectsGH-2840
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 6, 2023
@quaff
Copy link
Contributor Author

quaff commented Jun 16, 2023

It seems an obvious fix, could you take a look? @mp911de

@mp911de mp911de self-assigned this Jun 19, 2023
@mp911de mp911de added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 19, 2023
@mp911de mp911de modified the milestone: 3.1.2 (2023.0.2) Jul 4, 2023
@mp911de mp911de added status: superseded An issue that has been superseded by another and removed type: bug A general bug labels Jul 4, 2023
@mp911de
Copy link
Member

mp911de commented Jul 4, 2023

Thank you for your pull request. We took a slightly different approach, and it made sense to implement that change directly instead of polishing up the pull request.

@mp911de mp911de closed this Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: superseded An issue that has been superseded by another
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KeysetScrollPosition.of(Collections.emptyMap(), Direction.BACKWARD) retain incorrect direction
3 participants