retrofit
retrofit copied to clipboard
A type-safe HTTP client for Android and the JVM
 
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` | [](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.