adobe / aio-lib-java-cloudmanager

Java wrapper to the Adobe Cloud Manager API.
https://opensource.adobe.com/aio-lib-java-cloudmanager/
Apache License 2.0
3 stars 9 forks source link

Use Java8 native java.time package instead of Joda #26

Closed kwin closed 3 years ago

kwin commented 3 years ago

Currently the Swagger classes are generated relying on the third party library Joda Time. This is no longer recommended if you target Java 8 or above. Instead the native Java 8 classes should be used. For that just set the dateLibrary option to java8 (https://openapi-generator.tech/docs/generators/java/).