-
Notifications
You must be signed in to change notification settings - Fork 6k
Update retrofit2 and retrofit2rx to use retrofit 2.0.1 #2479
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
Update retrofit2 and retrofit2rx to use retrofit 2.0.1 #2479
Conversation
The samples are not updated automatically, so I'll still have to add that. Right? |
Here are some errors reported in the CI:
Maybe you forgot to add some new files? |
Hmm, since I've cherry picked the change, I probably missed one of the libs On Fri, 1 Apr 2016, 06:14 wing328, notifications@github.com wrote:
|
@kungfoo please take your time. Stable release v2.1.6 will be out soon so this change will go into the master after that. |
3a321df
to
9bf2d3d
Compare
@kungfoo when you've time, would you please perform a rebase on the latest master? |
Will do. I might get to do it tomorrow...
|
9bf2d3d
to
f528ee6
Compare
Rebased unto master. |
oltu_version = "1.0.1" | ||
retrofit_version = "2.0.0-beta4" | ||
gson_version = "2.6.2" | ||
oltu_version = "1.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for oltu
, shall we use 1.0.1 instead of 1.0.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does not really matter to me. I can change it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes please. We want to upgrade the dependencies to the latest version after stable releases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do asap.
On Wed, Apr 27, 2016 at 8:14 AM, wing328 notifications@github.com wrote:
In
modules/swagger-codegen/src/main/resources/Java/libraries/retrofit2/build.gradle.mustache
#2479 (comment)
:@@ -94,9 +94,8 @@ if(hasProperty('target') && target == 'android') {
}ext {
- oltu_version = "1.0.1"
- retrofit_version = "2.0.0-beta4"
- gson_version = "2.6.2"
- oltu_version = "1.0.0"
Yes please. We want to upgrade the dependencies to the latest version
after stable releases.—
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
https://github.com/swagger-api/swagger-codegen/pull/2479/files/f528ee62c911a26f860dbc1d7878ee87a0f4778b#r61208586
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take your time :)
f528ee6
to
39c08b2
Compare
@kungfoo thanks for the PR, which has been merged into master. |
…e-retrofit Update retrofit2 and retrofit2rx to use retrofit 2.0.1
All the tests have been deleted !! |
@cbornet you're right. That's my oversight. I'll add them back with a PR |
Please wait ! I'm doing a PR to add them and some modifs |
@cbornet Saw your PR and will merge it into master later. |
Ref: #3083 |
We need the updated libs, so I thought I'd cherrypick to your version.