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

Fix pagination for APIs that supported it ad hoc #446

Merged
merged 1 commit into from
Aug 30, 2018

Conversation

daniel-beck
Copy link
Contributor

This apparently broke in github-api 1.72 due to new args shadowing final int pageSize e.g. at dbddf5b#diff-0fdf88c5f013313a4d3b752c6ed0d3d4R247, so it's always the default of 0/30.

Workaround: listRepositories().withPageSize(…).

100% untested. All I know is that this compiles when skipping tests.

@kohsuke kohsuke merged commit 53612ad into hub4j:master Aug 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants