forked from loafle/openapi-generator-original
* regenerate tests in jersey2-java8 client * update samples * fix java google api client tests * update java resteasy to use v3 spec for tests * update java vertx to test with v3 spec * update java resttemplate to test with v3 spec * add new files * regenerate jersey1 tests
10 lines
363 B
YAML
10 lines
363 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/vertx
|
|
library: vertx
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: petstore-vertx
|
|
hideGenerationTimestamp: "true"
|
|
dateLibrary: java8
|