Aurora Blog
Home
Jackson Databind Drop deprecated (in 2.12) PropertyNamingStrategy implementations from 2.20
(note: inspired by #4109)As per #2715 there is a nasty race condition possibility for anyone using constants like Proper...
2025-11-30 14:01:34
8943
Jackson Databind Make JsonMapper/ObjectMapper fully proxyable by CGLIB
Search before asking[x] I searched in the issues and found nothing similar.Describe the bugAfter upgrading to Spring Boo...
2025-11-30 14:01:23
1468
Jackson Databind Regarding the test script
Is your feature request related to a problem? Please describe.Hello @cowtowncoder Hope you are doing wellFor robust test...
2025-11-10 14:01:07
530
Jackson Databind Jackson 3 chooses all-args constructor instead of no-args for POJO with field defaults (behavior change vs 2.x)
Search before asking[x] I searched in the issues and found nothing similar.Describe the bugVersionJackson 3.x (tools.jac...
2025-11-10 14:01:03
4573
Jackson Databind Deserialization fails with ImmutableList in Jackson 2.18.3
Jackson 2.18.3 fails to deserialize classes with @Builder (Lombok) and ImmutableList (Guava) fields. This worked in Jack...
2025-11-09 14:02:14
6040
Jackson Databind How to correctly configure JsonMapper to deserialize Optional.empty() instead of null in case of missing property
Search before asking[x] I searched in the issues and found nothing similar.Describe the bugOptional handling differs bet...
2025-10-13 14:01:48
16496
Jackson Databind "Unexpected end-of-input" for JsonParser.readValueAs() (in 3.0)
Search before asking[x] I searched in the issues and found nothing similar.Describe the bugIn Jackson 3.0.0, parsing a s...
2025-10-13 14:01:34
5499
Jackson Databind DeserializationFeature.ACCEPT_FLOAT_AS_INT not respected for byte/short when deserializing from JsonNode
(continuation of #5319 )The DeserializationFeature.ACCEPT_FLOAT_AS_INT configuration is not respected when deserializing...
2025-10-12 14:01:21
6124
Jackson Databind Remove canSerialize and canDeserialize methods from ObjectMapper (3.0)
(see https://github.com/FasterXML/jackson3-dev/issues/22 for background)These methods are not useful as is, and so even ...
2025-10-12 14:01:18
188
Jackson Databind Jackson 3: JsonGenerator vs PrettyPrinter
Is your feature request related to a problem? Please describe.In Jackson 2.x, I am wrapping JsonGenerator to add syntax ...
2025-10-06 14:00:56
2281
Jackson Databind Include.NON_DEFAULT regression for objects with @JsonValue
Search before asking[x] I searched in the issues and found nothing similar.Describe the bugClasses which use @JsonValue ...
2025-09-28 14:00:49
3383
Jackson Databind UUID serialization is broken in v3.0.0-rc9
Here's a failing test that reproduces the issuepackage com.example.demo;import org.junit.jupiter.api.Test;import tools.j...
2025-09-26 14:04:59
1969
Jackson Databind Allow auto-detection of Properties-based Constructor even if class has no-parameters (default) Constructor
(note: replacement for #5246) Properties-based Constructor auto-detection works reliably for 2.x (iff jackson-parameter-...
2025-09-20 14:02:27
1525
Jackson Databind Add MapperFeature.DETECT_PARAMETER_NAMES to allow disabling parameter-names functionality
Is your feature request related to a problem? Please describe.Follow up to previous discussion.The parameter-names modul...
2025-09-16 14:03:34
483
Jackson Databind Automatically detect target type (Class) to deserialize to
Is your feature request related to a problem? Please describe.Currently to deserialize object in ObjectMapper we use bel...
2025-09-09 14:04:19
7144
Jackson Databind Add one more parameter for AnnotationIntrospector.findPreferredCreator() method (3.x)
(note: offshoot of #5045) Method: public PotentialCreator findPreferredCreator(MapperConfig<?> config, ...
2025-09-09 14:04:17
687
Jackson Databind If there is a no-parameter constructor marked as JsonCreator and a constructor reported as DefaultCreator, latter is incorrectly used.
Search before asking[x] I searched in the issues and found nothing similar.Describe the bugIf both JsonCreator and Defau...
2025-09-09 14:04:16
6983
Jackson Databind consider removing use of Java Stream API for ObjectMapper.getRegisteredModules() (and rename as registeredModules()?)
This was recently added in Jackson 3.0.0-rc9. #5273The aim appears to have been to support returning collection data in ...
2025-09-09 14:04:12
1982
Jackson Databind Deprecate MapperBuilder.serializationInclusion() (to align with ObjectMapper, prep for 3.0)
While ObjectMapper.setSerializationInclusion() was deprecated a while ago (in 2.0) -- to be replaced with ObjectMapper.s...
2025-09-06 14:02:41
591
Jackson Databind MapperBuilder missing a defaultPropertyInclusion(JsonInclude.Include) method
Search before asking[x] I searched in the issues and found nothing similar.Describe the bugIn 2.20.0, MapperBuilder depr...
2025-09-06 14:02:37
1862
上一页
下一页
1
2
3
4
5
.