Stefan Koppier
Stefan Koppier
I developed an extension for the JUnit framework allowing to write tests using a DSL to validate OpenAPI specifications. I would love it to be added to the list.
Suggestion: deprecate inputSpec and replace it with inputFile. The difference is that inputFile is of type File instead of String. File plays more nicely with Gradle built-ins, like rootDir and...
Added a new generator to generate WireMock stubs using Kotlin. Tested manually with WireMock as well. ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title...