kestra icon indicating copy to clipboard operation
kestra copied to clipboard

fix(core): keep empty object on json serialization

Open tchiotludo opened this issue 1 year ago • 1 comments

tchiotludo avatar Jun 13 '23 19:06 tchiotludo

See this fix https://github.com/kestra-io/plugin-aws/pull/203 that should be removed and replaced with Collections.emptyList once we serialize empty objects properly. Note that due to the fact that when triggering an execution we transform the Flow to a Map then back to a Flow, @JsonInclude on a specific field has no effect

brian-mulier-p avatar Jul 18 '23 10:07 brian-mulier-p

Closed in favor of https://github.com/kestra-io/kestra/pull/2358

loicmathieu avatar Mar 18 '24 13:03 loicmathieu