-
I used class `KotlinCustomer` from example app.
After project was built everything is Ok with generated class `KotlinCustomerMapper` (it has all declared fields) but when I deploy app onto my device `…
-
The DefaultOpenAiClient in langchain4j omits the `stream` parameter in chat completion requests, even when explicitly set to `false`. This causes compatibility issues with LLM providers that interpret…
-
### Description
As of 2.10, JsonMapper appears to be the preferred system.
This will require changing the default ObjectMapper producer and change the interface of ObjectMapperCustomizer.
What …
-
```bash
Exception in thread "main" org.apache.flink.cdc.shaded.com.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: -Dexecution.checkpointing.interval=3000
at org.apache.…
dyrnq updated
2 weeks ago
-
We are often using a new instance of ObjectMapper, like so:
```java
private final ObjectMapper objectMapper = new ObjectMapper();
```
We should check if we can configure ObjectMapper globally.
-
ao508 updated
11 hours ago
-
Greeting,
May I suggest we make ObjectMapper open? This way, we can create mappers for our games using inheritance:
```
class MyGameMapper: ObjectMapper() {
init {
registerType(.…
-
Since we are using `ObjectMapper` for JSON de/serialization we should provide a way for Bastion users to configure the `ObjectMapper` we use for Bastion; ideally through `Bastion.config()`.
Therefo…
-
Hi, awesome library, thanks for it!
Is it planned to be able to customize `ObjectMapper` in the `ApolloMessage` class?
My use case is that I'd like to serialize LocalDateTime as a string (by def…
-
As part of running an es|ql error the following error occurred:
```
Caused by: java.io.EOFException: read past EOF: MemorySegmentIndexInput(path=".../elasticsearch-9.0.0-SNAPSHOT/data/indices/5KLVwOQ…