forked from loafle/openapi-generator-original
* Add support for asynchronous API for JavaJaxRsSpec https://github.com/OpenAPITools/openapi-generator/issues/4832 * Ran the requested command for a PR Run the following to build the project and update samples: ./mvnw clean package ./bin/generate-samples.sh ./bin/utils/export_docs_generators.sh * Set java 8 mode when using supportAsync=true `CompletionStage` are only introduced since 1.8, enabling async should for use java8 Co-authored-by: Thomas Bredzinski <thomas.bredzinski@gemalto.com>