mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-06 12:56:08 +00:00
* modify templates to enable possibility to add reactive or blocking request context * add logic to enable additional property * regenerate files * regenerate documentation * revert unrelated formatting changes * revert commented out code * add tests * refactor test to DRY them a bit * move tests around * increase tests coverage * fix for delegate * fix for delegate - and refactor tests * fix tests * refactor tests * add tests for delegate * add kotlin project compile check test for include-http-request-context * fix * fix * fix output folder naming. Add the sample to github action config file. * add missing interfaces to fix compilation * regenerate samples * fix also api_test.mustache to enable testing * add tests for generated tests
18 lines
631 B
YAML
18 lines
631 B
YAML
generatorName: kotlin-spring
|
|
outputDir: samples/server/petstore/kotlin-springboot-include-http-request-context-delegate
|
|
library: spring-boot
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/kotlin/petstore-with-x-kotlin-implements.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-spring
|
|
additionalProperties:
|
|
documentationProvider: none
|
|
annotationLibrary: swagger1
|
|
useSwaggerUI: false
|
|
serviceImplementation: false
|
|
skipDefaultInterface: true
|
|
interfaceOnly: false
|
|
serializableModel: true
|
|
beanValidations: true
|
|
includeHttpRequestContext: true
|
|
reactive: true
|
|
delegatePattern: true
|