Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): serialize duration as strings #5630

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Oct 25, 2024

  1. 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.
    loicmathieu committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a6c831d View commit details
    Browse the repository at this point in the history
  2. WIP

    loicmathieu committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1632d86 View commit details
    Browse the repository at this point in the history