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

move to apache http client #87

Closed jonathanlukas closed 1 year ago

jonathanlukas commented 1 year ago

Instead of the okhttp client with gson, the apache http client with jackson is used.

Also, all version management of dependencies is moved to the parent.