-
Created a new project using yo android-mvp-starter and ran into some issues with a broken imports.
data/remote/MvpStarterServiceFactory
It still has an import for com.jakewharton.retrofit2.adapte…
-
I saw in Fabric (Crashlitics) crash caused by UnknownHostException from okhttp3.Dns$1.lookup
Here crash report from Fabric:
http://crashes.to/s/faa5cfd3554
What I can do to prevent this issue?
-
```
When I use Retrolambda in Activtity, I will get this error and cant release my project.
When I use Retrolambda in normal Class, everything is fine.
```
#### Error:Execution failed for task …
H-Zan updated
7 years ago
-
##### Description
When using the following config:
```json
{
"library": "retrofit2",
"useRxJava2": true
}
```
The generated code doesn't use the rxjava2 call adapter, instead it …
-
RxJava 2 had released,when retrofit can support RxJava 2 ?Thank you!
-
After migrating from RxJava1 to RxJava2.0.6 + Retrofit, started to notice this crash.
Any help?
```
Fatal Exception: io.reactivex.exceptions.UndeliverableException: java.net.SocketTimeoutExceptio…
-
Getting no such method error using sleuth and zipkin
This is a kotlin / gradle project
I am using spring boot 2.0.0.RELEASE
spring cloud Finchley.M9
it works ok with spring-cloud-starter-sl…
-
##### Description
Hi,
I noticed the petstore sample from [petstore sample](https://github.com/swagger-api/swagger-codegen/tree/master/samples/client/petstore/java/retrofit2rx2) still uses **Rx…
-
Hi!
I am trying to only warn only if "release" (stable) versions of my dependencies exist, and so I use the `-Drevision=release` flag, but I don't see the difference with when I don't use it:
```
…
-
Bug report:
I'm using `RxJava2CallAdapterFactory`, whose javadoc states
> Response wrapped body (e.g., Observable) calls onNext with a Response object for all HTTP responses and calls onError wi…