You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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:
The text was updated successfully, but these errors were encountered: