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

Clean dependencies #25

Closed
patrickdw1991 opened this issue Oct 16, 2017 · 2 comments · Fixed by #73
Closed

Clean dependencies #25

patrickdw1991 opened this issue Oct 16, 2017 · 2 comments · Fixed by #73
Assignees
Milestone

Comments

@patrickdw1991
Copy link

Currently the bunq java sdk uses dependencies like:

Guava: Really big lib which is only used for nullability annotations.
Alternative for nullability annotations: https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305

Commons-io: Currently using a really out-dated commons-io.
Alternative use newer: https://mvnrepository.com/artifact/commons-io/commons-io

Appache httpclient: Just doesn't really work well with android
Alternative: Okhttp

@OGKevin
Copy link
Contributor

OGKevin commented Oct 16, 2017

Hey @patrickdw1991,

Thanks for these suggestions, will take a look and see if we can use these indeed 👍

@OGKevin
Copy link
Contributor

OGKevin commented Nov 28, 2017

Guava will be removed in 0.12.4

@OGKevin OGKevin added this to the 0.12.5 milestone Nov 28, 2017
@OGKevin OGKevin closed this as completed Jan 18, 2018
@OGKevin OGKevin reopened this Jan 19, 2018
This was referenced Jan 27, 2018
OGKevin added a commit that referenced this issue Feb 2, 2018
OGKevin added a commit that referenced this issue Feb 2, 2018
OGKevin added a commit that referenced this issue Feb 2, 2018
OGKevin added a commit that referenced this issue Feb 2, 2018
OGKevin added a commit that referenced this issue Feb 4, 2018
OGKevin added a commit that referenced this issue Feb 4, 2018
OGKevin added a commit that referenced this issue Feb 15, 2018
OGKevin added a commit that referenced this issue Feb 15, 2018
OGKevin added a commit that referenced this issue Feb 15, 2018
Replaced httpclient with Okhttp. (#25)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants