comsat icon indicating copy to clipboard operation
comsat copied to clipboard

Upgrade to okhttp3

Open azell opened this issue 9 years ago • 5 comments

Latest release is 3.0.1 which uses different package name (okhttp3.OkHttpClient, etc.). Is this blocked due to OkHttpClient being final in 3.0.1?

That should be fixed in https://github.com/square/okhttp/issues/2292.

azell avatar Jan 30 '16 20:01 azell

That certainly doesn't help, it'll be easier when it's fixed.

circlespainter avatar Jan 31 '16 07:01 circlespainter

Is there any technical reason not to support Comsat Retrofit with OkHttp as the underlying client in addition to Apache?

azell avatar Feb 01 '16 05:02 azell

Not that I'm aware of, indeed that's something worth looking into.

circlespainter avatar Feb 01 '16 07:02 circlespainter

Would you mind creating a feature request issue about that too?

circlespainter avatar Feb 01 '16 07:02 circlespainter

OkHttpClient is no longer "final", at least in the latest version, is this something we can have upgraded?

jonathannaguin avatar Apr 11 '17 16:04 jonathannaguin