puniverse / comsat

Fibers and actors for web development
docs.paralleluniverse.co/comsat
Other
598 stars 103 forks source link

Upgrade to okhttp3 #46

Open azell opened 8 years ago

azell commented 8 years ago

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.

circlespainter commented 8 years ago

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

azell commented 8 years ago

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

circlespainter commented 8 years ago

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

circlespainter commented 8 years ago

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

jonathannaguin commented 7 years ago

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