You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
The current pagination currently returns only 10 results per page.
In addition, pagination links (first, prev, next, last) are currently missing from the response returned by the application.
Acceptance criteria
Page size is configurable using an application properties
Pagination links (first, prev, next, last) are generated/populated in the response.
Success criteria
Review / Merge request approved (P2P session)
Unit tests passed
Updated documentation (Javadoc and Sphinx)
Acceptance criteria fulfilled
Build without errors
Release notes prepared
Runtime warnings
The text was updated successfully, but these errors were encountered:
Background
The current pagination currently returns only 10 results per page.
In addition, pagination links (first, prev, next, last) are currently missing from the response returned by the application.
Acceptance criteria
Success criteria
The text was updated successfully, but these errors were encountered: