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

**Describe the bug** The way jackson writes value as String differs from output of ObjectNode.toString. There is a case when I need to write ObjectNode to String and return this...

Implementing FasterXML#2945 By creating a new dedicated deserializer for `@JsonFormat` annotated `FieldProperty` in `DoubleDeserializer#createContextual` method, each deserializer could initialize newly added `JsonFormat.Value` and `DecimalFormat` properties. `JsonFormat.Value` and `DecimalFormat` could be...

**Describe the bug** @JsonFormat does not work as expected when converting string to double and vice versa. **Version information** 2.11.3 **To Reproduce** I have an entity with a double property....

good first issue

(note: needed to resolve https://github.com/FasterXML/jackson-dataformat-xml/issues/498) With Jackson 2.12 a system of `StreamReadCapability` options was introduced; one being `DUPLICATE_PROPERTIES`. This capability is true for content formats like XML where underlying content...

2.14

I have a Microservice that contains a Jersey REST service and that accepts JSON body. I use jersey's Jackson support to deserialize the request into POJOs. This is a complex...

If I compare a JsonNode parsed from raw JSON to a JsonNode generated from a Java Object, the test will fail. Raw JSON: ------------------- { "id": 1 } Java Object:...

**Describe the bug** Upgrading from 2.13.2 to 2.13.2.1 has broken our application, despite there being no warning of any compatibility-breaking changes in the release notes (https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.13.1). We have a custom...

**Describe the bug** https://github.com/FasterXML/jackson-databind/runs/6166440881?check_suite_focus=true seems to be related to JPM (Jigsaw) rules Jackson 2.14 branch

to-evaluate

imo it is better to fail by default here. If you're parsing line-delimited json, you'll notice immediately if you forget to turn off `FAIL_ON_TRAILING_TOKENS`. However in the other direction, if...

3.x

**Describe the bug** When I try to use `JsonTypeInfo.As.EXTERNAL_PROPERTY` inside a record, I get ``` com.fasterxml.jackson.databind.exc.ValueInstantiationException: Cannot construct instance of `my.company.fastcheck.analyzer.JacksonExternalTypeIdTest$Parent`, problem: Internal error: no creator index for property 'child'...

Record