Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Support jackson 2.11.0+ #1301

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Aug 6, 2020

  1. Support jackson 2.11.0+

    Jackson 2.11.0 changes the default _tzSerializedWithColon value from false to true.
    This causes a "Id hash mismatch" when trying to deploy a job.
    
    withColonInTimeZone has been available since 2.9.1 so this will break on older version.
    If this is an issue we would probably have to resort to reflection.
    sjwiklund committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    059cc81 View commit details
    Browse the repository at this point in the history