-
Migrate `langchain4j-vespa` module from Gson to Jackson.
Apart from `converter-gson`, `VespaEmbeddingStore` uses `Json.toJson()` and `Json.toInputStream()` methods that uses Gson under the hood.
-
As mentioned in this thread: https://groups.google.com/forum/#!topic/caelum-vraptor/rsXOgtMJiIY
When extending a default VRaptor's GSON converter (or any other converter), GSONBuilderWrapper class can…
-
apollo 2.2.0
```
[ec2-user@ip-172-17-88-41 /]$ java -version
openjdk version "22.0.2" 2024-07-16
OpenJDK Runtime Environment Corretto-22.0.2.9.1 (build 22.0.2+9-FR)
OpenJDK 64-Bit Server VM Cor…
-
Hi. For some time now, we've been using Retrofit with Moshi, and we used a `Converter` to unwrap the usual 'envelope', like this:
```
@JsonClass(generateAdapter = true)
data class Envelope(val da…
-
Ranges have nice, readable toStrings(), like:
```
Range.closed(1,10).toString();
```
> ```
> [1‥10]
> ```
But if you try to serialize a Range using [Gson](https://code.google.com/p/google-gson/) yo…
-
### 检查清单
- [X] 之前没有人提交过类似或相同的 bug report。
- [X] 我正在使用本软件的最新版本。
### my-ty 版本
通用版
### Bug 描述
```
2024-05-25 11:49:50.643 1668-2087 ActivityThread com.tianci.system …
-
HelloException fails on Windows platform with the following stacktrace
```
Exception in thread "main" com.uber.cadence.converter.DataConverterException: when parsing:"{"workflowExecution":{"workflow…
-
##### Description
I am attempting to use the retrofit generation in a Storm cluster (running on Azure HDInsight) which is having issues with the version of Gson that is attempted to be used.
The exc…
-
It doesn't seem as if this adds a converter for `java.time.Duration`:
```
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.gson.intern…
ifly6 updated
7 months ago
-
The application breaks with the error message
**`Unable to create instance of class dev.ai4j.openai4j.chat.ChatCompletionResponse when trying to execute OpenAiChatModel's generate method.`**
_Th…