bunq / sdk_java

Java SDK for bunq API
MIT License
47 stars 23 forks source link

make SDK work again. (bunq/sdk_java#148) #149

Open ZzAve opened 1 year ago

ZzAve commented 1 year ago

//: # (Thanks for opening this pull request! Before you proceed please make sure that you have an issue that explains what this pull request will do. Make sure that all your commits link to this issue e.g. "My commit. (bunq/sdk_java#)". If this pull request is changing files that are located in "com.bunq.sdk.model.generated" then this pull request will be closed as these files must/can only be changed on bunq's side.)

This PR closes/fixes the following issues:

With this PR, at least the SDK compiles again. It solves the current issues in some of the generated files (which I can not really solve, as these will be regenerated soon).

I understand that you cannot merge this PR as is, but I'd like to hear whether and/or how you'd be able to make the SDK work again? I am hoping to see some dependency updates happening to this SDK soon, as there's quite some outdated ones, and my integration project can't be updated because of clashes with versions from okio httpclient.