Purpose
The older, internally maintained, Workflow that stull uses Spring Boot 3 needs to have the time stamps fixed for JsonNode mapping.
Scope
- Bring in
jackson-datatype-jsr310 dependency.
- Add
JavaTimeModule module.
- Explicitly enable
SerializationFeature.WRITE_DATES_AS_TIMESTAMPS.
Details
The SPRNGCORE-34 provides further details.
Purpose
The older, internally maintained, Workflow that stull uses Spring Boot 3 needs to have the time stamps fixed for JsonNode mapping.
Scope
jackson-datatype-jsr310dependency.JavaTimeModulemodule.SerializationFeature.WRITE_DATES_AS_TIMESTAMPS.Details
The SPRNGCORE-34 provides further details.