issues
search
FasterXML
/
jackson-modules-java8
Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names)
Apache License 2.0
400
stars
116
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix #319: add test to show databind 2.18.1 fixes issue
#321
cowtowncoder
closed
1 month ago
1
Fix #319: add test to show databind 2.18.1 fixes issue
#320
cowtowncoder
closed
1 month ago
0
`java.time.DateTimeException` serialization fails
#319
olibraga
closed
1 month ago
3
Add failing test for #307
#318
cowtowncoder
closed
2 months ago
0
Add failing test for #279
#317
cowtowncoder
closed
2 months ago
0
Inconsistent BeanPropertyDefinition#couldDeserialize and actual deserialization behavior
#316
kaqqao
closed
2 months ago
4
Parameter names: Class with a single-parameter implicit constructor fails deserialization, works if more (unused) parameters are added
#315
kaqqao
closed
4 months ago
3
java.lang.NoSuchFieldError: READ_DATE_TIMESTAMPS_AS_NANOSECONDS after update to 2.16 or 2.17
#314
4braincells
closed
4 months ago
3
Add javaTimeModule.addDeserializer(String.class,...) Error parsing generated later
#313
k631583871
closed
4 months ago
4
Q on Serializing java.time dates w/o nano parts
#312
mebigfatguy
opened
4 months ago
2
The serialization of an object of type LocalDate did not record its type
#311
penweizgx
closed
2 months ago
3
Absent nested optional shennanigans
#310
Tillerino
opened
6 months ago
1
Date and time serialization are very inconsistent
#309
fbacchella
opened
6 months ago
3
Can't deserialize OffsetDateTime.MIN: Invalid value for EpochDay
#308
sszuev
opened
6 months ago
2
Only `DateTimeFormatter.ISO_OFFSET_DATE_TIME` accepted by `ZonedDateTimeKeyDeserializer`
#306
caluml
closed
7 months ago
1
Support more formats in `ZonedDateTimeKeyDeserializer`
#305
caluml
closed
7 months ago
8
Instants get not deserialized as expected sometimes
#304
droni1234
opened
8 months ago
2
ZonedDateTime not serialised as UTC by default
#303
Robsmon
opened
8 months ago
1
I don't deserialize java 8 date/time type `java.time.Instant`
#302
benjessie25
opened
8 months ago
2
Implicit name provided by `ParameterNamesModule` overridden by "incomplete" `@JsonProperty`
#301
cowtowncoder
closed
9 months ago
1
Fix #294 (via databind), add tests to show fix works
#300
cowtowncoder
closed
9 months ago
0
OffsetTimeSerializer not writing seconds for time object like 15:30:00Z (where seconds is 00)
#299
marceloverdijk
opened
9 months ago
2
Solve NPE part of #296
#298
cowtowncoder
closed
10 months ago
0
fix broken wiki link in README.md
#297
pjfanning
closed
10 months ago
0
add null check for typeIdDef in LocalDateTimeSerializer
#295
pjfanning
closed
10 months ago
0
NPE when serializing a `LocalDate` or `LocalDateTime` using `AsDeductionTypeSerializer`
#296
mike-reynolds-savient
closed
10 months ago
9
`Optional` deserialization, serialization ignore `contentConverter`
#294
richardsonwk
closed
9 months ago
1
Custom java time module ignored after upgrade to 2.16
#293
Sjoerd97
closed
11 months ago
3
Add 1-based `Month[De]serializer` enabled with `JavaTimeFeature.ONE_BASED_MONTHS` option
#292
etrandafir93
closed
9 months ago
11
InstantDeserializer fails to parse negative numeric timestamp strings for pre-1970 values.
#291
advorako
opened
11 months ago
2
Fix #286; add back InstantDeserializer constructor from 2.15, deprecated
#290
cowtowncoder
closed
11 months ago
1
Fix #288: consider custom serializer additions via `JavaTimeModule`
#289
cowtowncoder
closed
11 months ago
0
`LocalDateTime` serialization issue with custom-configured `LocalDateTimeSerializer`
#288
mklinkj
closed
11 months ago
12
#286: Get the pre 2.16 constructor of InstantDeserializer back
#287
haraldk
closed
11 months ago
2
Breaking change in `InstantDeserializer API between 2.15 and 2.16
#286
haraldk
closed
11 months ago
1
Fix #281: support new `JavaTimeFeature.NORMALIZE_DESERIALIZED_ZONE_ID`
#285
cowtowncoder
closed
11 months ago
0
Initial part of #281: add scaffolding for configurable zoneid normalization
#284
cowtowncoder
closed
11 months ago
0
Milliseconds timestamps not parsing correctly for `LocalDate` even with `READ_DATE_TIMESTAMPS_AS_NANOSECONDS` as FALSE
#283
ibrahimatcha
closed
11 months ago
8
Jacskon can’t serialize Duration with Long.MIN_VALUE
#282
fbacchella
closed
11 months ago
2
Add `JavaTimeFeature.NORMALIZE_DESERIALIZED_ZONE_ID` to allow disabling ZoneId normalization on deserialization
#281
indyana
closed
11 months ago
5
Xml cannot read in Optional.empty
#280
HenryYihengXu
closed
1 year ago
6
`OffsetDateTime`deserialization fails when using (specific?) date-time pattern
#279
cristibozga
opened
1 year ago
9
refactor jsr310 desers to be more consistent in withXxx methods
#278
raman-babich
closed
1 year ago
2
add handling of JsonFormat.Feature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS
#277
raman-babich
closed
1 year ago
6
JSR310DateTimeDeserializerBase#withDateFormate implementations without this as base class
#276
raman-babich
closed
1 year ago
2
Create MonthDeserTest.java (to reproduce #274)
#275
dhruvspathak
closed
9 months ago
3
Deserializing `java.time.Month` from an int causes an off-by-one error (`0`->`Jan`,`11`->`Dec`), because it's an enum
#274
kreiger
closed
9 months ago
5
MonthDeserTest: Test deserializing java.time.Month
#273
kreiger
closed
1 year ago
0
`JsonFormat.Feature.WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS` not respected when deserialising `Instant`s
#272
pmahony893
closed
1 year ago
8
Add "missing" read-only top-level workflow permissions
#271
JooHyukKim
closed
1 year ago
0
Next