camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.13k stars 1.56k forks source link

I can use datatypes introduced with Java 8 when JRE is >= 1.8 #2174

Open ThorbenLindhauer opened 7 years ago

ThorbenLindhauer commented 7 years ago

This issue was imported from JIRA:

Field Value
JIRA Link CAM-7745
Reporter d0dqRLp
What is this name? This pseudonym name was generated based on the user name in JIRA to protect the personal data of our JIRA users. You can use this identifier to search for issues by the same reporter.
Has restricted visibility comments false

We switched to use java.time .* like java.time.LocalDate in favour of java.util.Date. This broke usage of camunda.spin as it cannot serialize / deserialize such elements. Jackson provides a separate module for those datatypes. Use this in case runtime Java version is >= 1.8.

Links:

ThorbenLindhauer commented 7 years ago

This comment was imported from JIRA and written by user d0dqRLp

What is this name? This pseudonym name was generated based on the user name in JIRA to protect the personal data of our JIRA users. You can use this identifier to search for issues by the same reporter.


https://github.com/camunda/camunda-spin/pull/13