Skip to content

use long data type for model id #159

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

Merged
merged 7 commits into from
Jul 31, 2025
Merged

use long data type for model id #159

merged 7 commits into from
Jul 31, 2025

Conversation

denizy97
Copy link
Contributor

Our model ids are bigger than the Integer limit of Java. This PR changes them to long everywhere.

This PR closes/fixes the following issues:

@davince72
Copy link

I believe PaginationAdapter.java must be fixed to. It uses parseInt to parse the queryparameters of which ID can be part of!

@denizy97 denizy97 marked this pull request as draft July 31, 2025 09:04
@denizy97 denizy97 marked this pull request as ready for review July 31, 2025 13:31
@andrederoos andrederoos merged commit 6fd89a3 into bunq:develop Jul 31, 2025
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.

Id's in the model are Integers, but bunq API is serving Longs
3 participants