Aurora Blog
Home
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...
2025-07-25 14:02:35
2287
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...
2025-07-24 14:03:59
2437
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...
2025-07-24 14:03:57
2449
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...
2025-07-23 14:02:09
3010
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 { ...
2025-07-23 14:02:08
2723
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() { ...
2025-07-20 14:01:16
9367
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...
2025-07-18 14:03:53
2189
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 ...
2025-07-18 14:03:48
2275
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...
2025-07-16 14:02:04
2304
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 ...
2025-07-14 14:01:41
5048
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...
2025-07-13 14:00:51
3558
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...
2025-07-10 14:02:46
12847
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, ...
2025-07-09 14:03:01
2671
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...
2025-07-02 14:02:39
1055
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...
2025-07-01 14:02:28
10904
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...
2025-07-01 14:02:26
2784
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...
2025-06-27 14:03:47
2091
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...
2025-06-27 14:03:44
636
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...
2025-06-25 14:05:42
1803
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...
2025-06-24 14:03:01
12275
上一页
下一页
1
2
.