-
[OkHttp](https://square.github.io/okhttp/), a largely used HTTP client, brings `stax:stax-api` dependency which also seems to implement the `javax.xml.*` classes creating a clash with `html-unit`. Is …
-
### 问题描述
在编写 mirai plugin 的时候,使用 kotlin serialization 创建了一个带有 `explicitNulls` 属性的 Json 句柄,IDE 中显示有此方法,但是在插件运行的时候报错
```
import com.jakewharton.retrofit2.converter.kotlinx.serialization.asConvert…
-
hey I recommend we move to the Retrofit lib
here is how to:
Sure, here's an example of how to convert this Kotlin code to use Retrofit:
First, you need to add Retrofit to your app's build.gradle …
-
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.7.2'
implementation 'c…
-
### Description:
It worked great in the jitsi SDK version of 2.9.3, though when I upgrade the jitsi SDK to 5.1.0, a crash always occurs whenever I initialize the jitsi SDK and join a meeting room
…
-
**Version : retrofit 2.6.2
Json: GsonConverterFactory**
**When I use Call.awaitResponse() Call.await() hava error
but I use Call.enqueue() Call.execute() no problem**
```
java.lang.RuntimeE…
-
Please provide as much details as possible, this will help us to deliver a fix as soon as possible.
Thank you!
**Describe the bug**
I am using Langchain4j and when running a simple Streaming Ex…
-
Using the `org.jetbrains.intellij`, version 0.4.22, running on Java 8, we get a `NoSuchFieldError: Companion`.
Running the `publishPlugin` task
```bash
./gradlew :intellij:com.teamscale.ide.int…
-
## Issue
Describe your issue here
getting below error while executing android build after upgrading `gradle` version to `7.0.4`, although it is working fine with `gradle` …
-
Version 3.18.2 of the connector, Kafka Connect 2.8, Java 11, Kafka 2.8.
config:
```
{
"connector.class": "org.apache.camel.kafkaconnector.awss3source.CamelAwss3sourceSourceConnector",
"ca…