The default ObjectMapper is configured with setSerializationInclusion(NON_NULL).
When removing a timeout the request should set it explicitly to null, which is not possible using this configuration. Hence an UpdateProcessRequest can, by default, never remove a timeout.
See the following screenshot for a debugging example result
The code above is called by invoking the following Mono:
We are on version 5.12.1-RELEASE.
The default ObjectMapper is configured with
setSerializationInclusion(NON_NULL)
. When removing a timeout the request should set it explicitly tonull
, which is not possible using this configuration. Hence an UpdateProcessRequest can, by default, never remove a timeout.See the following screenshot for a debugging example result
The code above is called by invoking the following Mono: