jackson-databind
jackson-databind copied to clipboard
General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
~~Like I mentioned in #4742, not for merge, just to get idea.~~ Added failing test instead
### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug configOverride for Lists work as expected, but if any of the...
**Describe the bug** Use case is serializing and deserializing a generic container which uses the type info in the container to deserialize the content. In the case of primitive boxed...
### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug Starting with version 2.18, we get the following exception when deserializing...
### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug This class serializes and deserializes enum constants. I assume that when...
I'm attempting to deserialize JSON into a simple Java record where one of the members, a simple POJO, is annotated as `@JsonUnwrapped`. ``` public record TestRecord(String name, @JsonUnwrapped Address address)...
### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug getting - failed to serialize payload error for boolean field intermittently...
fixes #4680 Still have below three tests failing. ```log [ERROR] Errors: [ERROR] DeepNestingUntypedDeserTest.testFormerlyTooDeepUntypedWithArray » StackOverflow [ERROR] DeepNestingUntypedDeserTest.testFormerlyTooDeepUntypedWithObject » StackOverflow [ERROR] TestAbstractTypes.testDefaultingRecursive:137 » JsonMapping (was java.lang.NullPointerException) (through reference chain: java.util.TreeMap["x"]) ```
### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug When serializing a field of type `Map`, Jackson will inspect the...
### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug When using JsonIdentityInfo on a record, Jackson tries to set the...