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

### Search before asking - [x] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug The following deserialization worked in `2.18.4` but no longer works in...

to-evaluate

Given there are multiple entry points for injection (creator properties vs fields and setters), would a cache in `DeserializationContext` be good to avoid executing the injection logic multiple times? Is...

### Search before asking - [x] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug The `EnumSetDeserializer` implementation has problems with calls to `_nullProvider` and handling...

to-evaluate

useInput=TRUE in JacksonInject now make deserialization discard the injected value in favor of input (if any)

### Search before asking - [x] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. When using Jackson ObjectMapper to convert Scala objects to Map[String, Any], numeric fields defined as...

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 I am trying to serialize and then deserialize an exception. It...

has-failing-test
2.20

* relates to a broken test in jackson-module-scala - https://github.com/FasterXML/jackson-module-scala/pull/748 - that 748 test basically works with Jackson 2 (and is merged in jackson-module-scala 2.x branch) * Scala has scala.math.BigDecimal...

3.x

the same as #5198 (3.x branch equivalent) but this works in 2.x

Fixes #5152: adds a new `MapperFeature`.

most-wanted
3.0-release-notes
2.20