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

**Is your feature request related to a problem? Please describe.** When using records in a Java modular app you must add opens declarations to the `module-info.java` for the package which...

Record

**Describe the bug** I need to upgrade Jackson package from version 2.5.0 to 2.11.3. When deserialize JSON field from type "org.eclipse.persistence.indirection.IndirectList", the function constructSpecializedType in TypeFactory class returns invalid JavaType...

need-test-case

**Describe the bug** We recently tried to upgrade our application's Jackson dependencies from 2.8.x to 2.12.x. After the upgrade though, we noticed some incompatible behaviors regarding the serialization and de-serialization...

will-not-fix

I was trying to find the copyright holder and year in order to properly attribute some changes we made for internal use. However, I couldn't find any in the LICENSE...

To discuss: Alternative implementation of #3289 allowing supertypes to be selected. Animal {a,b}

**Version information** com.fasterxml.jackson.core:jackson-annotations:2.13.1 OpenJDK 17 Gradle 7.2 Spring Boot 2.6.2 **Describe the bug** I testing auto snake_case conversion feature and found, that case when first letter is lower and next...

to-evaluate

**Describe the bug** Writing and subsequent reading of Double.NaN as map value succeeds for a standalone Map, but fails if the map is an object property. A user in the...

has-failing-test

MethodHandle is available since Java 7, so API wise shouldn't be a problem. I've been reading the discussion (can't find the issue now) about json benchmarks and how jackson already...

3.x

My JSON includes list of strings: ```json { "recipients": [ "string1", "string2", "string3" ], "sendToSupport": true } ``` And if someone send **Number** or **Boolean** type inside **List** : ```json...

to-evaluate

**Is your feature request related to a problem? Please describe.** You can manually call `JsonProcessingException.clearLocation()` to clear location data, so that sensitive data in a invalid json won't be in...

most-wanted