camunda-community-hub / camunda-platform-7-rest-client-java

Community extension to generate a Java client from the provided Camunda 7 OpenAPI descitpion and also warp it into Spring Boot
Apache License 2.0
59 stars 10 forks source link

Change openApi generator dateFormat to java8 #71

Closed espooner closed 12 months ago

espooner commented 1 year ago

Camunda rest api only allows dates in the format yyyy-MM-dd'T'HH:mm:ss.SSSZ This PR is to allow the client to accept dates in the right format

closes #72

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

ingorichtsmeier commented 1 year ago

Hi @espooner,

do you have any addition input how this change affects the client? E.g. some examples on which endpoint it is relevant and how?

What was the issue before and how it works with this pull request merged into the code base?

Thank you, Ingo

jonathanlukas commented 1 year ago

@espooner could you please rebase/merge on the latest main? Your PR should be resolved already

berndruecker commented 1 year ago

@jonathanlukas Do you mean that this should be resolved by the other changes we just merged? Can we then close this PR?

jonathanlukas commented 1 year ago

I think so, yes