forked from loafle/openapi-generator-original
* remove "async" and "responseWrapper" from template as these are not supported by kotlin-spring generator * try to force pipelines rerun * force pipelines rerun * fix mustache to keep generated code identical * Revert "fix mustache to keep generated code identical" This reverts commit c573b43401c77df5ff0f398737792fe0a21db07a. * Reapply "fix mustache to keep generated code identical" This reverts commit 2c3b065c5c61a9de4929106285489312fd438674. * Add support for 'useResponseEntity' in kotlin-spring. Consolidate with the separate flag 'declarativeInterfaceWrapResponses' as these can now be controlled both by one flag. Default to true. * fix status annotation and add compile-test samples * satisfy samples-up-to-date check * add unit tests covering both reactive and non-reactive * fix template to avoid unnecessary empty line * fix template to avoid unnecessary empty line * put method params (if present) on separate lines to improve readability * put method params (if present) on separate lines to improve readability; fix double spaces, spaces before comma, incorrect spaces * fix test * store PATHs as accesible strings in companion objects. * fix missing import * fix incorrect import * fix fallback to nested placeholders.