Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): serialize duration as strings
Fixes #5615 Since Jackson 2.10, to serialize duration as string we need to switch WRITE_DURATIONS_AS_TIMESTAMPS off as it no longuer use WRITE_DATES_AS_TIMESTAMPS. I tested and an old flow with a duration as timestamp is still readable so this is a backward compatible change.
- Loading branch information