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 238 jackson-databind issues
Sort by recently updated
recently updated
newest added

## Note Target branch TBD

### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug I'm using a thirdparty client that is deserializing json where in...

to-evaluate

This feature is added to fix https://github.com/FasterXML/jackson-modules-java8/issues/116

### Is your feature request related to a problem? Please describe. Relates to and described in https://github.com/FasterXML/jackson-module-kotlin/issues/805, to help better reduce maintenance points on module side. ### Describe the solution...

2.18

### Is your feature request related to a problem? Please describe. I have code that re-throws an exception wrapped in a custom exception during de-serialization via builder setters, e.g. ```java...

to-evaluate

### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug The `GenericJackson2JsonRedisSerializer` implementation does not permit the registration of modules with...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Currently JsonTypeInfo property accepts only String, meaning only one property...

This PR for discussion only, not merge (but could happen if deemed useful). Related to discussions started in #4453, this PR includes a `NumericDeserializationReviewMain` class that checks various number deserialization...

I have an issue where if I use a List with both JsonMerge and JsonManagedReference annotations, the back reference is null. I came up with the following test case: Test...

need-test-case

### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug SSIA ### Version Information 2.16.0 ### Reproduction The following is a...

has-failing-test
2.17