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
11 lines
411 B
YAML
11 lines
411 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/resttemplate-withXml
|
|
library: resttemplate
|
|
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:
|
|
java8: true
|
|
withXml: "true"
|
|
artifactId: petstore-resttemplate-withxml
|
|
hideGenerationTimestamp: "true"
|