FasterXML / jackson-annotations

Core annotations (annotations that only depend on jackson-core) for Jackson data processor
https://github.com/FasterXML/jackson
Apache License 2.0
1.03k stars 330 forks source link

add JsonFormat.Feature#ADJUST_DATES_TO_CONTEXT_TIME_ZONE #94

Closed joxerTMD closed 8 years ago

joxerTMD commented 8 years ago

To support overriding com.fasterxml.jackson.databind.DeserializationFeature#ADJUST_DATES_TO_CONTEXT_TIME_ZONE.

joxerTMD commented 8 years ago

this changes are needed by PR https://github.com/FasterXML/jackson-datatype-jsr310/pull/80

cowtowncoder commented 8 years ago

Sounds reasonable. In addition to Java8 date/time, looks like Joda module will also need to be patched.

cowtowncoder commented 8 years ago

Thanks!