swagger-api / swagger-codegen

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
http://swagger.io
Apache License 2.0
16.74k stars 6.02k forks source link

[Retrofit] Remove retrofit 1 client #2395

Open cbornet opened 8 years ago

cbornet commented 8 years ago

Retrofit 2.0.0 release is out ! So retrofit 1 client should be removed or at least deprecated.

wing328 commented 8 years ago

@cbornet thanks for the update.

Has Retrofit team officially sunset Retrofit1.x library or they will still provide security fix or bug fix to Retrofit 1.x library?

My take is to keep the Retrofit 1.x client while developers are upgrading the SDKs to from Retrofit1 to Retrofit2.

cbornet commented 8 years ago

@wing328 Retrofit2 version upgrade has been done in #2479

Now remains the question of sunsetting retrofit 1. I'm in favor of removing old library versions because of the work it takes to maintain them.

wing328 commented 8 years ago

@cbornet thanks for the update I'll check with the Retrofit team for my question above (whether Retrofit 1.x is no longer supported)

wing328 commented 8 years ago

@cbornet I've filed https://github.com/swagger-api/swagger-codegen/pull/3317 to update the wording.