-
From
https://github.com/FasterXML/jackson/discussions/125#discussioncomment-4131390
Would like to specify a feature (or have default behaviour) where serialization with ObjectMapper of simple m…
-
**Type**: Bug
**Component**: SQS
**Describe the bug**
Spring Cloud AWS version: 3.2.0
I am testing a simple Spring Integration flow with SQS. In this test, we create mock SQS queues in Docke…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar.
### Describe the bug
A JSON field:
- Not included in `@Js…
-
Hi,
I'm trying to use the json-object-mapper library in my Angular2 app. I have installed it via npm and my component is defined as below:
```
import { ObjectMapper } from 'json-object-mapper';…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar.
### Describe the bug
The problem is as follows:
-…
-
Hi!
After the XCode 11.4 update, we can't successfully compile our app, the error is the infamous "Command CompileSwiftSources failed with a nonzero exit code" and the error log (huge) is this:
…
-
AtlasDB should have a single configuration for all JSON / YAML serialization in order to avoid unnecessary compatibility issues internally. An example of two that would be consolidated would be the o…
-
The library creates multiple new ObjectMapper instances for JSON serialization/validation which all are missing the default classpath modules, e.g. Kotlin module.
It also does not allow customization…
-
项目启动一直报错
Could not initialize class com.fasterxml.jackson.databind.ObjectMapper
是包引的不对吗?
-
Right now Helidon MP provide a way of using using jackson with jersey (using jersey-media-json-jackson) but it's missing a way of providing a customizer for ObjectMapper as other framework (like Quark…