jackson-databind
                                
                                 jackson-databind copied to clipboard
                                
                                    jackson-databind copied to clipboard
                            
                            
                            
                        General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
### 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...
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...
SSIA This is a continuation of #5191.
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...
### 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...
* 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...
the same as #5198 (3.x branch equivalent) but this works in 2.x
Fixes #5152: adds a new `MapperFeature`.