Iss #31 - Fix pagination calls for common edge case
Current code will fail if the query string starts with the page data. This should address this issue, and also adds testing to help guard against regression.
parent
c0c94aab
No related branches found
No related tags found
Showing
- core/src/main/java/org/eclipsefoundation/core/service/impl/DefaultAPIMiddleware.java 2 additions, 1 deletion...psefoundation/core/service/impl/DefaultAPIMiddleware.java
- core/src/test/java/org/eclipsefoundation/core/service/impl/BarServiceTest.java 6 additions, 0 deletions...g/eclipsefoundation/core/service/impl/BarServiceTest.java
- core/src/test/java/org/eclipsefoundation/core/service/impl/DefaultAPIMiddlewareTest.java 57 additions, 8 deletions...oundation/core/service/impl/DefaultAPIMiddlewareTest.java
- core/src/test/java/org/eclipsefoundation/core/service/impl/FooServiceTest.java 7 additions, 1 deletion...g/eclipsefoundation/core/service/impl/FooServiceTest.java
Please register or sign in to comment