jackson-databind icon indicating copy to clipboard operation
jackson-databind copied to clipboard

General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)

Results 352 jackson-databind issues
Sort by recently updated
recently updated
newest added

~~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...

has-failing-test
2.18

**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...

has-failing-test
Record

### 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...

to-evaluate
has-failing-test
2.18

### 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...

to-evaluate

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)...

duplicate
Record

### 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...

to-evaluate

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"]) ```

2.19

### 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...

2.18

### 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...

to-evaluate
Record