retrofit icon indicating copy to clipboard operation
retrofit copied to clipboard

A type-safe HTTP client for Android and the JVM

Results 165 retrofit issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/16101638/77730688-3f442280-703c-11ea-9125-cb884b4c4b6f.png) ![image](https://user-images.githubusercontent.com/16101638/77730656-2fc4d980-703c-11ea-81dc-57ee27ab21c1.png)

Follow up #3713. https://docs.gradle.org/7.5.1/release-notes.html

Hi all, We have prepared the [initial integration](https://github.com/google/oss-fuzz/pull/8392) of retrofit into [Google OSS-Fuzz](https://github.com/google/oss-fuzz) which will provide more security for your project. Why do you need Fuzzing? The Code Intelligence JVM...

Minimal changes made to code to support changes upstream in `okhttp3`. Tested using `./gradlew test`

After start kotlin in my project getting crash look like below. its working fine before using kotlin Caused by: java.lang.TypeNotPresentException: Type okhttp3.MultipartBody$Part not present at libcore.reflect.ParameterizedTypeImpl.getRawType(ParameterizedTypeImpl.java:69) at libcore.reflect.ParameterizedTypeImpl.getResolvedType(ParameterizedTypeImpl.java:77) at libcore.reflect.GenericArrayTypeImpl.getGenericComponentType(GenericArrayTypeImpl.java:32)

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.errorprone:error_prone_core](https://errorprone.info) ([source](https://redirect.github.com/google/error-prone)) | `2.10.0` -> `2.38.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.errorprone:error_prone_core/2.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/square/retrofit). ## Config Migration Needed - [ ]...

Hi, I have noticed that the .convert() function of the provided Converter is invoked on the main thread when parsing query parameters. I am uncertain whether this behavior is intentional....

- Closes #3500. - Closes #3558. - Closes #3873.

Re-running a test task will not recompile main sources, for example. Probably need to abandon copying the regular test task inputs and set things up ourselves.

PR welcome