-
Notifications
You must be signed in to change notification settings - Fork 675
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
Add overload to ReactiveSortingRepository accepting a Limit
parameter.
#2923
Comments
Also, |
hi @christophstrobl , I would like to work on this issue, can you assign it to me? |
@hwan33 done - please make sure to read/follow our contributions guidelines. Thank you! |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
replace `Limit.unlimited()` with `Limit.of(Integer.MAX_VALUE)` Related spring-projects#2923
The text was updated successfully, but these errors were encountered: