Jackson Databind Jackson gets confused by boolean properties named with prefix matching generated lombok getters

public static final class Example { // @Getter private final boolean isDefault; @java.beans.ConstructorProper...

Jackson Databind Allow accepting a JSON substring using a string instead of throwing an exception

Is your feature request related to a problem? Please describe.no, this is my own need and idea.Describe the solution you...

Jackson Databind @JsonUnwrapped and JsonTypeInfo.As.EXTERNAL_PROPERTY in the same bean doesn't work

Hi, using @JsonUnwrapped for a propery and @JsonTypeInfo(include = JsonTypeInfo.As.**EXTERNAL_PROPERTY**, ...) on anothe...

Jackson Databind Jackson 3 (rc6) deserialization of Locale (array) fails

Discussed in https://github.com/FasterXML/jackson-databind/discussions/5230Originally posted by **tsegall** July 22, 202...

Jackson Databind ParameterNamesModule fails to map Number into a class that wraps an int or long

Until version 2.17.3 Jackson was able to deserialize a number into wrapper classes such as this one:class IntValue { ...

Jackson Databind Cannot deserialize Throwables with Jackson databind 2.9.4 using @JsonIdentityInfo

I have written a test case that reproduces this issue. Object mapper configuration:` private ObjectMapperAccess() { ...

Jackson Databind Object node API ignores registered modules

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugUsing an object node API to p...

Jackson Databind @JsonInclude.contentFilter not applied to List elements.

Hi,I have a container-like record which contains a list of item records which I want to filter, the problem is that the ...

Jackson Databind NullPointerException in ObjectMapper.valueToTree(UUID)

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugWhen calling mapper.valueToTr...

Jackson Databind Java Records missing @class type information with DefaultTyping.NON_FINAL in Redis caching

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugJava Records fail to include ...

Jackson Databind For multiple constructors, treat a single-arg record constructor as if it were a multiple-arg constructor with @JsonProperty annotations

Is your feature request related to a problem? Please describe.JacksonRecordConstructorExample.java.zipI need to deserial...

Jackson Databind Reduce/eliminate introspection on java.* classes

Is your feature request related to a problem? Please describe.This is a follow-up to this discussion in the Quarkus trac...

Jackson Databind Change in behavior of Enums with @JsonProperty("") in 2.19

Discussed in https://github.com/FasterXML/jackson-databind/discussions/5218Originally posted by **erizzo-cfa** July 8, ...

Jackson Databind @JsonAnyGetter serialization order change from 2.18.4 to 2.19.0

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugUsing JsonAnyGetter used to r...

Jackson Databind Sporadic failures on deserialization of cyclic object graph

When deserializing a cyclic object graph, sometimes an exception will be throwncom.fasterxml.jackson.databind.exc.Mismat...

Jackson Databind ConstructorDetector.USE_PROPERTIES_BASED regression introduced in 2.18.3

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugOur unit tests caught regress...

Jackson Databind Provide a way to get bound keys

Is your feature request related to a problem? Please describe.We could use HTTP PATCH for partial update, currently ther...

Jackson Databind How to ignore NullNode when serialize ObjectNode,Iclude.NON_NULL can not work

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugObjectNode node = ...;node.pu...

Jackson Databind New Kotlin annotation default results in Duplicate injectable value error

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugThe new kotlin annotation def...

Jackson Databind @JsonPOJOBuilder doesn't work with @JsonAnySetter

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugThe following deserialization...

下一页
.