Move date/time DeserializationFeature
s into DateTimeFeature
(3.0)
#5067
Labels
3.0-release-notes
Issues relevant for 3.0 release notes.
3.0
Issue planned for initial 3.0 release
date-time-config
Work related to possible larger DateTimeConfig feature
Milestone
With #5032 Java Time module (
jackson-datatype-jsr310
) was merge intojackson-databind
. Its configuration settings were renamedDateTimeFeature
, to be used for all date/time configuration (f.ex for Joda module).But there are a few existing
DeserializationFeature
s that would make more sense as more specificDateTimeFeature
s. Let's make them. This includes:ADJUST_DATES_TO_CONTEXT_TIME_ZONE
(true)READ_DATE_TIMESTAMPS_AS_NANOSECONDS
(true)The text was updated successfully, but these errors were encountered: