Skip to content
Commit caf6d98d authored by abirembaut's avatar abirembaut Committed by Colin PUY
Browse files

fix(BS-16056) Conversion from Integer to Date in contract (#157)

When a JSON attribute value of type number is deserialized by Jackson,
it becomes an Integer and not a Long when it is small enough. However,
in the contract of the tasks and processes, we only support Long and ISO
String as input for a DATE contract input.
This commit adds the support for Integer

Covers [BS-16056](https://bonitasoft.atlassian.net/browse/BS-16056)
parent f0461f98
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment