Bug Report Checklist
Description
Method calls generated for Vert.x were deprecated in version 4 and removed in version 5
openapi-generator version
7.21.0
OpenAPI declaration file content or url
The following Maven project will generate code that will not compile if using version 7.21.0 of teh plugin.
https://github.com/sjw2547/SampleOpenApiDefinition/tree/main#
The OpenAPI yaml can be found at https://github.com/sjw2547/SampleOpenApiDefinition/blob/main/openapi-sample-idl/src/main/openapi/openapi.yaml
Generation Details
The supplied maven project will reproduce the problem with a mvn install
Steps to reproduce
- clone project https://github.com/sjw2547/SampleOpenApiDefinition/tree/main#
- change the plugin version to 7.21.0 in the parent pom
- run the command mvn clean install
- Generated code will fail to compile because Vert.x methoods no longer take a handler parameter
Related issues/PRs
None found
Bug Report Checklist
Description
Method calls generated for Vert.x were deprecated in version 4 and removed in version 5
openapi-generator version
7.21.0
OpenAPI declaration file content or url
The following Maven project will generate code that will not compile if using version 7.21.0 of teh plugin.
https://github.com/sjw2547/SampleOpenApiDefinition/tree/main#
The OpenAPI yaml can be found at https://github.com/sjw2547/SampleOpenApiDefinition/blob/main/openapi-sample-idl/src/main/openapi/openapi.yaml
Generation Details
The supplied maven project will reproduce the problem with a mvn install
Steps to reproduce
Related issues/PRs
None found