forked from loafle/openapi-generator-original
* Skip post processing when generating JAXRS spec with Kotlin This feature was previously added to work with the javalin5 library * Add sample that proves what we expect after fixing this * Update sample * Added new samples to samples workflow * Revert from jdk17 pipeline
9 lines
350 B
YAML
9 lines
350 B
YAML
generatorName: kotlin-server
|
|
outputDir: samples/server/others/kotlin-server/jaxrs-spec-array-response
|
|
library: jaxrs-spec
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/kotlin/issue18177-array.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-server
|
|
additionalProperties:
|
|
interfaceOnly: "true"
|
|
useJakartaEe: true
|