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
61 stars 10 forks source link

Unable to use dates in generated API #72

Closed espooner closed 1 year 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 Fixed in #71

berndruecker commented 1 year ago

Should be fixed - maybe you can retest to verify