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

PageRequest toString wrongly states a cursor has multiple keys #683

Conversation

njr-11
Copy link
Contributor

@njr-11 njr-11 commented Apr 10, 2024

toString of both Pagination (PageRequest) and PageRequestCursor (Cursor) both output a string that says the cursor has X number of keys. This is inaccurate. There is only one key, which is formed by all of the values. This PR makes corrections to the toString output.

@njr-11 njr-11 added the bug Something isn't working label Apr 10, 2024
@njr-11 njr-11 added this to the Jakarta Data 1.0 milestone Apr 10, 2024
@otaviojava otaviojava merged commit d759a26 into jakartaee:main Apr 11, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants