-
**Describe the bug**
When testing Ollama generate endpoint ('/api/generate') with help of mockserver to mocking response. I got error
```
java.lang.RuntimeException: com.fasterxml.jackson.co…
-
**Description**
Per #7508 the Jackson ObjectMapper was enhanced to keep the Arc configuration for Kotlin, i.e. use the Kotlin ObjectMapper.
Request the same for the NativeImage, when used in conju…
-
# What
Currently when the API is hit more than once , the code stops executing when it reaches metabase Group creation
`Group metabaseGroup = groupPermissionsRepository.save(new Group(name));`
b…
-
# desc
openjdk8u412 with openj9 0.44.0 UPGRADE TO **openjdk8u822 with openj9 0.46.1**
The application blocked and CPU was pretty high.
java core showes the highest as follow.
Is there a bug with t…
-
Using `ObjectMapper` to serialize and then deserialize a `StackTraceElement` results in an instance with null values for `classLoaderName`, `moduleName`, and `moduleVersion`. Those elements are presen…
-
We don't need RestKit since we are not using CoreData and should move to a more modern serialization library.
We should be using the following:
- https://github.com/tristanhimmelman/AlamofireObj…
-
### What happened?
In https://github.com/NeurodataWithoutBorders/nwb-schema/pull/567 (pending NWB schema 2.8.0), we added a new optional "bounds" field to "SpatialSeries/data". It turns out that the …
-
### Checklist
- [X] I have looked into the [Readme](https://github.com/auth0/java-jwt#readme) and [Examples](https://github.com/auth0/java-jwt/blob/master/EXAMPLES.md), and have not found a suitable …
-
Ran into an issue where I have a custom element that I want to add to the APNS payload, but the POJO has values which could be null. By default the ObjectMapper inserts null values into the payload, w…
-
Hi Tatu,
In the context of my JSON Schema Generator library, I've been asked to support the mix-ins registered on a given Jackson `ObjectMapper`, when resolving members via classmate.
I saw the us…