We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to #2882, AbstractPageRequest has been changed field names to
This change has impact to any Page<?> response. but https://github.com/spring-projects/spring-data-commons/blob/main/src/main/java/org/springframework/data/web/PageableHandlerMethodArgumentResolverSupport.java still uses
as a default params name, this may cause inconsistency.
Parameter names are changable using setPageParameterName, getPageParameterName but also be great default value is changed to
setPageParameterName, getPageParameterName
as AbstractPageRequest was already been changed.
The text was updated successfully, but these errors were encountered:
odrotbohm
No branches or pull requests
According to #2882, AbstractPageRequest has been changed field names to
This change has impact to any Page<?> response. but https://github.com/spring-projects/spring-data-commons/blob/main/src/main/java/org/springframework/data/web/PageableHandlerMethodArgumentResolverSupport.java still uses
as a default params name, this may cause inconsistency.
Parameter names are changable using
setPageParameterName, getPageParameterName
but also be great default value is changed toas AbstractPageRequest was already been changed.
The text was updated successfully, but these errors were encountered: